Home
last modified time | relevance | path

Searched refs:ptyip (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
Dtelnetd.c93 char *ptyip = ((char *)&ptyibufbuf[1])-1; variable
106 char ptyibuf[BUFSIZ], *ptyip = ptyibuf; variable
984 strncat(ptyibuf2, ptyip, pcc+1); in my_telnet()
985 ptyip = ptyibuf2; in my_telnet()
986 pcc = strlen(ptyip); in my_telnet()
1187 ptyip = ptyibuf+1; in my_telnet()
1194 c = *ptyip++ & 0377, pcc--; in my_telnet()
1199 if (pcc > 0 && ((*ptyip & 0377) == '\n')) { in my_telnet()
1200 *nfrontp++ = *ptyip++ & 0377; in my_telnet()
/freebsd-12-stable/contrib/telnet/telnetd/
Dtelnetd.c66 char ptyibuf[BUFSIZ], *ptyip = ptyibuf; variable
936 (void) strncat(ptyibuf2, ptyip, pcc+1); in telnet()
937 ptyip = ptyibuf2; in telnet()
938 pcc = strlen(ptyip); in telnet()
1139 ptyip = ptyibuf+1; in telnet()
1146 c = *ptyip++ & 0377, pcc--; in telnet()
1151 if (pcc > 0 && ((*ptyip & 0377) == '\n')) { in telnet()
1152 output_data("%c", *ptyip++ & 0377); in telnet()