ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <corecrt_internal.h>
#include <corecrt_internal_lowio.h>
#include <corecrt_internal_traits.h>
#include <errno.h>
#include <io.h>
#include <mbstring.h>
#include <process.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Definition at line 379 of file spawnv.cpp.
intptr_t __cdecl _execve | ( | char const *const | file_name, |
char const *const *const | arguments, | ||
char const *const *const | environment | ||
) |
Definition at line 387 of file spawnv.cpp.
intptr_t __cdecl _spawnv | ( | int const | mode, |
char const *const | file_name, | ||
char const *const *const | arguments | ||
) |
Definition at line 396 of file spawnv.cpp.
intptr_t __cdecl _spawnve | ( | int const | mode, |
char const *const | file_name, | ||
char const *const *const | arguments, | ||
char const *const *const | environment | ||
) |
Definition at line 405 of file spawnv.cpp.
Definition at line 417 of file spawnv.cpp.
intptr_t __cdecl _wexecve | ( | wchar_t const *const | file_name, |
wchar_t const *const *const | arguments, | ||
wchar_t const *const *const | environment | ||
) |
Definition at line 425 of file spawnv.cpp.
intptr_t __cdecl _wspawnv | ( | int const | mode, |
wchar_t const *const | file_name, | ||
wchar_t const *const *const | arguments | ||
) |
Definition at line 434 of file spawnv.cpp.
intptr_t __cdecl _wspawnve | ( | int const | mode, |
wchar_t const *const | file_name, | ||
wchar_t const *const *const | arguments, | ||
wchar_t const *const *const | environment | ||
) |
Definition at line 443 of file spawnv.cpp.
|
static |
Definition at line 82 of file spawnv.cpp.
Referenced by execute_command().
|
static |
Definition at line 273 of file spawnv.cpp.
Referenced by _execv(), _execve(), _spawnv(), _spawnve(), _wexecv(), _wexecve(), _wspawnv(), and _wspawnve().
|
static |
Definition at line 168 of file spawnv.cpp.
Referenced by common_spawnv().
Definition at line 157 of file spawnv.cpp.