Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A DMakefile.inc84 getttyent.c \
249 getttyent.3 \
425 MLINKS+=getttyent.3 endttyent.3 \
426 getttyent.3 getttynam.3 \
427 getttyent.3 isdialuptty.3 \
428 getttyent.3 isnettty.3 \
429 getttyent.3 setttyent.3
H A Dgetttyent.c60 while ( (t = getttyent()) ) in getttynam()
119 getttyent(void) in getttyent() function
H A DSymbol.map176 getttyent;
/freebsd/include/
H A Dttyent.h68 struct ttyent *getttyent(void);
/freebsd/usr.sbin/bsdinstall/runconsoles/
H A Drunconsoles.c308 while ((tty = getttyent()) != NULL) { in read_consoles()
/freebsd/sbin/init/
H A Dinit.c1409 while ((typ = getttyent()) != NULL) in read_ttys()
1767 while ((typ = getttyent()) != NULL) { in clean_ttys()
/freebsd/usr.sbin/ppp/
H A Dtty.c564 for (slot = 1; (ttyp = getttyent()); ++slot) in tty_Slot()
/freebsd/crypto/openssh/
H A Dloginrec.c856 while (NULL != (ty = getttyent())) { in utmp_write_direct()
H A Dconfigure.ac1992 getttyent \
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7606 INTERCEPTOR(struct __sanitizer_ttyent *, getttyent, void) {
7608 COMMON_INTERCEPTOR_ENTER(ctx, getttyent);
7609 struct __sanitizer_ttyent *ttyent = REAL(getttyent)();
7625 COMMON_INTERCEPT_FUNCTION(getttyent); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1967 fun:getttyent=uninstrumented