HomeSort by: relevance | last modified time | path
    Searched refs:getttyent (Results 1 - 12 of 12) sorted by relevancy

  /src/include/
ttyent.h 71 struct ttyent *getttyent(void);
  /src/lib/libc/gen/
ttyslot.c 81 for (slot = 1; (ttyp = getttyent()) != NULL; ++slot)
Makefile.inc 22 getpass.c getprogname.c getpwent.c getttyent.c \
70 getprogname.3 getpwent.3 getttyent.3 getusershell.3 glob.3 \
153 MLINKS+=getttyent.3 endttyent.3 getttyent.3 getttynam.3 \
154 getttyent.3 setttyent.3 getttyent.3 setttyentpath.3
getttyent.c 1 /* $NetBSD: getttyent.c,v 1.26 2013/06/30 10:07:43 martin Exp $ */
35 static char sccsid[] = "@(#)getttyent.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: getttyent.c,v 1.26 2013/06/30 10:07:43 martin Exp $");
57 __weak_alias(getttyent,_getttyent)
76 while ((t = getttyent()) != NULL)
84 getttyent(void) function
  /src/sbin/ttyflags/
ttyflags.c 126 for (tep = getttyent(); tep != NULL; tep = getttyent())
  /src/libexec/ftpd/
logutmp.c 101 while (getttyent() != NULL)
  /src/usr.sbin/ac/
ac.c 207 while ((tty = getttyent()) != NULL)
  /src/sbin/init/
init.c 1227 while ((typ = getttyent()) != NULL)
1541 while ((typ = getttyent()) != NULL) {
  /src/lib/libc/include/
namespace.h 432 #define getttyent _getttyent macro
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 7115 INTERCEPTOR(struct __sanitizer_ttyent *, getttyent, void) {
7117 COMMON_INTERCEPTOR_ENTER(ctx, getttyent);
7118 struct __sanitizer_ttyent *ttyent = REAL(getttyent)();
7141 COMMON_INTERCEPT_FUNCTION(getttyent); \
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 7592 INTERCEPTOR(struct __sanitizer_ttyent *, getttyent, void) {
7594 COMMON_INTERCEPTOR_ENTER(ctx, getttyent);
7595 struct __sanitizer_ttyent *ttyent = REAL(getttyent)();
7611 COMMON_INTERCEPT_FUNCTION(getttyent); \
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 7589 INTERCEPTOR(struct __sanitizer_ttyent *, getttyent, void) {
7591 COMMON_INTERCEPTOR_ENTER(ctx, getttyent);
7592 struct __sanitizer_ttyent *ttyent = REAL(getttyent)();
7608 COMMON_INTERCEPT_FUNCTION(getttyent); \

Completed in 32 milliseconds