Home
last modified time | relevance | path

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

/coreutils/src/
Ddigest.c1368 char const *short_opts = "rs"; in main() local
1370 char const *short_opts = "a:l:bctwz"; in main() local
1373 char const *short_opts = "l:bctwz"; in main() local
1376 char const *short_opts = "bctwz"; in main() local
1379 while ((opt = getopt_long (argc, argv, short_opts, long_options, nullptr)) in main()