Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/gen/
H A Dgetttyent.c162 tty.ty_getty = tty.ty_type = NULL; in getttyent()
165 if (!*(tty.ty_type = p)) in getttyent()
166 tty.ty_type = NULL; in getttyent()
/freebsd-14.2/include/
H A Dttyent.h54 char *ty_type; /* terminal type for termcap */ member
/freebsd-14.2/usr.bin/login/
H A Dlogin.c941 if (t != NULL && t->ty_type != NULL) in stypeof()
942 return (t->ty_type); in stypeof()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h426 char *ty_type; member
H A Dsanitizer_platform_limits_netbsd.h518 char *ty_type; member
/freebsd-14.2/contrib/ncurses/progs/
H A Dtset.c578 ttype = t->ty_type; in get_termcap_entry()
/freebsd-14.2/sbin/init/
H A Dinit.c1392 sp->se_type = typ->ty_type ? strdup(typ->ty_type) : 0; in setupargv()