Home | History | Annotate | Download | only in src

Lines Matching refs:line_buf

282 			char *line_buf, int pass, unsigned lineno)
291 len = strlen(line_buf);
292 if (line_buf[len - 1] == '\n')
293 line_buf[len - 1] = 0;
294 buf_p = line_buf;
300 items = sscanf(line_buf, "%255s %255s %255s", regex, type, context);
409 char line_buf[BUFSIZ];
462 while (fgets(line_buf, sizeof line_buf - 1, fp)
464 if (process_line(rec, path, prefix, line_buf,
475 while (fgets(line_buf, sizeof line_buf - 1, homedirfp)
479 line_buf, pass, ++lineno) != 0)
485 while (fgets(line_buf, sizeof line_buf - 1, localfp)
488 (rec, local_path, prefix, line_buf,