Home | History | Annotate | Download | only in src

Lines Matching refs:line_buf

283 	char line_buf[BUFSIZ];
302 while (fgets(line_buf, sizeof line_buf - 1, fp)) {
303 p = line_buf;
318 while (fgets(line_buf, sizeof line_buf - 1, fp)) {
319 len = strlen(line_buf);
320 if (line_buf[len - 1] == '\n')
321 line_buf[len - 1] = 0;
322 p = line_buf;