Searched refs:getttynam (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-release/include/
H A Dttyent.h67 struct ttyent *getttynam(const char *);
/freebsd-10.2-release/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c88 if (tty != NULL && (ty = getttynam(tty)) != NULL &&
/freebsd-10.2-release/usr.bin/tset/
H A Dterm.c81 if ((t = getttynam(p))) {
/freebsd-10.2-release/lib/libc/gen/
H A Dgetttyent.c56 getttynam(const char *tty) function
260 * NB: Don't free `line' because getttynam()
276 return ((t = getttynam(tty)) == NULL) ? 0 : !!(t->ty_status & flag);
H A DMakefile.inc402 getttyent.3 getttynam.3 \
/freebsd-10.2-release/lib/libutil/
H A Dlogin_ok.c138 te = getttynam(tty); /* Need group name */
/freebsd-10.2-release/contrib/telnet/libtelnet/
H A Dsra.c431 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE);
/freebsd-10.2-release/contrib/opie/
H A Dopielogin.c354 /* The getttynam() call and the ttyent structure first appeared in 4.3 BSD and
367 if ((t = getttynam(tty)) != NULL)
1337 * The getttynam() call and the ttyent structure first appeared in 4.3 BSD.
1349 if (t = getttynam(c))
/freebsd-10.2-release/release/picobsd/tinyware/login/
H A Dpico-login.c948 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE);
1060 t = getttynam(ttyid);
/freebsd-10.2-release/usr.bin/login/
H A Dlogin.c942 t = getttynam(ttyid);
/freebsd-10.2-release/contrib/ncurses/progs/
H A Dtset.c572 * We have the 4.3BSD library call getttynam(3); that means
576 if ((t = getttynam(p))) {
/freebsd-10.2-release/sbin/init/
H A Dinit.c667 typ = getttynam("console");

Completed in 167 milliseconds