|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "wine/test.h"#include <stdarg.h>#include <stdlib.h>#include <stdio.h>#include <fcntl.h>#include <direct.h>#include <sys/stat.h>#include <io.h>#include <mbctype.h>#include <windef.h>#include <winbase.h>#include <winnls.h>#include <process.h>#include <errno.h>
Go to the source code of this file.
Classes | |
| struct | makepath_case |
| struct | makepath_s_case |
Macros | |
| #define | USE_BUFF ((char*)~0ul) |
Functions | |
| static | int (__cdecl *p_makepath_s)(char * |
| static void | init (void) |
| static void | test_makepath (void) |
| static void | test_makepath_s (void) |
| static void | test_fullpath (void) |
| static void | test_splitpath (void) |
| static void | test_searchenv (void) |
| START_TEST (dir) | |
Variables | |
| static | size_t |
| static const makepath_case | makepath_cases [] |
| static const makepath_s_case | makepath_s_cases [] |
Definition at line 41 of file dir.c.
Referenced by START_TEST().
|
static |
| START_TEST | ( | dir | ) |
Definition at line 593 of file dir.c.
Definition at line 312 of file dir.c.
Referenced by START_TEST().
Definition at line 89 of file dir.c.
Referenced by START_TEST().
Definition at line 188 of file dir.c.
Referenced by START_TEST().
Definition at line 394 of file dir.c.
Referenced by START_TEST().
Definition at line 369 of file dir.c.
Referenced by START_TEST().
|
static |
Definition at line 62 of file dir.c.
Referenced by test_makepath(), and test_makepath_s().
|
static |
Definition at line 154 of file dir.c.
Referenced by test_makepath_s().