ReactOS 0.4.16-dev-1056-gbe87e00
|
#include "wine/test.h"
#include <errno.h>
#include <stdlib.h>
#include <process.h>
#include <winnls.h>
Go to the source code of this file.
Functions | |
static char ***__cdecl * | p__p__environ (void) |
static WCHAR ***__cdecl * | p__p__wenviron (void) |
static char ***__cdecl * | p__p___initenv (void) |
static wchar_t ***__cdecl * | p__p___winitenv (void) |
static | void (__cdecl *p_get_environ)(char ***) |
static | errno_t (__cdecl *p_putenv_s)(const char * |
static void | init (void) |
static void | test_system (void) |
static unsigned | env_get_entry_countA (char **env) |
static wchar_t * | env_get_valueW (wchar_t **envp, const wchar_t *var) |
static void | test__environ (void) |
static void | test__wenviron (void) |
static void | test_environment_manipulation (void) |
static void | test_child_env (char **argv) |
static void | test_case_insensitive (void) |
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 |
Definition at line 101 of file environ.c.
Referenced by test__wenviron().
Definition at line 66 of file environ.c.
Referenced by START_TEST().
Referenced by init(), and test__environ().
Referenced by init(), and test__wenviron().
Referenced by init(), test__environ(), and test_initial_environ().
Referenced by init(), test__wenviron(), and test_initial_environ().
START_TEST | ( | environ | ) |
Definition at line 452 of file environ.c.
Definition at line 119 of file environ.c.
Referenced by START_TEST().
Definition at line 175 of file environ.c.
Referenced by START_TEST().
Definition at line 429 of file environ.c.
Referenced by START_TEST().
Definition at line 394 of file environ.c.
Referenced by START_TEST().
Definition at line 263 of file environ.c.
Referenced by START_TEST().
Definition at line 83 of file environ.c.
Referenced by START_TEST().
Definition at line 32 of file environ.c.
Referenced by test_environment_manipulation().
Definition at line 63 of file environ.c.
Referenced by init(), test__environ(), and test_environment_manipulation().
|
static |
Definition at line 64 of file environ.c.
Referenced by init(), and test__wenviron().