Home
last modified time | relevance | path

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

/coreutils/src/
Dshuf.c257 read_input (FILE *in, char eolbyte, char ***pline) in read_input() function
529 n_lines = read_input (stdin, eolbyte, &input_lines); in main()
Dcsplit.c256 read_input (char *dest, idx_t max_n_bytes) in read_input() function
482 b->bytes_used += read_input (p, bytes_avail - 1); in load_buffer()