Searched refs:ttyent (Results 1 – 17 of 17) sorted by relevance
/freebsd/include/ |
H A D | ttyent.h | 49 struct ttyent { struct 68 struct ttyent *getttyent(void); argument 69 struct ttyent *getttynam(const char *);
|
H A D | Makefile | 34 time.h timeconv.h timers.h ttyent.h \
|
/freebsd/lib/libc/gen/ |
H A D | getttyent.c | 52 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 D | pam_securetty.c | 58 struct ttyent *ty; in pam_sm_acct_mgmt()
|
/freebsd/sbin/init/ |
H A D | init.c | 163 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 D | login_ok.c | 131 struct ttyent *te; in login_ttyok()
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | sra.c | 425 struct ttyent *t; in rootterm()
|
/freebsd/usr.sbin/bsdinstall/runconsoles/ |
H A D | runconsoles.c | 301 struct ttyent *tty; in read_consoles()
|
/freebsd/contrib/ncurses/progs/ |
H A D | tset.c | 550 struct ttyent *t; in get_termcap_entry()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_freebsd.cpp | 191 int struct_ttyent_sz = sizeof(struct ttyent);
|
H A D | sanitizer_common_interceptors.inc | 7609 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 D | sanitizer_platform_limits_netbsd.cpp | 673 int struct_ttyent_sz = sizeof(struct ttyent);
|
/freebsd/usr.bin/login/ |
H A D | login.c | 931 struct ttyent *t; in stypeof()
|
/freebsd/usr.sbin/ppp/ |
H A D | tty.c | 560 struct ttyent *ttyp; in tty_Slot()
|
/freebsd/crypto/openssh/ |
H A D | loginrec.c | 852 struct ttyent *ty; in utmp_write_direct()
|
H A D | configure.ac | 527 ttyent.h \
|
/freebsd/contrib/ncurses/ |
H A D | aclocal.m4 | 2655 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],
|