Home
last modified time | relevance | path

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

/coreutils/src/
Dshuf.c416 char *lo_end; in main() local
417 strtol_error err = xstrtoumax (optarg, &lo_end, 10, &u, nullptr); in main()
423 else if (*lo_end != '-') in main()
427 err = xstrtoumax (lo_end + 1, nullptr, 10, &u, ""); in main()