Searched refs:getttynam (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/
H A Dttyent.h67 struct ttyent *getttynam(const char *);
/barrelfish-master/lib/libc/gen/
H A Dgetttyent.c56 getttynam(const char *tty) function
260 * NB: Don't free `line' because getttynam()
276 return ((t = getttynam(tty)) == NULL) ? 0 : !!(t->ty_status & flag);
H A DMakefile.inc408 getttyent.3 getttynam.3 \

Completed in 97 milliseconds