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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dmain.cpp68 char *pszCommand; local
71 pszCommand = RTStrAPrintf2("notify-send \"VBoxClient: %s\"", pszMessage);
72 if (pszCommand)
73 system(pszCommand);
/vbox/src/VBox/ValidationKit/testboxscript/
H A DTestBoxHelper.cpp385 const char *pszCommand; member in struct:__anon17000
405 if (!strcmp(argv[1], s_aHandlers[i].pszCommand))
427 RTPrintf(" %s\n", s_aHandlers[j].pszCommand);
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp170 * @param pszCommand Command selector, NULL if all.
172 static RTEXITCODE rtDbgSymCacheUsage(const char *pszArg0, const char *pszCommand) argument
174 if (!pszCommand || !strcmp(pszCommand, "add"))
/vbox/src/VBox/VMM/VMMR3/
H A DFTM.cpp331 * @param pszCommand The command.
334 static int ftmR3TcpSubmitCommand(PVM pVM, const char *pszCommand, bool fWaitForAck = true) argument
336 int rc = RTTcpSgWriteL(pVM->ftm.s.hSocket, 2, pszCommand, strlen(pszCommand), RT_STR_TUPLE("\n"));
341 return ftmR3TcpReadACK(pVM, pszCommand);
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp290 * @param pszCommand The command.
295 HRESULT Console::i_teleporterSrcSubmitCommand(TeleporterStateSrc *pState, const char *pszCommand, bool fWaitForAck /*= true*/) argument
297 int vrc = RTTcpSgWriteL(pState->mhSocket, 2, pszCommand, strlen(pszCommand), "\n", sizeof("\n") - 1);
299 return setError(E_FAIL, tr("Failed writing command '%s': %Rrc"), pszCommand, vrc);
302 return i_teleporterSrcReadACK(pState, pszCommand);
/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp1887 const char *pszCommand; member in struct:COMMANDHANDLER
2022 if (!strcmp(argv[iArg], g_aCommandHandlers[i].pszCommand))

Completed in 68 milliseconds