Searched refs:ptyibuf (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dtelnetd.c87 * Because of the way ptyibuf is used with streams messages, we need
88 * ptyibuf+1 to be on a full-word boundary. The following wierdness
92 char *ptyibuf = ((char *)&ptyibufbuf[1])-1; variable
106 char ptyibuf[BUFSIZ], *ptyip = ptyibuf; variable
1133 pcc = readstream(p, ptyibuf, BUFSIZ);
1136 pcc = read(p, ptyibuf, BUFSIZ);
1152 if (ptyibuf[0] & TIOCPKT_FLUSHWRITE) {
1170 (ptyibuf[0] &
1173 ptyibuf[
[all...]
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dtelnetd.c76 char ptyibuf[BUFSIZ], *ptyip = ptyibuf; variable
1154 pcc = read(p, ptyibuf, BUFSIZ);
1173 if (ptyibuf[0] & TIOCPKT_IOCTL) {
1174 copy_termbuf(ptyibuf+1, pcc-1);
1179 if (ptyibuf[0] & TIOCPKT_FLUSHWRITE) {
1196 (ptyibuf[0] &
1199 ptyibuf[0] & TIOCPKT_DOSTOP ? 1 : 0;
1213 ptyip = ptyibuf+1;

Completed in 120 milliseconds