Home
last modified time | relevance | path

Searched refs:TTY_DIALUP (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/lib/libc/gen/
H A Dgetttyent.c172 tty.ty_status |= TTY_DIALUP; in getttyent()
193 tty.ty_status |= TTY_DIALUP; in getttyent()
308 return isttystat(tty, TTY_DIALUP); in isdialuptty()
/freebsd-13.1/include/
H A Dttyent.h58 #define TTY_DIALUP 0x04 /* is a dialup tty */ macro