Searched defs:linebuff (Results 1 - 1 of 1) sorted by relevance

/external/libppp/src/
H A Dprompt.c190 char linebuff[LINE_LEN]; local
193 n = read(p->fd_in, linebuff, sizeof linebuff - 1);
195 if (linebuff[n-1] == '\n')
196 linebuff[--n] = '\0';
198 linebuff[n] = '\0';
204 if (!command_Decode(bundle, linebuff, n, p, p->src.from))

Completed in 395 milliseconds