ReactOS 0.4.16-dev-942-g91fadeb
|
#include "wine/test.h"
#include <errno.h>
#include <stdlib.h>
#include <process.h>
#include <winnls.h>
Go to the source code of this file.
Macros | |
#define | DEFINE_EXPECT(func) static BOOL expect_ ## func = FALSE, called_ ## func = FALSE |
#define | SET_EXPECT(func) expect_ ## func = TRUE |
#define | CHECK_EXPECT2(func) |
#define | CHECK_EXPECT(func) |
#define | CHECK_CALLED(func) |
Functions | |
DEFINE_EXPECT (invalid_parameter_handler) | |
static char ***__cdecl * | p__p__environ (void) |
static WCHAR ***__cdecl * | p__p__wenviron (void) |
static char **__cdecl * | p_get_initial_narrow_environment (void) |
static wchar_t **__cdecl * | p_get_initial_wide_environment (void) |
static | errno_t (__cdecl *p_putenv_s)(const char * |
static void __cdecl | test_invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned line, uintptr_t arg) |
static BOOL | init (void) |
static unsigned | env_get_entry_countA (char **env) |
static void | test_initial_environ (void) |
static void | test_environment_manipulation (void) |
static void | test_child_env (char **argv) |
START_TEST (environ) | |
Variables | |
static const char * | a_very_long_env_string |
static const char *static const wchar_t *static char | size_t |
static const char *static const wchar_t *static char const char *static char *** | p_environ |
static WCHAR *** | p_wenviron |
DEFINE_EXPECT | ( | invalid_parameter_handler | ) |
Definition at line 97 of file environ.c.
Referenced by init(), and test_initial_environ().
Referenced by init(), and test_initial_environ().
START_TEST | ( | environ | ) |
Definition at line 321 of file environ.c.
Definition at line 286 of file environ.c.
Definition at line 143 of file environ.c.
Definition at line 130 of file environ.c.
Referenced by START_TEST().
|
static |