Searched refs:OPTSTR (Results 1 – 1 of 1) sorted by relevance
86 static constexpr const char* OPTSTR = "h:d:s:t:"; in handleCommandLineArgments() local98 while ((opt = getopt_long(argc, argv, OPTSTR, OPTIONS, &index)) >= 0) { in handleCommandLineArgments()