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

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

Completed in 104 milliseconds