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

/freebsd-11-stable/usr.sbin/ppp/
H A Dprompt.c192 char linebuff[LINE_LEN]; local
195 n = read(p->fd_in, linebuff, sizeof linebuff - 1);
197 if (linebuff[n-1] == '\n')
198 linebuff[--n] = '\0';
200 linebuff[n] = '\0';
206 if (!command_Decode(bundle, linebuff, n, p, p->src.from))

Completed in 64 milliseconds