Home
last modified time | relevance | path

Searched refs:next_line (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dshuf.c138 next_line (char *line, char eolbyte) in next_line() function
284 for (p = buf; p < lim; p = next_line (p, eolbyte)) in read_input()
291 line[i] = p = next_line (p, eolbyte); in read_input()