Searched refs:login_tty (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/lib/libutil/
H A Dlogin_tty.c34 __SCCSID("@(#)login_tty.c 8.1 (Berkeley) 6/4/93");
44 login_tty(int fd) function
H A Dpty.c106 login_tty(slave);
H A DMakefile19 login_class.c login_crypt.c login_ok.c login_times.c login_tty.c \
36 login_class.3 login_ok.3 login_times.3 login_tty.3 pidfile.3 \
H A Dlibutil.h116 int login_tty(int _fd);
/freebsd-12-stable/contrib/telnet/telnetd/
H A Dext.h146 login_tty(int),
H A Dsys_term.c863 if (login_tty(t) == -1)
864 fatalperror(net, "login_tty");
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h152 int login_tty(int t);
H A Dsys_term.c935 if (login_tty(t) == -1)
936 fatalperror(net, "login_tty");
1016 int login_tty(int t) function
/freebsd-12-stable/libexec/getty/
H A Dmain.c442 if (login_tty(i) < 0) {
448 if (login_tty(i) < 0) {
449 syslog(LOG_ERR, "login_tty %s: %m", tty);
/freebsd-12-stable/usr.bin/script/
H A Dscript.c341 login_tty(slave);
/freebsd-12-stable/release/picobsd/tinyware/oinit/
H A Doinit.c573 login_tty(fd);
/freebsd-12-stable/sbin/init/
H A Dinit.c601 if (login_tty(fd) == 0)

Completed in 89 milliseconds