Searched refs:TTY_SECURE (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/include/
H A Dttyent.h54 #define TTY_SECURE 0x02 /* allow uid of 0 to login */ macro
/freebsd-current/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c88 (ty->ty_status & TTY_SECURE) != 0)
/freebsd-current/lib/libc/gen/
H A Dgetttyent.c185 tty.ty_status |= TTY_SECURE;
187 tty.ty_status &= ~TTY_SECURE;
/freebsd-current/contrib/telnet/libtelnet/
H A Dsra.c427 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE);
/freebsd-current/sbin/init/
H A Dinit.c896 if (typ && (typ->ty_status & TTY_SECURE) == 0 &&

Completed in 193 milliseconds