|
ReactOS 0.4.16-dev-2298-gcac013a
|
#include <sys/stat.h>#include <assert.h>#include <stdlib.h>#include <stdio.h>#include <mbstring.h>#include <windef.h>
Go to the source code of this file.
Classes | |
| struct | crtdll_stat |
Typedefs | |
| typedef short | crtdll_dev_t |
Variables | |
| unsigned int | CRTDLL__basemajor_dll = 0 |
| unsigned int | CRTDLL__baseminor_dll = 0 |
| unsigned int | CRTDLL__baseversion_dll = 0 |
| unsigned int | CRTDLL__cpumode_dll = 0 |
| unsigned int | CRTDLL__osmajor_dll = 0 |
| unsigned int | CRTDLL__osminor_dll = 0 |
| unsigned int | CRTDLL__osmode_dll = 0 |
| unsigned int | CRTDLL__osversion_dll = 0 |
| int | _fileinfo_dll |
| char ** | _environ |
| char ** | __initenv |
| wchar_t ** | _wenviron |
| wchar_t ** | __winitenv |
| typedef short crtdll_dev_t |
Definition at line 85 of file dllmain.c.
| void __getmainargs | ( | int * | argc, |
| char *** | argv, | ||
| char *** | envp, | ||
| int | expand_wildcards, | ||
| int * | new_mode | ||
| ) |
Definition at line 579 of file data.c.
Referenced by __GetMainArgs(), mainCRTStartup(), test__environ(), and test__wenviron().
Definition at line 123 of file dllmain.c.
| int CRTDLL__fstat | ( | int | fd, |
| struct crtdll_stat * | buf | ||
| ) |
Definition at line 95 of file dllmain.c.
Definition at line 238 of file dllmain.c.
Definition at line 285 of file dllmain.c.
| int CRTDLL__stat | ( | const char * | path, |
| struct crtdll_stat * | buf | ||
| ) |
Definition at line 268 of file dllmain.c.
Referenced by CRTDLL__snprintf().
Definition at line 188 of file dllmain.c.
Definition at line 206 of file dllmain.c.
|
extern |
Referenced by Test___initenv().
|
extern |
Referenced by Test___winitenv().
|
extern |
|
extern |
Definition at line 31 of file dllmain.c.
Referenced by msvcrt_init_args().
Definition at line 32 of file dllmain.c.
Referenced by msvcrt_init_args().
Definition at line 33 of file dllmain.c.
Referenced by msvcrt_init_args().