Home | History | Annotate | Download | only in src

Lines Matching refs:line_buf

283 			char *line_buf, int pass, unsigned lineno)
292 len = strlen(line_buf);
293 if (line_buf[len - 1] == '\n')
294 line_buf[len - 1] = 0;
295 buf_p = line_buf;
301 items = sscanf(line_buf, "%255s %255s %255s", regex, type, context);
410 char line_buf[BUFSIZ];
463 while (fgets(line_buf, sizeof line_buf - 1, fp)
465 if (process_line(rec, path, prefix, line_buf,
476 while (fgets(line_buf, sizeof line_buf - 1, homedirfp)
480 line_buf, pass, ++lineno) != 0)
486 while (fgets(line_buf, sizeof line_buf - 1, localfp)
489 (rec, local_path, prefix, line_buf,