ReactOS 0.4.16-dev-959-g2ec3a19
|
#include <corecrt_internal.h>
#include <corecrt_internal_traits.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#include <process.h>
#include <mbstring.h>
Go to the source code of this file.
Definition at line 140 of file spawnvp.cpp.
intptr_t __cdecl _execvpe | ( | char const *const | file_name, |
char const *const *const | arguments, | ||
char const *const *const | environment | ||
) |
Definition at line 148 of file spawnvp.cpp.
intptr_t __cdecl _spawnvp | ( | int const | mode, |
char const *const | file_name, | ||
char const *const *const | arguments | ||
) |
Definition at line 157 of file spawnvp.cpp.
intptr_t __cdecl _spawnvpe | ( | int const | mode, |
char const *const | file_name, | ||
char const *const *const | arguments, | ||
char const *const *const | environment | ||
) |
Definition at line 166 of file spawnvp.cpp.
Definition at line 178 of file spawnvp.cpp.
intptr_t __cdecl _wexecvpe | ( | wchar_t const *const | file_name, |
wchar_t const *const *const | arguments, | ||
wchar_t const *const *const | environment | ||
) |
Definition at line 186 of file spawnvp.cpp.
intptr_t __cdecl _wspawnvp | ( | int const | mode, |
wchar_t const *const | file_name, | ||
wchar_t const *const *const | arguments | ||
) |
Definition at line 195 of file spawnvp.cpp.
intptr_t __cdecl _wspawnvpe | ( | int const | mode, |
wchar_t const *const | file_name, | ||
wchar_t const *const *const | arguments, | ||
wchar_t const *const *const | environment | ||
) |
Definition at line 204 of file spawnvp.cpp.
|
static |
Definition at line 22 of file spawnvp.cpp.
Referenced by _execvp(), _execvpe(), _spawnvp(), _spawnvpe(), _wexecvp(), _wexecvpe(), _wspawnvp(), and _wspawnvpe().