ReactOS 0.4.16-dev-297-gc569aee
|
#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 |
Definition at line 160 of file dllmain.c.
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().
Definition at line 21 of file crt_init.c.
Referenced by DllMain(), and msvcrt_init_exception().
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 91 of file dllmain.c.
Internal function to deallocate environment block. Although it's parameter are defined as char**, it's able to work also with wide character environment block which are of type wchar_t**.
environment | Environment to free. |
Definition at line 190 of file environ.c.
Referenced by DllMain(), and msvcrt_init_exception().
WINE_DEFAULT_DEBUG_CHANNEL | ( | crtdll | ) |
|
extern |
Definition at line 24 of file environ.c.
Referenced by DllMain(), msvcrt_init_exception(), and Test___initenv().
|
extern |
Definition at line 25 of file environ.c.
Referenced by DllMain(), msvcrt_init_exception(), and Test___winitenv().
|
extern |
Definition at line 22 of file environ.c.
Referenced by DllMain(), msvcrt_init_exception(), and Test__environ().
|
extern |
Definition at line 23 of file environ.c.
Referenced by DllMain(), msvcrt_init_exception(), and Test__wenviron().