Searched defs:argv0 (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Additions/os2/
H A DVBoxReplaceDll.cpp28 static int usage(const char *argv0) argument
30 char *psz1 = strrchr(argv0, '\\');
32 argv0 = psz1 + 1;
33 psz1 = strrchr(argv0, '/');
35 argv0 = psz1 + 1;
36 psz1 = strrchr(argv0, ':');
38 argv0 = psz1 + 1;
46 argv0);
/vbox/src/bldprogs/
H A Dpreload.cpp119 static int usage(const char *argv0) argument
122 "Usage: %s [dll|exe|file []]\n", argv0);
H A Dbin2c.c50 static int usage(const char *argv0) argument
62 , argv0);
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupSem-Zombie.cpp157 * @param argv0 The executable name (or whatever).
159 static int mainParent(const char *argv0) argument
178 const char *apszArgs[3] = { argv0, "--child", NULL };
179 RTTESTI_CHECK_RC_OK(rc = RTProcCreate(argv0, apszArgs, RTENV_DEFAULT, 0 /*fFlags*/, &hProcess));
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/testcase/
H A DtstOpenUSBDev.cpp82 static int tstDoWork(io_object_t USBDevice, mach_port_t MasterPort, const char *argv0) argument
121 RTPrintf("%s: Failed to re-enumerate the device, irc=%#x (vrc=%Rrc).\n", argv0, irc, vrc);
130 RTPrintf("%s: The device is being used by another process (irc=kIOReturnExclusiveAccess)\n", argv0);
135 RTPrintf("%s: Failed to open the device, irc=%#x (vrc=%Rrc).\n", argv0, irc, vrc);
141 RTPrintf("%s: Failed to create plugin interface for the device, hrc=%#x (vrc=%Rrc).\n", argv0, hrc, vrc);
149 RTPrintf("%s: Failed to open the device, plug-in creation failed with irc=%#x (vrc=%Rrc).\n", argv0, irc, vrc);
156 static int tstSyntax(const char *argv0) argument
163 , argv0);
/vbox/src/VBox/Additions/WINNT/tools/
H A DVBoxCertUtil.cpp665 * @param argv0 Program name.
667 static void showUsage(const char *argv0) argument
676 , argv0, argv0, argv0);
/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-2.cpp225 * @param argv0 Program name (for errors and warnings).
236 static int MyDisasmBlock(const char *argv0, DISCPUMODE enmCpuMode, uint64_t uAddress, argument
315 RTPrintf("%s: error at %#RX64: unexpected valid instruction (op=%d)\n", argv0, State.uAddress, State.Dis.pCurInstr->uOpcode);
321 RTPrintf("%s: error at %#RX64: undefined opcode (op=%d)\n", argv0, State.uAddress, State.Dis.pCurInstr->uOpcode);
344 RTPrintf("%s: error at %#RX64: read beyond the end (%Rrc)\n", argv0, State.uAddress, rc);
346 RTPrintf("%s: error at %#RX64: %Rrc cbInstr=%d\n", argv0, State.uAddress, rc, State.cbInstr);
349 RTPrintf("%s: error at %#RX64: %Rrc cbInstr=%d!\n", argv0, State.uAddress, rc, State.cbInstr);
429 * @param argv0 The program name.
431 static int Usage(const char *argv0) argument
453 , argv0, argv
461 const char * const argv0 = RTPathFilename(argv[0]); local
[all...]
/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c730 * @param argv0 executable name
735 static void startVM(const char *argv0, IVirtualBox *virtualBox, ISession *session, BSTR id) argument
747 PrintErrorInfo(argv0, "Error: Couldn't get the Machine reference", rc);
821 PrintErrorInfo(argv0, "Error: LaunchVMProcess failed", rc);
830 * @param argv0 executable name
834 static void listVMs(const char *argv0, IVirtualBox *virtualBox, ISession *session) argument
849 PrintErrorInfo(argv0, "could not get list of machines", rc);
972 startVM(argv0, virtualBox, session, uuidUtf16);
/vbox/src/VBox/Runtime/common/string/
H A Duniread.cpp1017 int PrintHeader(const char *argv0, const char *pszBaseDir) argument
1062 pszBaseDir, argv0);
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp3180 static void txsUsage(PRTSTREAM pStrm, const char *argv0) argument
3193 argv0,

Completed in 54 milliseconds