Searched refs:g_aOptions (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-posix.cpp84 static const RTGETOPTDEF g_aOptions[] = { variable
285 i < RT_ELEMENTS(g_aOptions);
288 std::string str(g_aOptions[i].pszLong);
289 if (g_aOptions[i].iShort < 1000) /* Don't show short options which are defined by an ID! */
292 str += g_aOptions[i].iShort;
298 switch (g_aOptions[i].iShort)
359 g_aOptions, RT_ELEMENTS(g_aOptions), 1 /* First */, 0 /*fFlags*/);
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstGIP-2.cpp73 static const RTGETOPTDEF g_aOptions[] = local
93 RTGetOptInit(&GetState, argc, argv, g_aOptions, RT_ELEMENTS(g_aOptions), 1, RTGETOPTINIT_FLAGS_NO_STD_OPTS);
H A DtstSupTscDelta.cpp51 static const RTGETOPTDEF g_aOptions[] = local
63 RTGetOptInit(&GetState, argc, argv, g_aOptions, RT_ELEMENTS(g_aOptions), 1, RTGETOPTINIT_FLAGS_NO_STD_OPTS);
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/testcase/
H A DtstOpenUSBDev.cpp181 static const RTGETOPTDEF g_aOptions[] = local
195 RTGetOptInit(&GetState, argc, argv, g_aOptions, RT_ELEMENTS(g_aOptions), 1, 0 /* fFlags */);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageBandwidthControl.cpp268 static const RTGETOPTDEF g_aOptions[] = local
278 RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, g_aOptions, RT_ELEMENTS(g_aOptions), 2 /*iArg*/, 0 /*fFlags*/);
H A DVBoxManageSnapshot.cpp168 static const RTGETOPTDEF g_aOptions[] = local
179 RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, g_aOptions, RT_ELEMENTS(g_aOptions), 2 /*iArg*/, 0 /*fFlags*/);
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp114 static const RTGETOPTDEF g_aOptions[] = { variable
834 i < RT_ELEMENTS(g_aOptions);
837 std::string str(g_aOptions[i].pszLong);
838 if (g_aOptions[i].iShort < 1000) /* Don't show short options which are defined by an ID! */
841 str += g_aOptions[i].iShort;
847 switch (g_aOptions[i].iShort)
978 g_aOptions, RT_ELEMENTS(g_aOptions), 1 /* First */, 0 /*fFlags*/);
/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-2.cpp477 static const RTGETOPTDEF g_aOptions[] = local
493 RTGetOptInit(&GetState, argc, argv, g_aOptions, RT_ELEMENTS(g_aOptions), 1, RTGETOPTINIT_FLAGS_OPTS_FIRST);
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp184 static const RTGETOPTDEF g_aOptions[] variable
218 i < RT_ELEMENTS(g_aOptions);
221 std::string str(g_aOptions[i].pszLong);
223 str += g_aOptions[i].iShort;
228 switch (g_aOptions[i].iShort)
952 RTGetOptInit(&GetState, argc, argv, g_aOptions, RT_ELEMENTS(g_aOptions), 1, 0 /*fFlags*/);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c104 static const RTGETOPTDEF g_aOptions[] = variable
1300 RTGetOptInit(&GetState, argc, argv, g_aOptions, RT_ELEMENTS(g_aOptions), 1, 0);
1526 RTGetOptInit(&GetState, argc, argv, g_aOptions, RT_ELEMENTS(g_aOptions), 1, 0);
1700 RTGetOptInit(&GetState, argc, argv, g_aOptions, RT_ELEMENTS(g_aOptions), 1, 0);
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp2853 static const RTGETOPTDEF g_aOptions[] = variable
2877 RTGetOptInit(&GetState, argc, argv, g_aOptions,
2878 RT_ELEMENTS(g_aOptions), 1, RTGETOPTINIT_FLAGS_NO_STD_OPTS);

Completed in 108 milliseconds