ReactOS 0.4.16-dev-319-g6cf4263
|
Go to the source code of this file.
Functions | |
void __cdecl | __getmainargs (int *, char ***, char ***, int, int *) |
void __cdecl | __wgetmainargs (int *, wchar_t ***, wchar_t ***, int, int *) |
static char ***__cdecl * | p__p__environ (void) |
static WCHAR ***__cdecl * | p__p__wenviron (void) |
static void | init (void) |
static void | test_system (void) |
static void | test__environ (void) |
static void | test__wenviron (void) |
static void | test_environment_manipulation (void) |
START_TEST (environ) | |
Variables | |
static const char * | a_very_long_env_string |
static void(* | p_get_environ )(char ***) |
static void(* | p_get_wenviron )(WCHAR ***) |
static char *** | p_environ |
static WCHAR *** | p_wenviron |
void __cdecl __getmainargs | ( | int * | argc, |
char *** | argv, | ||
char *** | env, | ||
int | expand_wildcards, | ||
int * | new_mode | ||
) |
Definition at line 182 of file getargs.c.
Referenced by test__environ(), and test__wenviron().
void __cdecl __wgetmainargs | ( | int * | argc, |
wchar_t *** | wargv, | ||
wchar_t *** | wenv, | ||
int | expand_wildcards, | ||
int * | new_mode | ||
) |
Definition at line 328 of file getargs.c.
Referenced by test__wenviron().
Definition at line 56 of file environ.c.
Referenced by START_TEST().
Referenced by init(), and test__environ().
Referenced by init(), and test__wenviron().
START_TEST | ( | environ | ) |
Definition at line 257 of file environ.c.
Definition at line 77 of file environ.c.
Referenced by START_TEST().
Definition at line 140 of file environ.c.
Referenced by START_TEST().
Definition at line 243 of file environ.c.
Referenced by START_TEST().
Definition at line 68 of file environ.c.
Referenced by START_TEST().
Definition at line 24 of file environ.c.
Referenced by test_environment_manipulation().
|
static |
Definition at line 53 of file environ.c.
Referenced by init(), and test__environ().
Definition at line 50 of file environ.c.
Referenced by init(), START_TEST(), Test__environ(), and test__environ().
Definition at line 51 of file environ.c.
Referenced by init(), START_TEST(), Test__wenviron(), and test__wenviron().
|
static |
Definition at line 54 of file environ.c.
Referenced by init(), and test__wenviron().