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

/vbox/src/VBox/Runtime/tools/
H A DRTManifest.cpp183 * @param chOpt What the last RTGetOpt() call returned.
186 PRTGETOPTSTATE pGetState, PRTGETOPTUNION pUnion, int chOpt)
235 while (chOpt == VINF_GETOPT_NOT_OPTION)
242 chOpt = RTGetOpt(pGetState, pUnion);
244 if (RT_SUCCESS(rc) && chOpt != 0)
246 RTGetOptPrintError(chOpt, pUnion);
247 rc = chOpt < 0 ? chOpt : -chOpt;
185 rtManifestDoCreate(const char *pszManifest, bool fStdFormat, const char *pszChDir, uint32_t fAttr, PRTGETOPTSTATE pGetState, PRTGETOPTUNION pUnion, int chOpt) argument
H A DRTGzip.cpp486 int chOpt = RTGetOpt(&GetState, &ValueUnion); local
487 switch (chOpt)
580 return RTGetOptPrintError(chOpt, &ValueUnion);
H A DRTDbgSymCache.cpp1200 int chOpt; local
1201 while ((chOpt = RTGetOpt(&State, &ValueUnion)) != 0)
1203 switch (chOpt)
1245 return RTGetOptPrintError(chOpt, &ValueUnion);
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-app.cpp1272 int chOpt; local
1276 while ((chOpt = RTGetOpt(&GetState, &ValueUnion)))
1278 switch (chOpt)
1292 return RTGetOptPrintError(chOpt, &ValueUnion);

Completed in 58 milliseconds