Searched defs:chOption (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dgetopt.cpp212 * @param chOption The option char.
217 static PCRTGETOPTDEF rtGetOptSearchShort(int chOption, PCRTGETOPTDEF paOptions, size_t cOptions, uint32_t fFlags) argument
222 if (pOpt->iShort == chOption)
230 if (g_aStdOptions[i].iShort == chOption)
232 if (chOption == '?')

Completed in 44 milliseconds