ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <corecrt_internal.h>
#include <corecrt_internal_traits.h>
#include <stddef.h>
#include <process.h>
#include <stdarg.h>
Go to the source code of this file.
Definition at line 55 of file spawnl.cpp.
Definition at line 66 of file spawnl.cpp.
intptr_t __cdecl _spawnl | ( | int const | mode, |
char const *const | file_name, | ||
char const *const | arguments, | ||
... | |||
) |
Definition at line 76 of file spawnl.cpp.
intptr_t __cdecl _spawnle | ( | int const | mode, |
char const *const | file_name, | ||
char const *const | arguments, | ||
... | |||
) |
Definition at line 88 of file spawnl.cpp.
Definition at line 101 of file spawnl.cpp.
Definition at line 112 of file spawnl.cpp.
intptr_t __cdecl _wspawnl | ( | int const | mode, |
wchar_t const *const | file_name, | ||
wchar_t const *const | arguments, | ||
... | |||
) |
Definition at line 122 of file spawnl.cpp.
intptr_t __cdecl _wspawnle | ( | int const | mode, |
wchar_t const *const | file_name, | ||
wchar_t const *const | arguments, | ||
... | |||
) |
Definition at line 134 of file spawnl.cpp.
|
static |
Definition at line 19 of file spawnl.cpp.
Referenced by _execl(), _execle(), _spawnl(), _spawnle(), _wexecl(), _wexecle(), _wspawnl(), and _wspawnle().