Home | History | Annotate | Download | only in pppd

Lines Matching defs:linep

488 static char *linep;		/* current pointer within line */
494 linep = line;
497 linep = line + strlen(line);
505 if (linep != line) {
506 *linep = 0;
529 if (linep != line) {
531 if (linep + l < line + sizeof(line)) {
533 memcpy(linep, buf, l);
534 linep += l;
541 *linep = 0;
543 linep = line;
557 linep = line + l;