Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/gen/
HDgetttyent.c170 tty.ty_status |= TTY_DIALUP; in getttyent()
191 tty.ty_status |= TTY_DIALUP; in getttyent()
306 return isttystat(tty, TTY_DIALUP); in isdialuptty()
/freebsd-14-stable/include/
HDttyent.h57 #define TTY_DIALUP 0x04 /* is a dialup tty */ macro