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

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp4724 int iOpt; local
4726 while ((iOpt = RTGetOpt(&State, &ValueUnion)) != 0)
4728 switch (iOpt)
4754 return RTGetOptPrintError(iOpt, &ValueUnion);

Completed in 58 milliseconds