Home
last modified time | relevance | path

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

/coreutils/src/
Dshuf.c447 uintmax_t argval; in main() local
448 strtol_error e = xstrtoumax (optarg, nullptr, 10, &argval, ""); in main()
451 head_lines = MIN (head_lines, argval); in main()