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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManage.cpp595 int commandIndex; local
596 for (commandIndex = 0; s_commandHandlers[commandIndex].command != NULL; commandIndex++)
598 if (!strcmp(s_commandHandlers[commandIndex].command, argv[iCmd]))
605 && s_commandHandlers[commandIndex].help))
607 printUsage(s_commandHandlers[commandIndex].help, ~0U, g_pStdOut);
611 rcExit = (RTEXITCODE)s_commandHandlers[commandIndex].handler(&handlerArg); /** @todo Change to return RTEXITCODE. */
615 if (!s_commandHandlers[commandIndex].command)
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp1805 int commandIndex; local
1806 for (commandIndex = 0; s_commandHandlers[commandIndex].command != NULL; commandIndex++)
1808 if (!strcmp(s_commandHandlers[commandIndex].command, argv[iCmd]))
1813 exitcode = s_commandHandlers[commandIndex].handler(&handlerArg);
1817 if (!s_commandHandlers[commandIndex].command)

Completed in 85 milliseconds