ReactOS
0.4.15-dev-5615-gc3644fd
|
#include "precomp.h"
#include <mbctype.h>
#include <sys/stat.h>
#include <internal/wine/msvcrt.h>
#include <wine/debug.h>
Go to the source code of this file.
Classes | |
struct | crtdll_stat |
Typedefs | |
typedef short | crtdll_dev_t |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (crtdll) | |
void | __getmainargs (int *argc, char ***argv, char ***envp, int expand_wildcards, int *new_mode) |
BOOL | crt_process_init (void) |
void | FreeEnvironment (char **environment) |
static void | convert_struct_stat (struct crtdll_stat *dst, const struct _stat *src) |
BOOL WINAPI | DllMain (PVOID hinstDll, ULONG dwReason, PVOID reserved) |
void | __GetMainArgs (int *argc, char ***argv, char ***envp, int expand_wildcards) |
int | CRTDLL__fstat (int fd, struct crtdll_stat *buf) |
int | CRTDLL__stat (const char *path, struct crtdll_stat *buf) |
char * | _strdec (const char *str1, const char *str2) |
char * | _strinc (const char *str) |
size_t | _strncnt (const char *str, size_t maxlen) |
unsigned int | _strnextc (const char *str) |
char * | _strninc (const char *str, size_t len) |
char * | _strspnp (const char *str1, const char *str2) |
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 |
void __getmainargs | ( | int * | argc, |
char *** | argv, | ||
char *** | envp, | ||
int | expand_wildcards, | ||
int * | new_mode | ||
) |
Definition at line 182 of file getargs.c.
Referenced by __GetMainArgs(), and pre_cpp_init().
Definition at line 160 of file dllmain.c.
Definition at line 21 of file crt_init.c.
Referenced by DllMain().
int CRTDLL__fstat | ( | int | fd, |
struct crtdll_stat * | buf | ||
) |
Definition at line 170 of file dllmain.c.
int CRTDLL__stat | ( | const char * | path, |
struct crtdll_stat * | buf | ||
) |
Definition at line 184 of file dllmain.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | crtdll | ) |
char** __initenv |
Definition at line 24 of file environ.c.
Referenced by DllMain(), and Test___initenv().
wchar_t** __winitenv |
Definition at line 25 of file environ.c.
Referenced by DllMain(), and Test___winitenv().
char** _environ |
Definition at line 22 of file environ.c.
Referenced by DllMain(), and Test__environ().
wchar_t** _wenviron |
Definition at line 23 of file environ.c.
Referenced by DllMain(), Test__tzname(), and Test__wenviron().