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

/freebsd-12-stable/include/
H A Dttyent.h31 * @(#)ttyent.h 8.1 (Berkeley) 6/2/93
52 struct ttyent { struct
71 struct ttyent *getttyent(void);
72 struct ttyent *getttynam(const char *);
H A DMakefile28 time.h timeconv.h timers.h ttyent.h \
/freebsd-12-stable/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c45 #include <ttyent.h>
61 struct ttyent *ty;
/freebsd-12-stable/usr.bin/tset/
H A Dterm.c48 #include <ttyent.h>
63 struct ttyent *t;
/freebsd-12-stable/lib/libc/gen/
H A Dgetttyent.c44 #include <ttyent.h>
56 struct ttyent *
59 struct ttyent *t;
122 struct ttyent *
125 static struct ttyent tty;
298 struct ttyent *t;
/freebsd-12-stable/lib/libutil/
H A Dlogin_ok.c36 #include <ttyent.h>
134 struct ttyent *te;
/freebsd-12-stable/crypto/openssh/
H A Dincludes.h39 # include <ttyent.h>
H A Dloginrec.c846 struct ttyent *ty;
/freebsd-12-stable/sbin/init/
H A Dinit.c70 #include <ttyent.h>
176 static session_t *new_session(session_t *, struct ttyent *);
187 static int setupargv(session_t *, struct ttyent *);
868 struct ttyent *typ;
1296 new_session(session_t *sprev, struct ttyent *typ)
1339 setupargv(session_t *sp, struct ttyent *typ)
1391 struct ttyent *typ;
1692 struct ttyent *typ;
/freebsd-12-stable/contrib/telnet/libtelnet/
H A Dsra.c44 #include <ttyent.h>
429 struct ttyent *t;
/freebsd-12-stable/usr.bin/login/
H A Dlogin.c76 #include <ttyent.h>
932 struct ttyent *t;
/freebsd-12-stable/contrib/opie/
H A Dopielogin.c151 #include <ttyent.h>
354 /* The getttynam() call and the ttyent structure first appeared in 4.3 BSD and
357 register struct ttyent *t;
1337 * The getttynam() call and the ttyent structure first appeared in 4.3 BSD.
1341 register struct ttyent *t;
/freebsd-12-stable/release/picobsd/tinyware/login/
H A Dpico-login.c79 #include <ttyent.h>
948 struct ttyent *t;
1059 struct ttyent *t;
/freebsd-12-stable/contrib/ncurses/progs/
H A Dtset.c98 #include <ttyent.h>
575 struct ttyent *t;
/freebsd-12-stable/usr.sbin/ppp/
H A Dtty.c45 #include <ttyent.h>
562 struct ttyent *ttyp;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp227 #include <ttyent.h>
234 #include <ttyent.h>
388 int struct_ttyent_sz = sizeof(struct ttyent);
H A Dsanitizer_common_interceptors.inc7247 struct __sanitizer_ttyent *ttyent = REAL(getttyent)();
7248 if (ttyent)
7249 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);
7250 return ttyent;
7257 struct __sanitizer_ttyent *ttyent = REAL(getttynam)(name);
7258 if (ttyent)
7259 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);
7260 return ttyent;
/freebsd-12-stable/contrib/ncurses/
H A Dconfigure14567 ttyent.h \

Completed in 270 milliseconds