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

/freebsd-current/include/
H A Dttyent.h49 struct ttyent { struct
68 struct ttyent *getttyent(void);
69 struct ttyent *getttynam(const char *);
H A DMakefile34 time.h timeconv.h timers.h ttyent.h \
/freebsd-current/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c42 #include <ttyent.h>
58 struct ttyent *ty;
/freebsd-current/lib/libc/gen/
H A Dgetttyent.c40 #include <ttyent.h>
52 struct ttyent *
55 struct ttyent *t;
118 struct ttyent *
121 static struct ttyent tty;
294 struct ttyent *t;
/freebsd-current/lib/libutil/
H A Dlogin_ok.c33 #include <ttyent.h>
131 struct ttyent *te;
/freebsd-current/crypto/openssh/
H A Dincludes.h38 # include <ttyent.h>
H A Dloginrec.c852 struct ttyent *ty;
/freebsd-current/sbin/init/
H A Dinit.c61 #include <ttyent.h>
163 static session_t *new_session(session_t *, struct ttyent *);
174 static int setupargv(session_t *, struct ttyent *);
855 struct ttyent *typ;
1296 new_session(session_t *sprev, struct ttyent *typ)
1339 setupargv(session_t *sp, struct ttyent *typ)
1391 struct ttyent *typ;
1754 struct ttyent *typ;
/freebsd-current/usr.sbin/bsdinstall/runconsoles/
H A Drunconsoles.c71 #include <ttyent.h>
301 struct ttyent *tty;
H A Dchild.c47 #include <ttyent.h>
/freebsd-current/contrib/telnet/libtelnet/
H A Dsra.c40 #include <ttyent.h>
425 struct ttyent *t;
/freebsd-current/contrib/ncurses/progs/
H A Dtset.c95 #include <ttyent.h>
547 struct ttyent *t;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp83 #include <ttyent.h>
191 int struct_ttyent_sz = sizeof(struct ttyent);
H A Dsanitizer_common_interceptors.inc7595 struct __sanitizer_ttyent *ttyent = REAL(getttyent)();
7596 if (ttyent)
7597 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);
7598 return ttyent;
7605 struct __sanitizer_ttyent *ttyent = REAL(getttynam)(name);
7606 if (ttyent)
7607 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);
7608 return ttyent;
H A Dsanitizer_platform_limits_netbsd.cpp504 #include <ttyent.h>
511 #include <ttyent.h>
673 int struct_ttyent_sz = sizeof(struct ttyent);
/freebsd-current/usr.bin/login/
H A Dlogin.c68 #include <ttyent.h>
931 struct ttyent *t;
/freebsd-current/usr.sbin/ppp/
H A Dtty.c43 #include <ttyent.h>
560 struct ttyent *ttyp;
/freebsd-current/contrib/ncurses/
H A Dconfigure19470 ttyent.h \

Completed in 400 milliseconds