Searched refs:ty_name (Results 1 – 7 of 7) sorted by relevance
/openbsd/lib/libc/gen/ |
H A D | getttyent.c | 49 if (!strcmp(tty, t->ty_name)) in getttynam() 82 tty.ty_name = p; in getttyent()
|
H A D | ttyslot.c | 54 if (!strcmp(ttyp->ty_name, p)) { in ttyslot()
|
/openbsd/include/ |
H A D | ttyent.h | 50 char *ty_name; /* terminal device name */ member
|
/openbsd/sbin/init/ |
H A D | init.c | 841 typ->ty_name == 0 || in new_session() 852 if (asprintf(&sp->se_device, "%s%s", _PATH_DEV, typ->ty_name) == -1) in new_session() 882 if (asprintf(&sp->se_getty, "%s %s", typ->ty_getty, typ->ty_name) == -1) in setupargv() 1204 if (strcmp(typ->ty_name, sp->se_device + devlen) == 0) in f_clean_ttys()
|
/openbsd/sbin/ttyflags/ |
H A D | ttyflags.c | 166 (void)snprintf(path, sizeof path, "%s%s", _PATH_DEV, tep->ty_name); in ttyflags()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_freebsd.h | 418 char *ty_name; member
|
H A D | sanitizer_platform_limits_netbsd.h | 516 char *ty_name; member
|