Home
last modified time | relevance | path

Searched refs:getttynam (Results 1 – 14 of 14) sorted by relevance

/freebsd/include/
H A Dttyent.h69 struct ttyent *getttynam(const char *);
/freebsd/lib/libc/gen/
H A Dgetttyent.c53 getttynam(const char *tty) in getttynam() function
296 return ((t = getttynam(tty)) == NULL) ? 0 : !!(t->ty_status & flag); in isttystat()
H A DSymbol.map175 getttynam;
H A DMakefile.inc442 getttyent.3 getttynam.3 \
/freebsd/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c87 if (tty != NULL && (ty = getttynam(tty)) != NULL && in pam_sm_acct_mgmt()
/freebsd/lib/libutil/
H A Dlogin_ok.c135 te = getttynam(tty); /* Need group name */ in login_ttyok()
/freebsd/contrib/telnet/libtelnet/
H A Dsra.c435 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE); in rootterm()
/freebsd/contrib/ncurses/progs/
H A Dtset.c577 if ((t = getttynam(p)) != NULL) { in get_termcap_entry()
/freebsd/usr.bin/login/
H A Dlogin.c934 t = getttynam(ttyid); in stypeof()
/freebsd/sbin/init/
H A Dinit.c895 typ = getttynam("console"); in single_user()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7775 INTERCEPTOR(struct __sanitizer_ttyent *, getttynam, char *name) {
7777 COMMON_INTERCEPTOR_ENTER(ctx, getttynam, name);
7780 struct __sanitizer_ttyent *ttyent = REAL(getttynam)(name);
7787 COMMON_INTERCEPT_FUNCTION(getttynam);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1968 fun:getttynam=uninstrumented
/freebsd/contrib/ncurses/
H A Daclocal.m42813 AC_CACHE_CHECK(for getttynam,cf_cv_func_getttynam,[
2815 [struct ttyent *fp = getttynam("/dev/tty"); (void)fp])],
2818 …cv_func_getttynam" = yes && AC_DEFINE(HAVE_GETTTYNAM,1,[define to 1 if the system has getttynam()])
H A DNEWS1442 + improve configure check for getttynam (report by Werner Fink).
14413 does not have getttynam().