Home
last modified time | relevance | path

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

/coreutils/src/
Dshuf.c335 size_t lo_input, size_t hi_input, char eolbyte) in write_random_numbers() argument
337 const randint range = hi_input - lo_input + 1; in write_random_numbers()
374 size_t hi_input = 0; in main() local
430 hi_input = u; in main()
431 if (hi_input != u) in main()
437 n_lines = hi_input - lo_input + 1; in main()
439 if (err != LONGINT_OK || (lo_input <= hi_input) == (n_lines == 0)) in main()
513 n_lines = hi_input - lo_input + 1; in main()
583 lo_input, hi_input, eolbyte); in main()