Home | History | Annotate | Download | only in src

Lines Matching full:line_buf

133 	char line_buf[BUFSIZ];
164 while (fgets(line_buf, sizeof line_buf - 1, fp)) {
165 p = line_buf;
180 while (fgets(line_buf, sizeof line_buf - 1, fp)) {
181 len = strlen(line_buf);
182 if (line_buf[len - 1] == '\n')
183 line_buf[len - 1] = 0;
184 p = line_buf;