Home | History | Annotate | Download | only in pppd

Lines Matching defs:linep

523 static char *linep;		/* current pointer within line */
531 linep = line;
534 linep = line + strlen(line);
542 if (linep != line) {
543 *linep = 0;
574 if (linep != line) {
576 if (linep + l < line + sizeof(line)) {
578 memcpy(linep, buf, l);
579 linep += l;
586 *linep = 0;
588 linep = line;
602 linep = line + l;