Home
last modified time | relevance | path

Searched refs:ty_status (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/misc/
Dgetttyent.c104 tty.ty_status = 0; in __getttyent()
111 tty.ty_status &= ~TTY_ON; in __getttyent()
113 tty.ty_status |= TTY_ON; in __getttyent()
115 tty.ty_status |= TTY_SECURE; in __getttyent()
Dttyent.h50 int ty_status; /* status flags */ member
/glibc-2.36/ChangeLog.old/
DChangeLog.23676 * misc/ttyent.h (TTY_TRUSTED): New bit in ty_status.
3679 (TTY_CONSOLE): New bit in ty_status.