Home
last modified time | relevance | path

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

/src/lib/libc/gen/
H A DMakefile.inc85 getttyent.c \
260 getttyent.3 \
440 MLINKS+=getttyent.3 endttyent.3 \
441 getttyent.3 getttynam.3 \
442 getttyent.3 isdialuptty.3 \
443 getttyent.3 isnettty.3 \
444 getttyent.3 setttyent.3
H A Dgetttyent.c60 while ( (t = getttyent()) ) in getttynam()
119 getttyent(void) in getttyent() function
H A DSymbol.map176 getttyent;
/src/include/
H A Dttyent.h68 struct ttyent *getttyent(void);
/src/usr.sbin/bsdinstall/runconsoles/
H A Drunconsoles.c308 while ((tty = getttyent()) != NULL) { in read_consoles()
/src/sbin/init/
H A Dinit.c1417 while ((typ = getttyent()) != NULL) in read_ttys()
1775 while ((typ = getttyent()) != NULL) { in clean_ttys()
/src/usr.sbin/ppp/
H A Dtty.c564 for (slot = 1; (ttyp = getttyent()); ++slot) in tty_Slot()
/src/crypto/openssh/
H A Dloginrec.c848 while (NULL != (ty = getttyent())) { in utmp_write_direct()
H A Dconfigure.ac2076 getttyent \
/src/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); \
/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1967 fun:getttyent=uninstrumented