Searched refs:optstr (Results 1 – 2 of 2) sorted by relevance
16 const char* optstr = "<1u:g:G:c:s"; variable147 while ((c = getopt(argc, argv, optstr)) != -1) { in parse_arguments()
995 std::string optstr = options + "p:r:RFvd:"; in parseOptions() local996 while ((res = getopt(argc, argv, optstr.c_str())) >= 0) { in parseOptions()