Home
last modified time | relevance | path

Searched refs:getttynam (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/include/
Dttyent.h68 struct ttyent *getttynam(const char *);
/mirbsd/src/lib/libc/gen/
Dgetttyent.c43 getttynam(const char *tty) in getttynam() function
DMakefile.inc125 MLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 getttyent.3 setttyent.3
/mirbsd/src/sbin/ttyflags/
Dttyflags.c143 tep = getttynam(*ttylist); in ttys()
/mirbsd/src/usr.bin/login/
Dlogin.c810 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE); in rootterm()
931 return (ttyid && (t = getttynam(ttyid)) ? t->ty_type : in stypeof()
/mirbsd/src/lib/libncurses/src/progs/
Dtset.c560 if ((t = getttynam(p))) { in get_termcap_entry()
/mirbsd/src/usr.bin/spell/
Dspecial.4bsd467 getttynam
/mirbsd/src/sbin/init/
Dinit.c535 typ = getttynam("console"); in single_user()
/mirbsd/src/distrib/lists/htman/htmi/
Dmi3775 ./man3/getttynam.htm
/mirbsd/src/distrib/lists/base/dev/
Dmi6030 ./usr/share/man/cat3/getttynam.0
/mirbsd/src/lib/libncurses/src/
DNEWS5603 does not have getttynam().