|
ReactOS 0.4.16-dev-2122-g1628f5e
|
#include <process.h>#include <io.h>#include <stdlib.h>#include <errno.h>
Go to the source code of this file.
Functions | |
| int _cdecl | _access_s (const char *filename, int mode) |
| int _cdecl | _waccess_s (const wchar_t *filename, int mode) |
| int _cdecl | _taccess_s (const char *filename, int mode) |
| int _cdecl | _taccess_s (const wchar_t *filename, int mode) |
| char *__cdecl | _tgetenv (_In_z_ char const *_VarName) |
| wchar_t *__cdecl | _tgetenv (_In_z_ wchar_t const *_VarName) |
| intptr_t __cdecl | _tspawnve (int flags, const char *name, const char *const *argv, const char *const *envv) |
| intptr_t __cdecl | _tspawnve (int flags, const wchar_t *name, const wchar_t *const *argv, const wchar_t *const *envv) |
| intptr_t __cdecl | _tspawnvpe (int flags, const char *name, const char *const *argv, const char *const *envv) |
| intptr_t __cdecl | _tspawnvpe (int flags, const wchar_t *name, const wchar_t *const *argv, const wchar_t *const *envv) |
| template<typename Character > | |
| static int __cdecl | common_system (Character const *const command) throw () |
| int __cdecl | system (char const *const command) |
| int __cdecl | _wsystem (wchar_t const *const command) |
Definition at line 1004 of file file.c.
Referenced by _access(), and _taccess_s().
Definition at line 17 of file system.cpp.
Definition at line 22 of file system.cpp.
Definition at line 27 of file system.cpp.
Definition at line 32 of file system.cpp.
| intptr_t __cdecl _tspawnve | ( | int | flags, |
| const char * | name, | ||
| const char *const * | argv, | ||
| const char *const * | envv | ||
| ) |
Definition at line 37 of file system.cpp.
| intptr_t __cdecl _tspawnve | ( | int | flags, |
| const wchar_t * | name, | ||
| const wchar_t *const * | argv, | ||
| const wchar_t *const * | envv | ||
| ) |
Definition at line 43 of file system.cpp.
| intptr_t __cdecl _tspawnvpe | ( | int | flags, |
| const char * | name, | ||
| const char *const * | argv, | ||
| const char *const * | envv | ||
| ) |
Definition at line 49 of file system.cpp.
| intptr_t __cdecl _tspawnvpe | ( | int | flags, |
| const wchar_t * | name, | ||
| const wchar_t *const * | argv, | ||
| const wchar_t *const * | envv | ||
| ) |
Definition at line 55 of file system.cpp.
Definition at line 1039 of file file.c.
Referenced by _access_s(), _taccess_s(), and _waccess().
Definition at line 120 of file system.cpp.
|
static | ||||||||||||||
Definition at line 62 of file system.cpp.
Referenced by _wsystem(), and system().
Definition at line 115 of file system.cpp.