ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdio.h>
#include <internal/tls.h>
#include <internal/wine/msvcrt.h>
#include <internal/locale.h>
#include <wine/debug.h>
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | _CRT_PRECOMP_H |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (msvcrt) | |
int | BlockEnvToEnvironA (void) |
int | BlockEnvToEnvironW (void) |
void | FreeEnvironment (char **environment) |
BOOL | msvcrt_init_heap (void) |
void CDECL | __getmainargs (int *argc, char ***argv, char ***envp, int expand_wildcards, int *new_mode) |
void CDECL | __wgetmainargs (int *argc, WCHAR ***wargv, WCHAR ***wenvp, int expand_wildcards, int *new_mode) |
BOOL WINAPI | DllMain (PVOID hinstDll, ULONG dwReason, PVOID reserved) |
void CDECL | MSVCRT20__getmainargs (int *argc, char ***argv, char ***envp, int expand_wildcards, int new_mode) |
void CDECL | MSVCRT20__wgetmainargs (int *argc, WCHAR ***wargv, WCHAR ***wenvp, int expand_wildcards, int new_mode) |
Variables | |
unsigned int | _osplatform |
unsigned int | _osver |
unsigned int | _winminor |
unsigned int | _winmajor |
unsigned int | _winver |
char * | _acmdln |
wchar_t * | _wcmdln |
char ** | _environ |
char ** | __initenv |
wchar_t ** | _wenviron |
wchar_t ** | __winitenv |
#define _CRT_PRECOMP_H |
Definition at line 24 of file msvcrt20.c.
#define WIN32_NO_STATUS |
Definition at line 21 of file msvcrt20.c.
void CDECL __getmainargs | ( | int * | argc, |
char *** | argv, | ||
char *** | envp, | ||
int | expand_wildcards, | ||
int * | new_mode | ||
) |
Definition at line 182 of file getargs.c.
Referenced by MSVCRT20__getmainargs().
void CDECL __wgetmainargs | ( | int * | argc, |
WCHAR *** | wargv, | ||
WCHAR *** | wenvp, | ||
int | expand_wildcards, | ||
int * | new_mode | ||
) |
Referenced by MSVCRT20__wgetmainargs().
Definition at line 34 of file environ.c.
Referenced by DllMain().
Definition at line 86 of file environ.c.
Referenced by DllMain().
Definition at line 67 of file msvcrt20.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().
void CDECL MSVCRT20__getmainargs | ( | int * | argc, |
char *** | argv, | ||
char *** | envp, | ||
int | expand_wildcards, | ||
int | new_mode | ||
) |
Definition at line 160 of file msvcrt20.c.
void CDECL MSVCRT20__wgetmainargs | ( | int * | argc, |
WCHAR *** | wargv, | ||
WCHAR *** | wenvp, | ||
int | expand_wildcards, | ||
int | new_mode | ||
) |
Definition at line 171 of file msvcrt20.c.
Definition at line 895 of file heap.c.
Referenced by DllMain().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msvcrt | ) |
|
extern |
Definition at line 18 of file environ.c.
Referenced by DllMain(), and Test__acmdln().
Definition at line 10 of file environ.c.
Referenced by crt_process_init(), DllMain(), and Test__osplatform().
Definition at line 11 of file environ.c.
Referenced by crt_process_init(), DllMain(), and Test__osver().
|
extern |
Definition at line 19 of file environ.c.
Referenced by DllMain(), and Test__wcmdln().
Definition at line 13 of file environ.c.
Referenced by crt_process_init(), DllMain(), and Test__winmajor().
Definition at line 12 of file environ.c.
Referenced by crt_process_init(), DllMain(), and Test__winminor().
Definition at line 14 of file environ.c.
Referenced by crt_process_init(), DllMain(), and Test__winver().