Searched refs:longOptions (Results 1 – 2 of 2) sorted by relevance
69 struct option longOptions[] = { in main() local76 while ((optValue = getopt_long_only(argc, argv, ":", longOptions, 0)) != -1) { in main()
97 struct option longOptions[] = { in fromCommandLine() local106 while ((optValue = getopt_long_only(argc, argv, ":", longOptions, 0)) != -1) { in fromCommandLine()