Searched refs:ourpty (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dglobal.c71 int ourpty, net; variable
H A Dtermstat.c107 ioctl(ourpty, TIOCSWINSZ, (char *)&ws);
H A Dext.h74 extern int ourpty, net;
H A Dtelnetd.c704 ourpty = getpty(&ptynum);
705 if (ourpty < 0)
788 my_telnet(net, ourpty, remote_host_name, remote_utmp_name,
1332 ioctl(ourpty, TIOCSIGNAL, &sig);
1333 ioctl(ourpty, I_FLUSH, FLUSHR);
1337 ioctl(ourpty, TCSIG, (char *)SIGINT);
1356 ioctl(ourpty, TCSIG, (char *)SIGQUIT);
1370 ioctl(ourpty, TCSIG, (char *)SIGTSTP);
1387 ioctl(ourpty, TCSIG, (char *)SIGINFO);
H A Dsys_term.c192 tcgetattr(ourpty, &termbuf);
208 tcsetattr(ourpty, TCSANOW, &termbuf);
884 maybe_push_modules(ourpty, ptymodules);
939 if (ourpty > 2) {
940 close(ourpty);
941 ourpty = -1;
1632 close(ourpty);
H A Dutility.c95 fatal(ourpty, "fd too large");
104 fatalperror(ourpty, "select");
123 n = write(ourpty, pbackp, n);

Completed in 110 milliseconds