HomeSort by: relevance | last modified time | path
    Searched refs:ttyent (Results 1 - 18 of 18) sorted by relevancy

  /src/include/
ttyent.h 1 /* $NetBSD: ttyent.h,v 1.15 2013/04/27 21:35:25 joerg Exp $ */
31 * @(#)ttyent.h 8.1 (Berkeley) 6/2/93
53 struct ttyent { struct
71 struct ttyent *getttyent(void);
72 struct ttyent *getttynam(const char *);
Makefile 23 tar.h time.h ttyent.h tzfile.h \
  /src/lib/libc/gen/
ttyslot.c 42 #include <ttyent.h>
57 struct ttyent *ttyp;
getttyent.c 47 #include <ttyent.h>
68 struct ttyent *
71 struct ttyent *t;
83 struct ttyent *
86 static struct ttyent tty;
  /src/sbin/ttyflags/
ttyflags.c 58 #include <ttyent.h>
62 static int change_ttyflags(struct ttyent *);
122 struct ttyent *tep;
138 struct ttyent *tep;
163 change_ttyflags(struct ttyent *tep)
174 /* Convert ttyent.h flags into ioctl flags. */
  /src/lib/libpam/modules/pam_securetty/
pam_securetty.c 49 #include <ttyent.h>
66 struct ttyent *ty;
  /src/usr.bin/tset/
term.c 47 #include <ttyent.h>
60 struct ttyent *t;
  /src/libexec/ftpd/
logutmp.c 69 #include <ttyent.h>
  /src/usr.bin/login/
common.c 43 #include <ttyent.h>
125 struct ttyent *t;
371 struct ttyent *t;
login_pam.c 70 #include <ttyent.h>
670 struct ttyent *t;
login.c 70 #include <ttyent.h>
  /src/sbin/init/
init.c 66 #include <ttyent.h>
179 static int setupargv(session_t *, struct ttyent *);
182 static session_t *new_session(session_t *, int, struct ttyent *);
655 struct ttyent *typ;
1091 new_session(session_t *sprev, int session_index, struct ttyent *typ)
1134 setupargv(session_t *sp, struct ttyent *typ)
1175 struct ttyent *typ;
1531 struct ttyent *typ;
  /src/lib/libtelnet/
sra.c 48 #include <ttyent.h>
458 struct ttyent *t;
  /src/libexec/getty/
main.c 67 #include <ttyent.h>
634 struct ttyent *typ;
  /src/usr.sbin/ac/
ac.c 46 #include <ttyent.h>
194 * We read the ttyent's from /etc/ttys and classify as login
200 struct ttyent *tty;
  /src/usr.sbin/sliplogin/
sliplogin.c 85 #include <ttyent.h>
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 351 #include <ttyent.h>
358 #include <ttyent.h>
511 int struct_ttyent_sz = sizeof(struct ttyent);
sanitizer_common_interceptors.inc 7118 struct __sanitizer_ttyent *ttyent = REAL(getttyent)();
7119 if (ttyent)
7120 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);
7121 return ttyent;
7128 struct __sanitizer_ttyent *ttyent = REAL(getttynam)(name);
7129 if (ttyent)
7130 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ttyent, struct_ttyent_sz);
7131 return ttyent;

Completed in 29 milliseconds