HomeSort by: relevance | last modified time | path
    Searched refs:get_next_line (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
input.cc 52 /* This is a cache used by get_next_line to store the content of a
110 bool get_next_line (char **line, ssize_t *line_len);
451 while (get_next_line (&line, &line_len))
653 /* Helper function for file_cache_slot::get_next_line (), to find the end of
687 line cache and is only valid until the next call of get_next_line.
691 otherwise. Note that subsequent calls to get_next_line might
695 file_cache_slot::get_next_line (char **line, ssize_t *line_len) function in class:file_cache_slot
808 invocation of get_next_line will either read more data from the
830 return get_next_line (&l, &len);
921 return get_next_line (line, line_len)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 46 /* This is a cache used by get_next_line to store the content of a
103 bool get_next_line (char **line, ssize_t *line_len);
652 line cache and is only valid until the next call of get_next_line.
656 otherwise. Note that subsequent calls to get_next_line might
660 file_cache_slot::get_next_line (char **line, ssize_t *line_len) function in class:file_cache_slot
767 invocation of get_next_line will either read more data from the
789 return get_next_line (&l, &len);
880 return get_next_line (line, line_len);

Completed in 32 milliseconds