Home
last modified time | relevance | path

Searched refs:ttyent (Results 1 – 14 of 14) sorted by path

/openbsd/distrib/sets/lists/comp/
H A Dmi1438 ./usr/include/ttyent.h
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7701 struct __sanitizer_ttyent *ttyent = REAL(getttyent)();
7702 if (ttyent)
7703 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);
7704 return ttyent;
7711 struct __sanitizer_ttyent *ttyent = REAL(getttynam)(name);
7712 if (ttyent)
7713 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);
7714 return ttyent;
H A Dsanitizer_platform_limits_freebsd.cpp183 int struct_ttyent_sz = sizeof(struct ttyent);
H A Dsanitizer_platform_limits_netbsd.cpp673 int struct_ttyent_sz = sizeof(struct ttyent);
/openbsd/include/
H A DMakefile29 tar.h tgmath.h tib.h time.h ttyent.h \
H A Dttyent.h49 struct ttyent { struct
67 struct ttyent *getttyent(void); argument
68 struct ttyent *getttynam(const char *);
/openbsd/lib/libc/gen/
H A Dgetttyent.c42 struct ttyent *
45 struct ttyent *t; in getttynam()
55 struct ttyent *
58 static struct ttyent tty; in getttyent()
H A Dttyslot.c40 struct ttyent *ttyp; in ttyslot()
/openbsd/lib/libc/hidden/
H A Dttyent.h21 #include_next <ttyent.h>
/openbsd/libexec/ftpd/
H A Dlogutmp.c69 while (getttyent() != (struct ttyent *)NULL) in ftpd_login()
/openbsd/sbin/init/
H A Dinit.c166 session_t *new_session(session_t *, int, struct ttyent *);
178 int setupargv(session_t *, struct ttyent *);
498 struct ttyent *typ; in f_single_user()
836 new_session(session_t *sprev, int session_index, struct ttyent *typ) in new_session()
876 setupargv(session_t *sp, struct ttyent *typ) in setupargv()
918 struct ttyent *typ; in f_read_ttys()
1192 struct ttyent *typ; in f_clean_ttys()
/openbsd/sbin/ttyflags/
H A Dttyflags.c51 int ttyflags(struct ttyent *, int);
110 struct ttyent *tep; in all()
131 struct ttyent *tep; in ttys()
156 ttyflags(struct ttyent *tep, int print) in ttyflags()
/openbsd/usr.bin/login/
H A Dlogin.c788 struct ttyent *t; in rootterm()
904 struct ttyent *t; in stypeof()
/openbsd/usr.bin/tset/
H A Dtset.c552 struct ttyent *t; in get_termcap_entry()