|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#include <stdio.h>#include <stdarg.h>#include "ntstatus.h"#include "windef.h"#include "winbase.h"#include "winternl.h"#include "wine/test.h"
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | check_string(params, str, expect, pos) check_string_(__LINE__,params,str,expect,pos) |
| #define | check_env_var(a, b) check_env_var_(__LINE__, a, b) |
| #define | query_env_var(a, b, c) query_env_var_(__LINE__, a, b, c) |
Variables | |
| static DWORD | dstlen |
| static DWORD LPDWORD | reslen |
| static DWORD LPDWORD LPCSTR | src |
| static DWORD LPDWORD LPCSTR DWORD | srclen |
| static | PUNICODE_STRING |
| static WCHAR | SIZE_T |
| static WCHAR WCHAR SIZE_T *static WCHAR WCHAR SIZE_T *static | PULONG |
| static const UNICODE_STRING const UNICODE_STRING const UNICODE_STRING const UNICODE_STRING | PWSTR |
| static void * | initial_env |
| static WCHAR | small_env [] |
Definition at line 370 of file env.c.
Referenced by check_string_(), and test_process_params().
Definition at line 570 of file env.c.
|
static |
Definition at line 363 of file env.c.
Referenced by test_process_params(), and test_RtlSetCurrentEnvironment().
|
static |
Definition at line 663 of file env.c.
Definition at line 562 of file env.c.
Referenced by test_RtlSetCurrentEnvironment(), and test_RtlSetEnvironmentVariable().
| START_TEST | ( | env | ) |
Definition at line 740 of file env.c.
Definition at line 407 of file env.c.
Referenced by START_TEST().
Definition at line 247 of file env.c.
Referenced by START_TEST().
Definition at line 587 of file env.c.
Referenced by START_TEST().
Definition at line 686 of file env.c.
Referenced by START_TEST().
Definition at line 175 of file env.c.
Referenced by START_TEST().
Definition at line 64 of file env.c.
Referenced by START_TEST().
|
static |
|
static |
Definition at line 44 of file env.c.
Referenced by START_TEST(), and test_process_params().
|
static |
Definition at line 46 of file env.c.
Referenced by testExpand(), and testQuery().