Searched refs:shopts (Results 1 – 2 of 2) sorted by relevance
69 const char *shopts = "uCc:e:hk:qPS:I:U:F:"; in main() local90 while ((option = getopt_long(argc, argv, shopts, lopts, NULL)) != -1) { in main()
135 const char *shopts = "r:fpFPn54aAVl:s:c:kit:T:RS:vX:CEI:"; variable241 while ((i = getopt_long(argc, argv, shopts, long_options, 0)) != -1) { in parse_options()