Searched defs:execv (Results 1 - 4 of 4) sorted by relevance

/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/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/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/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h26 # define execv _execv macro

Completed in 354 milliseconds