Home
last modified time | relevance | path

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

/freebsd/include/
H A Dttyent.h49 struct ttyent { struct
68 struct ttyent *getttyent(void); argument
69 struct ttyent *getttynam(const char *);
H A DMakefile34 time.h timeconv.h timers.h ttyent.h \
/freebsd/lib/libc/gen/
H A Dgetttyent.c52 struct ttyent *
55 struct ttyent *t; in getttynam()
118 struct ttyent *
121 static struct ttyent tty; in getttyent()
294 struct ttyent *t; in isttystat()
/freebsd/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c58 struct ttyent *ty; in pam_sm_acct_mgmt()
/freebsd/sbin/init/
H A Dinit.c163 static session_t *new_session(session_t *, struct ttyent *);
174 static int setupargv(session_t *, struct ttyent *);
855 struct ttyent *typ; in single_user()
1296 new_session(session_t *sprev, struct ttyent *typ) in new_session()
1339 setupargv(session_t *sp, struct ttyent *typ) in setupargv()
1391 struct ttyent *typ; in read_ttys()
1754 struct ttyent *typ; in clean_ttys()
/freebsd/lib/libutil/
H A Dlogin_ok.c131 struct ttyent *te; in login_ttyok()
/freebsd/contrib/telnet/libtelnet/
H A Dsra.c425 struct ttyent *t; in rootterm()
/freebsd/usr.sbin/bsdinstall/runconsoles/
H A Drunconsoles.c301 struct ttyent *tty; in read_consoles()
/freebsd/contrib/ncurses/progs/
H A Dtset.c550 struct ttyent *t; in get_termcap_entry()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp191 int struct_ttyent_sz = sizeof(struct ttyent);
H A Dsanitizer_common_interceptors.inc7609 struct __sanitizer_ttyent *ttyent = REAL(getttyent)();
7610 if (ttyent)
7611 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);
7612 return ttyent;
7619 struct __sanitizer_ttyent *ttyent = REAL(getttynam)(name);
7620 if (ttyent)
7621 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);
7622 return ttyent;
H A Dsanitizer_platform_limits_netbsd.cpp673 int struct_ttyent_sz = sizeof(struct ttyent);
/freebsd/usr.bin/login/
H A Dlogin.c931 struct ttyent *t; in stypeof()
/freebsd/usr.sbin/ppp/
H A Dtty.c560 struct ttyent *ttyp; in tty_Slot()
/freebsd/crypto/openssh/
H A Dloginrec.c852 struct ttyent *ty; in utmp_write_direct()
H A Dconfigure.ac527 ttyent.h \
/freebsd/contrib/ncurses/
H A Daclocal.m42655 dnl Check if the 4.3BSD function getttyname exists, as well as if <ttyent.h>
2659 AC_CACHE_CHECK(if _PATH_TTYS is defined in ttyent.h,cf_cv_PATH_TTYS,[
2662 #include <ttyent.h>],[
2686 #include <ttyent.h>
2702 AC_TRY_LINK([#include <ttyent.h>],
2703 [struct ttyent *fp = getttynam("/dev/tty"); (void)fp],