Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dgetttyent.c160 tty.ty_getty = tty.ty_type = NULL; in getttyent()
163 if (!*(tty.ty_type = p)) in getttyent()
164 tty.ty_type = NULL; in getttyent()
/freebsd/include/
H A Dttyent.h52 char *ty_type; /* terminal type for termcap */ member
/freebsd/usr.bin/login/
H A Dlogin.c935 if (t != NULL && t->ty_type != NULL) in stypeof()
936 return (t->ty_type); in stypeof()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h444 char *ty_type; member
H A Dsanitizer_platform_limits_netbsd.h518 char *ty_type; member
/freebsd/contrib/ncurses/progs/
H A Dtset.c578 ttype = t->ty_type; in get_termcap_entry()
/freebsd/sbin/init/
H A Dinit.c1380 sp->se_type = typ->ty_type ? strdup(typ->ty_type) : 0; in setupargv()