Searched refs:execvpe (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h29 # define execvpe _execvpe macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dprocess.h100 static inline intptr_t execvpe(const char* name, const char* const* argv, const char* const* envv) { return _execvpe(name, argv, envv); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dprocess.h110 static inline intptr_t execvpe(const char* name, char* const* argv, const char* const* envv) { return _execvpe(name, argv, envv); } function
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h170 #define _texecvpe WINE_tchar_routine(execvpe, _execvpe, _wexecvpe)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h170 #define _texecvpe WINE_tchar_routine(execvpe, _execvpe, _wexecvpe)

Completed in 50 milliseconds