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);
|