Searched refs:shortopts (Results 1 – 1 of 1) sorted by relevance
54 static const char shortopts[] = "hvycdn:f:x:s:p:t:e:rRko:"; variable138 while ((c = getopt_long(argc, argv, shortopts, longopts, NULL)) != -1) { in parse_args()