Home
last modified time | relevance | path

Searched refs:getttyent (Results 1 – 7 of 7) sorted by relevance

/dragonfly/lib/libc/gen/
H A DMakefile.inc26 getpeereid.c getprogname.c getpwent.c getttyent.c \
71 getttyent.3 getusershell.3 getvfsbyname.3 getvfsent.3 \
194 MLINKS+=getttyent.3 endttyent.3 \
195 getttyent.3 getttynam.3 \
196 getttyent.3 isdialuptty.3 \
197 getttyent.3 isnettty.3 \
198 getttyent.3 setttyent.3
H A Dgetttyent.c63 while ( (t = getttyent()) ) in getttynam()
71 getttyent(void) in getttyent() function
H A DSymbol.map301 getttyent;
/dragonfly/include/
H A Dttyent.h69 struct ttyent *getttyent (void);
/dragonfly/sbin/init/
H A Dinit.c1172 while ((typ = getttyent()) != NULL) { in f_read_ttys()
1429 while ((typ = getttyent()) != NULL) { in f_clean_ttys()
/dragonfly/usr.sbin/ppp/
H A Dtty.c572 for (slot = 1; (ttyp = getttyent()); ++slot) in tty_Slot()
/dragonfly/crypto/openssh/
H A Dloginrec.c856 while (NULL != (ty = getttyent())) { in utmp_write_direct()