Home | History | Annotate | Download | only in src

Lines Matching refs:line_buf

276 	char line_buf[BUFSIZ];
295 while (fgets(line_buf, sizeof line_buf - 1, fp)) {
296 p = line_buf;
311 while (fgets(line_buf, sizeof line_buf - 1, fp)) {
312 len = strlen(line_buf);
313 if (line_buf[len - 1] == '\n')
314 line_buf[len - 1] = 0;
315 p = line_buf;