ReactOS
0.4.15-dev-4872-g8a3db97
|
Go to the source code of this file.
Classes | |
struct | ENTRY |
Macros | |
#define | EF_FULLPATH 1 |
#define | EF_TESTDATA 2 |
#define | EF_WIN_DIR 4 |
#define | EF_SYS_DIR 8 |
#define | EF_TYPE_MASK 0xF |
#define | EF_NAME_ONLY 16 |
#define | BEEF 0xBEEF /* Error Code 48879 */ |
#define | DEAD 0xDEAD /* Error Code 57005 */ |
#define | IGNORE_ERR 0x7F7F7F7F /* Ignore Error Code */ |
#define | RAISED 9999 /* exception raised */ |
Typedefs | |
typedef struct ENTRY | ENTRY |
Functions | |
static void | DoEntry (INT EntryNumber, const ENTRY *pEntry, const WCHAR *PathVar) |
static void | Test_PathFindOnPathW (void) |
START_TEST (PathFindOnPath) | |
Variables | |
static WCHAR | s_TestDataPath [MAX_PATH] |
static LPWSTR | s_Dirs [2] |
static WCHAR | s_WinDir [MAX_PATH] |
static WCHAR | s_SysDir [MAX_PATH] |
static WCHAR | s_FontsDir [MAX_PATH] |
static WCHAR | s_NotepadPath [MAX_PATH] |
static const ENTRY | s_Entries [] |
#define BEEF 0xBEEF /* Error Code 48879 */ |
Definition at line 45 of file PathFindOnPath.c.
#define DEAD 0xDEAD /* Error Code 57005 */ |
Definition at line 46 of file PathFindOnPath.c.
#define EF_FULLPATH 1 |
Definition at line 25 of file PathFindOnPath.c.
#define EF_NAME_ONLY 16 |
Definition at line 31 of file PathFindOnPath.c.
#define EF_SYS_DIR 8 |
Definition at line 28 of file PathFindOnPath.c.
#define EF_TESTDATA 2 |
Definition at line 26 of file PathFindOnPath.c.
#define EF_TYPE_MASK 0xF |
Definition at line 29 of file PathFindOnPath.c.
#define EF_WIN_DIR 4 |
Definition at line 27 of file PathFindOnPath.c.
#define IGNORE_ERR 0x7F7F7F7F /* Ignore Error Code */ |
Definition at line 47 of file PathFindOnPath.c.
Definition at line 48 of file PathFindOnPath.c.
Definition at line 160 of file PathFindOnPath.c.
Referenced by Test_PathFindOnPathW().
START_TEST | ( | PathFindOnPath | ) |
Definition at line 317 of file PathFindOnPath.c.
Definition at line 307 of file PathFindOnPath.c.
Referenced by START_TEST().
|
static |
Definition at line 51 of file PathFindOnPath.c.
Referenced by START_TEST().
Definition at line 57 of file PathFindOnPath.c.
Referenced by Test_PathFindOnPathW().
Definition at line 54 of file PathFindOnPath.c.
Referenced by START_TEST().
Definition at line 55 of file PathFindOnPath.c.
Referenced by START_TEST().
Definition at line 53 of file PathFindOnPath.c.
Referenced by START_TEST().
Definition at line 50 of file PathFindOnPath.c.
Referenced by DoEntry(), and START_TEST().
Definition at line 52 of file PathFindOnPath.c.
Referenced by START_TEST().