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

/freebsd-13-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 DMakefile27 time.h timeconv.h timers.h ttyent.h \
/freebsd-13-stable/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c45 #include <ttyent.h>
61 struct ttyent *ty;
/freebsd-13-stable/usr.bin/tset/
H A Dterm.c48 #include <ttyent.h>
63 struct ttyent *t;
/freebsd-13-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-13-stable/lib/libutil/
H A Dlogin_ok.c36 #include <ttyent.h>
134 struct ttyent *te;
/freebsd-13-stable/crypto/openssh/
H A Dincludes.h39 # include <ttyent.h>
H A Dloginrec.c846 struct ttyent *ty;
/freebsd-13-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 *);
866 struct ttyent *typ;
1293 new_session(session_t *sprev, struct ttyent *typ)
1336 setupargv(session_t *sp, struct ttyent *typ)
1388 struct ttyent *typ;
1691 struct ttyent *typ;
/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dsra.c44 #include <ttyent.h>
429 struct ttyent *t;
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtset.c95 #include <ttyent.h>
540 struct ttyent *t;
/freebsd-13-stable/usr.bin/login/
H A Dlogin.c76 #include <ttyent.h>
935 struct ttyent *t;
/freebsd-13-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-13-stable/usr.sbin/ppp/
H A Dtty.c45 #include <ttyent.h>
562 struct ttyent *ttyp;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp351 #include <ttyent.h>
358 #include <ttyent.h>
519 int struct_ttyent_sz = sizeof(struct ttyent);
H A Dsanitizer_common_interceptors.inc7289 struct __sanitizer_ttyent *ttyent = REAL(getttyent)();
7290 if (ttyent)
7291 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);
7292 return ttyent;
7299 struct __sanitizer_ttyent *ttyent = REAL(getttynam)(name);
7300 if (ttyent)
7301 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);
7302 return ttyent;
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure18109 ttyent.h \

Completed in 333 milliseconds