|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <fcntl.h>#include <io.h>#include <process.h>#include <stdarg.h>#include "msvcrt.h"#include <winnls.h>#include "mtdll.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | popen_handle |
Variables | |
| static struct popen_handle * | popen_handles |
| static DWORD | popen_handles_size |
Definition at line 362 of file process.c.
Definition at line 417 of file process.c.
Definition at line 468 of file process.c.
Definition at line 616 of file process.c.
Definition at line 658 of file process.c.
Referenced by _execvp().
Definition at line 1212 of file process.c.
Definition at line 1185 of file process.c.
| intptr_t CDECL _spawnve | ( | int | flags, |
| const char * | name, | ||
| const char *const * | argv, | ||
| const char *const * | envv | ||
| ) |
| intptr_t CDECL _spawnvpe | ( | int | flags, |
| const char * | name, | ||
| const char *const * | argv, | ||
| const char *const * | envv | ||
| ) |
Definition at line 967 of file process.c.
Referenced by _execvpe(), and _spawnvp().
This file has no copyright assigned and is placed in the Public Domain. This file is part of the Wine project.
Definition at line 395 of file process.c.
Definition at line 441 of file process.c.
Definition at line 605 of file process.c.
| intptr_t CDECL _wexecvpe | ( | const wchar_t * | name, |
| const wchar_t *const * | argv, | ||
| const wchar_t *const * | envv | ||
| ) |
Definition at line 647 of file process.c.
Referenced by _wexecvp().
Definition at line 1044 of file process.c.
Referenced by _popen().
| intptr_t CDECL _wspawnve | ( | int | flags, |
| const wchar_t * | name, | ||
| const wchar_t *const * | argv, | ||
| const wchar_t *const * | envv | ||
| ) |
Definition at line 924 of file process.c.
Referenced by _wexecv(), _wexecve(), and _wspawnv().
| intptr_t CDECL _wspawnvpe | ( | int | flags, |
| const wchar_t * | name, | ||
| const wchar_t *const * | argv, | ||
| const wchar_t *const * | envv | ||
| ) |
Definition at line 991 of file process.c.
Referenced by _wexecvpe(), and _wspawnvp().
Definition at line 1254 of file process.c.
Referenced by system().
Definition at line 191 of file process.c.
Referenced by _wexecle(), _wexeclpe(), _wspawnle(), _wspawnlpe(), _wspawnve(), and _wspawnvpe().
Definition at line 236 of file process.c.
Referenced by _execle(), _execlpe(), _spawnle(), _spawnlpe(), _spawnve(), and _spawnvpe().
Definition at line 346 of file process.c.
Referenced by _wpopen(), and _wsystem().
|
static |
Definition at line 42 of file process.c.
Referenced by _wpopen(), and msvcrt_spawn().
|
static |
Definition at line 135 of file process.c.
Referenced by _execl(), _execle(), _execlp(), _execlpe(), _spawnl(), _spawnle(), _spawnlp(), _spawnlpe(), _spawnve(), _spawnvpe(), _wexecl(), _wexecle(), _wexeclp(), _wexeclpe(), _wspawnl(), _wspawnle(), _wspawnlp(), _wspawnlpe(), _wspawnve(), _wspawnvpe(), and _wsystem().
Definition at line 279 of file process.c.
Referenced by _wexecl(), _wexecle(), _wexeclp(), _wexeclpe(), _wspawnl(), _wspawnle(), _wspawnlp(), and _wspawnlpe().
Definition at line 314 of file process.c.
Referenced by _execl(), _execle(), _execlp(), _execlpe(), _spawnl(), _spawnle(), _spawnlp(), and _spawnlpe().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msvcrt | ) |
|
static |
Referenced by _pclose(), _wpopen(), and msvcrt_free_popen_data().