Searched refs:ttyent (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/include/
H A Dttyent.h29 * @(#)ttyent.h 8.1 (Berkeley) 6/2/93
49 struct ttyent { struct
66 struct ttyent *getttyent(void);
67 struct ttyent *getttynam(const char *);
/barrelfish-master/lib/libc/gen/
H A Dgetttyent.c36 #include <ttyent.h>
55 struct ttyent *
58 struct ttyent *t;
100 struct ttyent *
103 static struct ttyent tty;
274 struct ttyent *t;

Completed in 32 milliseconds