Home
last modified time | relevance | path

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

/coreutils/src/
Dshuf.c375 size_t head_lines = SIZE_MAX; in main() local
451 head_lines = MIN (head_lines, argval); in main()
500 if (head_lines == 0) in main()
526 if (repeat || head_lines == SIZE_MAX in main()
541 size_t ahead_lines = repeat || head_lines < n_lines ? head_lines : n_lines; in main()
563 if (! (head_lines == 0 || echo || input_range || fclose (stdin) == 0)) in main()
575 if (head_lines == 0) in main()
Dhead.c800 head_lines (char const *filename, int fd, uintmax_t lines_to_write) in head_lines() function
865 return head_lines (filename, fd, n_units); in head()