Searched refs:TTY_SECURE (Results 1 - 7 of 7) sorted by last modified time

/netbsd-current/usr.bin/login/
H A Dlogin_pam.c672 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE);
H A Dcommon.c127 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE);
/netbsd-current/lib/libtelnet/
H A Dsra.c465 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE);
/netbsd-current/sbin/init/
H A Dinit.c698 & TTY_SECURE) == 0) && pp && *pp->pw_passwd != '\0') {
/netbsd-current/lib/libc/gen/
H A Dgetttyent.c137 tty.ty_status |= TTY_SECURE;
/netbsd-current/include/
H A Dttyent.h58 #define TTY_SECURE 0x02 /* allow uid of 0 to login */ macro
/netbsd-current/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c101 (ty->ty_status & TTY_SECURE) != 0)

Completed in 220 milliseconds