Searched refs:OPTSTR (Results 1 – 1 of 1) sorted by relevance
47 static constexpr const char* OPTSTR = "ha:"; in handleCommandLineArgments() local55 while ((opt = getopt_long(argc, argv, OPTSTR, OPTIONS, &option_index)) >= 0) { in handleCommandLineArgments()