Home | History | Annotate | Download | only in pppd

Lines Matching refs:linep

533 static char *linep;		/* current pointer within line */
541 linep = line;
544 linep = line + strlen(line);
552 if (linep != line) {
553 *linep = 0;
584 if (linep != line) {
586 if (linep + l < line + sizeof(line)) {
588 memcpy(linep, buf, l);
589 linep += l;
596 *linep = 0;
598 linep = line;
612 linep = line + l;