Home
last modified time | relevance | path

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

/netbsd/src/libexec/telnetd/
Dtelnetd.c104 char ptyibuf[BUFSIZ], *ptyip = ptyibuf; variable
934 strncpy(ptyibuf2ptr, ptyip, pcc+1); in telnet()
935 ptyip = ptyibuf2; in telnet()
936 pcc = strlen(ptyip); in telnet()
1068 ptyip = ptyibuf+1; in telnet()
1075 c = *ptyip++ & 0377, pcc--; in telnet()
1080 if (pcc > 0 && ((*ptyip & 0377) == '\n')) { in telnet()
1081 output_data("%c", *ptyip++ & 0377); in telnet()