Lines Matching refs:line
240 char *line; local
308 line = buf;
309 while ( fgets(line, (unsigned)(buf + bufsize - line), in) != NULL )
311 test: line += strlen(line);
319 more = ++line;
320 f: if ( line >= buf + (bufsize - 1) ) /* overflow check */
322 if ( fgets(line, (unsigned)(buf + bufsize - line), in) == NULL )
334 line += strlen(line);
341 line = buf;
346 if ( line != buf + (bufsize - 1) ) /* overflow check */
353 line = buf;
355 if ( line != buf )