Home
last modified time | relevance | path

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

/coreutils/src/
Ddu.c157 static intmax_t opt_threshold = 0; variable
662 if (opt_threshold < 0 in process_file()
663 ? v <= -opt_threshold in process_file()
664 : v >= opt_threshold) in process_file()
841 e = xstrtoimax (optarg, nullptr, 0, &opt_threshold, in main()
845 if (opt_threshold == 0 && *optarg == '-') in main()