Searched refs:short_opts (Results 1 – 1 of 1) sorted by relevance
1368 char const *short_opts = "rs"; in main() local1370 char const *short_opts = "a:l:bctwz"; in main() local1373 char const *short_opts = "l:bctwz"; in main() local1376 char const *short_opts = "bctwz"; in main() local1379 while ((opt = getopt_long (argc, argv, short_opts, long_options, nullptr)) in main()