HomeSort by: relevance | last modified time | path
    Searched defs:ptyip (Results 1 - 1 of 1) sorted by relevancy

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

Completed in 36 milliseconds