ReactOS 0.4.16-dev-197-g92996da
|
#include <stdarg.h>
#include <stdio.h>
#include <assert.h>
#include "wine/test.h"
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winerror.h"
#include "winnls.h"
Go to the source code of this file.
Classes | |
struct | SLpassfail |
Macros | |
#define | HAS_TRAIL_SLASH_A(string) (string[lstrlenA(string)-1]=='\\') |
#define | LONGFILE "Long File test.path" |
#define | SHORTFILE "pathtest.pth" |
#define | SHORTDIR "shortdir" |
#define | LONGDIR "Long Directory" |
#define | NONFILE_SHORT "noexist.pth" |
#define | NONFILE_LONG "NonExistent File" |
#define | NONDIR_SHORT "notadir" |
#define | NONDIR_LONG "NonExistent Directory" |
#define | NOT_A_VALID_DRIVE '@' |
#define | ARCH "none" |
#define | is_upper_case_letter(a) ((a) >= 'A' && (a) <= 'Z') |
#define | MAKEFUNC(f) (p##f = (void*)GetProcAddress(hKernel32, #f)) |
Variables | |
static const CHAR | funny_chars [] ="!@#$%^&*()=+{}[],?'`" |
static const CHAR | is_char_ok [] ="11111110111111111011" |
static | LPSTR |
static | DWORD |
static | LPWSTR |
static | LPCSTR |
static LPSTR *static | LPCWSTR |
static | ULONG_PTR |
static const char | manifest_dep [] |
static const char | manifest_main [] |
Definition at line 1763 of file path.c.
Referenced by test_SearchPathA(), and test_SearchPathW().
Definition at line 1780 of file path.c.
Referenced by test_SearchPathA(), and test_SearchPathW().
Definition at line 2151 of file path.c.
Referenced by START_TEST().
START_TEST | ( | path | ) |
Definition at line 2426 of file path.c.
Definition at line 2253 of file path.c.
Referenced by START_TEST().
Definition at line 455 of file path.c.
Referenced by START_TEST().
Definition at line 1664 of file path.c.
Referenced by START_TEST().
|
static |
Definition at line 257 of file path.c.
Referenced by test_PathNameA().
Definition at line 2027 of file path.c.
Referenced by START_TEST().
Definition at line 2092 of file path.c.
Referenced by START_TEST().
Definition at line 1186 of file path.c.
Referenced by START_TEST().
Definition at line 1305 of file path.c.
Referenced by START_TEST().
Definition at line 1405 of file path.c.
Referenced by START_TEST().
Definition at line 1491 of file path.c.
Referenced by START_TEST().
Definition at line 1131 of file path.c.
Referenced by START_TEST().
Definition at line 973 of file path.c.
Referenced by test_GetTempPath().
Definition at line 1025 of file path.c.
Referenced by test_GetTempPath().
Definition at line 1551 of file path.c.
Referenced by START_TEST().
Definition at line 326 of file path.c.
Referenced by START_TEST().
|
static |
Definition at line 238 of file path.c.
Referenced by test_PathNameA().
Definition at line 1610 of file path.c.
Referenced by START_TEST().
Definition at line 1633 of file path.c.
Referenced by START_TEST().
Definition at line 596 of file path.c.
Referenced by START_TEST().
Definition at line 2173 of file path.c.
Referenced by START_TEST().
Definition at line 1819 of file path.c.
Referenced by START_TEST().
Definition at line 1927 of file path.c.
Referenced by START_TEST().
|
static |
Definition at line 292 of file path.c.
Referenced by test_CurrentDirectoryA().
Definition at line 2320 of file path.c.
Referenced by START_TEST().
|
static |
Definition at line 573 of file path.c.
Referenced by test_PathNameA().
Definition at line 201 of file path.c.
Referenced by test_LongtoShortA(), and test_PathNameA().
|
static |
Definition at line 101 of file path.c.
Referenced by test_FunnyChars(), and test_PathNameA().
Definition at line 63 of file path.c.
Referenced by test_PathNameA().
Definition at line 64 of file path.c.
Referenced by test_PathNameA().
Definition at line 1745 of file path.c.
Referenced by test_LoadRegTypeLib(), test_SearchPathA(), and test_SearchPathW().
Definition at line 1753 of file path.c.
Referenced by test_LoadRegTypeLib(), test_SearchPathA(), and test_SearchPathW().
Definition at line 79 of file path.c.
Referenced by RtlComputePrivatizedDllName_U().