Searched refs:ttyent (Results 1 – 17 of 17) sorted by relevance
| /src/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 | 35 time.h timeconv.h timers.h ttyent.h \
|
| /src/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()
|
| /src/lib/libpam/modules/pam_securetty/ |
| H A D | pam_securetty.c | 58 struct ttyent *ty; in pam_sm_acct_mgmt()
|
| /src/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 *); 856 struct ttyent *typ; in single_user() 1304 new_session(session_t *sprev, struct ttyent *typ) in new_session() 1347 setupargv(session_t *sp, struct ttyent *typ) in setupargv() 1399 struct ttyent *typ; in read_ttys() 1762 struct ttyent *typ; in clean_ttys()
|
| /src/lib/libutil/ |
| H A D | login_ok.c | 131 struct ttyent *te; in login_ttyok()
|
| /src/usr.sbin/bsdinstall/runconsoles/ |
| H A D | runconsoles.c | 301 struct ttyent *tty; in read_consoles()
|
| /src/contrib/telnet/libtelnet/ |
| H A D | sra.c | 433 struct ttyent *t; in rootterm()
|
| /src/contrib/ncurses/progs/ |
| H A D | tset.c | 550 struct ttyent *t; in get_termcap_entry()
|
| /src/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);
|
| /src/usr.bin/login/ |
| H A D | login.c | 931 struct ttyent *t; in stypeof()
|
| /src/usr.sbin/ppp/ |
| H A D | tty.c | 560 struct ttyent *ttyp; in tty_Slot()
|
| /src/crypto/openssh/ |
| H A D | loginrec.c | 844 struct ttyent *ty; in utmp_write_direct()
|
| H A D | configure.ac | 522 ttyent.h \
|
| /src/contrib/ncurses/ |
| H A D | aclocal.m4 | 2768 dnl Check if the 4.3BSD function getttyname exists, as well as if <ttyent.h> 2772 AC_CACHE_CHECK(if _PATH_TTYS is defined in ttyent.h,cf_cv_PATH_TTYS,[ 2775 #include <ttyent.h>],[ 2798 #include <ttyent.h> 2814 AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <ttyent.h>], 2815 [struct ttyent *fp = getttynam("/dev/tty"); (void)fp])],
|