Lines Matching refs:linep
493 static char *linep; /* current pointer within line */
501 linep = line;
504 linep = line + strlen(line);
512 if (linep != line) {
513 *linep = 0;
535 if (linep != line) {
537 if (linep + l < line + sizeof(line)) {
539 memcpy(linep, buf, l);
540 linep += l;
547 *linep = 0;
549 linep = line;
563 linep = line + l;