Home | History | Annotate | Download | only in src

Lines Matching refs:line_buf

84 			const char *path, char *line_buf, 
94 len = strlen(line_buf);
95 if (line_buf[len - 1] == '\n')
96 line_buf[len - 1] = 0;
97 buf_p = line_buf;
103 items = sscanf(line_buf, "%255s %255s", prop, context);
149 char line_buf[BUFSIZ];
183 while (fgets(line_buf, sizeof line_buf - 1, fp)
185 if (process_line(rec, path, line_buf, pass, ++lineno) != 0) {