Searched refs:kOptions (Results 1 – 2 of 2) sorted by relevance
161 static const struct option kOptions[] = { variable213 int option = getopt_long(aArgCount, aArgVector, "B:d:hI:ns:v", kOptions, &index); in ParseArg()
217 const struct option kOptions[] = { variable245 …for (int index, option; (option = getopt_long(aArgCount, aArgVector, "+I:h", kOptions, &index)) !=… in ParseArg()