Searched refs:execv (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dunistd.h9 extern int execv ( const char *command, char * const argv[] );
18 * This is a front end to execv().
22 int rc = execv ( (command), argv ); \
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dtime_cmd.c67 rc = execv ( argv[1], argv + 1 );
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h26 # define execv _execv macro
/vbox/src/VBox/VMM/testcase/
H A DtstVMMFork.cpp109 RTPrintf(TESTCASE ": calling execv() with command-line:\n");
112 execv(ppszArgs[0], ppszArgs);
113 RTPrintf(TESTCASE ": error: execv() returned to caller. errno=%d.\n", errno);
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dexec.c56 * Execute the named command. Unlike a traditional POSIX execv(),
59 int execv ( const char *command, char * const argv[] ) { function
306 rc = execv ( argv[0], argv );
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dunistd.h137 int execv(const char *, char * const *);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbproc.c156 (void)execv(path, argv);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dconfig.c479 execv( full_name, new_argv );
485 execv( argv[0], argv );
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dprocess.h97 static inline intptr_t execv(const char* name, const char* const* argv) { return _execv(name, argv); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dprocess.h107 static inline intptr_t execv(const char* name, char* const* argv) { return _execv(name, argv); } function
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h167 #define _texecv WINE_tchar_routine(execv, _execv, _wexecv)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h167 #define _texecv WINE_tchar_routine(execv, _execv, _wexecv)
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h239 #define execv _execv
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxproces.c404 (void)execv(path, argv);

Completed in 68 milliseconds