Searched refs:RTGetOptInit (Results 1 - 25 of 80) sorted by relevance

1234

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupLoadModule.cpp65 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0);
H A DSUPLoggerCtl.cpp93 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0);
H A DtstGIP-2.cpp93 RTGetOptInit(&GetState, argc, argv, g_aOptions, RT_ELEMENTS(g_aOptions), 1, RTGETOPTINIT_FLAGS_NO_STD_OPTS);
H A DtstSupTscDelta.cpp63 RTGetOptInit(&GetState, argc, argv, g_aOptions, RT_ELEMENTS(g_aOptions), 1, RTGETOPTINIT_FLAGS_NO_STD_OPTS);
/vbox/src/VBox/Runtime/tools/
H A DRTShutdown.cpp65 rc = RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1,
H A DRTManifest.cpp302 rc = RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, RTGETOPTINIT_FLAGS_OPTS_FIRST);
304 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTGetOptInit failed: %Rrc", rc);
H A DRTNtDbgHelp.cpp327 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1,
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageBandwidthControl.cpp122 RTGetOptInit(&GetState, a->argc, a->argv, g_aBWCtlAddOptions,
202 RTGetOptInit(&GetState, a->argc, a->argv, g_aBWCtlAddOptions,
278 RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, g_aOptions, RT_ELEMENTS(g_aOptions), 2 /*iArg*/, 0 /*fFlags*/);
H A DVBoxManageDebugVM.cpp65 int rc = RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 2, RTGETOPTINIT_FLAGS_OPTS_FIRST);
182 int rc = RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 2, RTGETOPTINIT_FLAGS_OPTS_FIRST);
255 int rc = RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 2, 0 /*fFlags*/);
355 int rc = RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 2, RTGETOPTINIT_FLAGS_OPTS_FIRST);
512 int rc = RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 2, 0 /*fFlags*/);
586 int rc = RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 2, 0 /*fFlags*/);
H A DVBoxManageMisc.cpp113 RTGetOptInit(&GetState, a->argc, a->argv, g_aUnregisterVMOptions, RT_ELEMENTS(g_aUnregisterVMOptions),
214 RTGetOptInit(&GetState, a->argc, a->argv, g_aCreateVMOptions, RT_ELEMENTS(g_aCreateVMOptions),
374 RTGetOptInit(&GetState, a->argc, a->argv, g_aCloneVMOptions, RT_ELEMENTS(g_aCloneVMOptions),
511 RTGetOptInit(&GetState, a->argc, a->argv, s_aStartVMOptions, RT_ELEMENTS(s_aStartVMOptions),
1118 RTGetOptInit(&GetState, a->argc, a->argv, s_aInstallOptions, RT_ELEMENTS(s_aInstallOptions), 1, 0 /*fFlags*/);
1167 RTGetOptInit(&GetState, a->argc, a->argv, s_aUninstallOptions, RT_ELEMENTS(s_aUninstallOptions), 1, 0);
H A DVBoxManageGuestCtrl.cpp849 RTGetOptInit(&GetState, pArg->argc, pArg->argv,
1170 RTGetOptInit(&GetState, pCtx->iArgc, pCtx->ppaArgv, s_aOptions, RT_ELEMENTS(s_aOptions),
2434 RTGetOptInit(&GetState, pCtx->iArgc, pCtx->ppaArgv,
2686 RTGetOptInit(&GetState, pCtx->iArgc, pCtx->ppaArgv,
2754 RTGetOptInit(&GetState, pCtx->iArgc, pCtx->ppaArgv,
2841 RTGetOptInit(&GetState, pCtx->iArgc, pCtx->ppaArgv,
2897 RTGetOptInit(&GetState, pCtx->iArgc, pCtx->ppaArgv,
3045 RTGetOptInit(&GetState, pCtx->iArgc, pCtx->ppaArgv,
3150 RTGetOptInit(&GetState, pCtx->iArgc, pCtx->ppaArgv,
3260 RTGetOptInit(
[all...]
H A DVBoxManageSnapshot.cpp179 RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, g_aOptions, RT_ELEMENTS(g_aOptions), 2 /*iArg*/, 0 /*fFlags*/);
319 RTGetOptInit(&GetOptState, a->argc, a->argv, s_aTakeOptions, RT_ELEMENTS(s_aTakeOptions),
H A DVBoxManageHostonly.cpp143 RTGetOptInit(&GetState,
/vbox/include/iprt/
H A Dgetopt.h216 /** The flags passed to RTGetOptInit. */
249 RTDECL(int) RTGetOptInit(PRTGETOPTSTATE pState, int argc, char **argv,
253 /** @name RTGetOptInit flags.
270 * arguments are dealt with depends on the flags passed to RTGetOptInit. The default
299 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0);
344 * @param pState The state previously initialized with RTGetOptInit.
369 * @param pState The state previously initialized with RTGetOptInit.
394 * vector that can be used with RTGetOptInit().
/vbox/src/VBox/ValidationKit/utils/cpu/
H A DexceptionsR3.cpp207 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0);
/vbox/src/VBox/ValidationKit/utils/nt/
H A Dntsetfreq.cpp73 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0);
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp219 RTGetOptInit(&GetState, a->argc, a->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 0, 0 /* fFlags */);
351 RTGetOptInit(&GetState, a->argc, a->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 0, 0 /* fFlags */);
865 RTGetOptInit(&GetState, a->argc, a->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 0, 0 /* fFlags */);
1072 RTGetOptInit(&GetState, a->argc, a->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 0, 0 /* fFlags */);
1227 RTGetOptInit(&GetState, a->argc, a->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 0, 0 /* fFlags */);
1404 RTGetOptInit(&GetState, a->argc, a->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 0, 0 /* fFlags */);
1512 RTGetOptInit(&GetState, a->argc, a->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 0, 0 /* fFlags */);
1605 RTGetOptInit(&GetState, a->argc, a->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 0, 0 /* fFlags */);
1667 RTGetOptInit(&GetState, a->argc, a->argv, s_aOptions, RT_ELEMENTS(s_aOptions), 0, 0 /* fFlags */);
/vbox/src/VBox/Additions/WINNT/tools/
H A DVBoxCertUtil.cpp530 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0);
605 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0);
708 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0);
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-win.cpp357 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 0, RTGETOPTINIT_FLAGS_NO_STD_OPTS);
429 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 0, RTGETOPTINIT_FLAGS_NO_STD_OPTS);
747 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 0, RTGETOPTINIT_FLAGS_NO_STD_OPTS);
804 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 0, RTGETOPTINIT_FLAGS_NO_STD_OPTS);
/vbox/src/VBox/VMM/tools/
H A DVBoxVMMPreload.cpp83 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0 /* fFlags */);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceToolBox.cpp362 RTGetOptInit(&GetState, argc, argv,
820 int rc = RTGetOptInit(&GetState, argc, argv,
1026 rc = RTGetOptInit(&GetState, argc, argv, s_aOptions,
1208 rc = RTGetOptInit(&GetState, argc, argv, s_aOptions,
1409 int rc = RTGetOptInit(&GetState, argc, argv,
1515 RTGetOptInit(&GetState, argc, argv,
/vbox/src/VBox/Main/src-server/win/
H A Dsvcmain.cpp222 int vrc = RTGetOptInit(&GetOptState, argc, argv, &s_aOptions[0], RT_ELEMENTS(s_aOptions), 1, 0 /*fFlags*/);
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/testcase/
H A DtstOpenUSBDev.cpp195 RTGetOptInit(&GetState, argc, argv, g_aOptions, RT_ELEMENTS(g_aOptions), 1, 0 /* fFlags */);
/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestApp.cpp234 rc = RTGetOptInit(&State, argc-1, argv+1, &s_aOptionDefs[0], RT_ELEMENTS(s_aOptionDefs), 0, 0);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPrfIO.cpp203 RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, 0);

Completed in 214 milliseconds

1234