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

/macosx-10.10.1/Libc-1044.1.2/util/
H A Dlogin_tty.c38 int login_tty(fd) function
H A Dpty.c120 * 4300297: login_tty() may fail to set the controlling tty.
122 * dup the slave as if login_tty() succeeded.
124 if (login_tty(slave) < 0) {
125 syslog(LOG_ERR, "forkpty: login_tty could't make controlling tty");
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dutil.h92 int login_tty(int);
/macosx-10.10.1/diskdev_cmds-576/fdisk.tproj/
H A Dutil.h104 int login_tty __P((int));
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dext.h146 login_tty(int),
H A Dsys_term.c989 if (login_tty(t) == -1)
990 fatalperror(net, "login_tty");
/macosx-10.10.1/Heimdal-398.1.2/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
/macosx-10.10.1/shell_cmds-179/script/
H A Dscript.c259 login_tty(slave);
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dmain.c482 if (login_tty(i) < 0) {
490 if (login_tty(i) < 0) {
491 syslog(LOG_ERR, "login_tty %s: %m", tty);

Completed in 133 milliseconds