|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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.
Functions | |
| template<typename Character > | |
| static intptr_t __cdecl | common_spawnlp (bool const pass_environment, int const mode, Character const *const file_name, Character const *const arguments, va_list varargs) throw () |
| intptr_t | _execlp (char const *const file_name, char const *const arguments,...) |
| intptr_t | _execlpe (char const *const file_name, char const *const arguments,...) |
| intptr_t | _spawnlp (int const mode, char const *const file_name, char const *const arguments,...) |
| intptr_t | _spawnlpe (int const mode, char const *const file_name, char const *const arguments,...) |
| intptr_t | _wexeclp (wchar_t const *const file_name, wchar_t const *const arguments,...) |
| intptr_t | _wexeclpe (wchar_t const *const file_name, wchar_t const *const arguments,...) |
| intptr_t | _wspawnlp (int const mode, wchar_t const *const file_name, wchar_t const *const arguments,...) |
| intptr_t | _wspawnlpe (int const mode, wchar_t const *const file_name, wchar_t const *const arguments,...) |
Definition at line 55 of file spawnlp.cpp.
Definition at line 65 of file spawnlp.cpp.
Definition at line 75 of file spawnlp.cpp.
| intptr_t _spawnlpe | ( | int const | mode, |
| char const *const | file_name, | ||
| char const *const | arguments, | ||
| ... | |||
| ) |
Definition at line 86 of file spawnlp.cpp.
Definition at line 99 of file spawnlp.cpp.
Definition at line 109 of file spawnlp.cpp.
| intptr_t _wspawnlp | ( | int const | mode, |
| wchar_t const *const | file_name, | ||
| wchar_t const *const | arguments, | ||
| ... | |||
| ) |
Definition at line 119 of file spawnlp.cpp.
| intptr_t _wspawnlpe | ( | int const | mode, |
| wchar_t const *const | file_name, | ||
| wchar_t const *const | arguments, | ||
| ... | |||
| ) |
Definition at line 130 of file spawnlp.cpp.
|
static | ||||||||||||||||||||||||||||||||
Definition at line 19 of file spawnlp.cpp.
Referenced by _execlp(), _execlpe(), _spawnlp(), _spawnlpe(), _wexeclp(), _wexeclpe(), _wspawnlp(), and _wspawnlpe().