Searched refs:prog_opts (Results 1 – 2 of 2) sorted by relevance
66 static char prog_opts[] = "aft:v:d:i:e:s:c:T:?"; /* getopt() flags */ variable210 while ((i = getopt(argc, argv, prog_opts)) != EOF) { in main()
64 static char prog_opts[] = "VEiv:d:?"; /* getopt() flags */ variable288 while ((i = getopt(argc, argv, prog_opts)) != EOF) { in main()