Home
last modified time | relevance | path

Searched refs:ty_name (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libc/gen/
H A Dgetttyent.c49 if (!strcmp(tty, t->ty_name)) in getttynam()
82 tty.ty_name = p; in getttyent()
H A Dttyslot.c54 if (!strcmp(ttyp->ty_name, p)) { in ttyslot()
/openbsd/include/
H A Dttyent.h50 char *ty_name; /* terminal device name */ member
/openbsd/sbin/init/
H A Dinit.c841 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 Dttyflags.c166 (void)snprintf(path, sizeof path, "%s%s", _PATH_DEV, tep->ty_name); in ttyflags()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h418 char *ty_name; member
H A Dsanitizer_platform_limits_netbsd.h516 char *ty_name; member