ReactOS 0.4.16-dev-258-g81860b4
|
#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 WCHAR | expected0 [] = {'\0','X','X','X','X','X','X','X','X','X','X','X','X'} |
static const WCHAR | expected1 [] = {'\0','X','X','X','X','X','X','X','X','X','X','X','X'} |
static const WCHAR | expected2 [] = {'\0',':','X','X','X','X','X','X','X','X','X','X','X'} |
static const WCHAR | expected3 [] = {'\0',':','d','X','X','X','X','X','X','X','X','X','X'} |
static const WCHAR | expected4 [] = {'\0',':','d','\\','X','X','X','X','X','X','X','X','X'} |
static const WCHAR | expected5 [] = {'\0',':','d','\\','f','X','X','X','X','X','X','X','X'} |
static const WCHAR | expected6 [] = {'\0',':','d','\\','f','i','X','X','X','X','X','X','X'} |
static const WCHAR | expected7 [] = {'\0',':','d','\\','f','i','l','X','X','X','X','X','X'} |
static const WCHAR | expected8 [] = {'\0',':','d','\\','f','i','l','e','X','X','X','X','X'} |
static const WCHAR | expected9 [] = {'\0',':','d','\\','f','i','l','e','.','X','X','X','X'} |
static const WCHAR | expected10 [] = {'\0',':','d','\\','f','i','l','e','.','e','X','X','X'} |
static const WCHAR | expected11 [] = {'\0',':','d','\\','f','i','l','e','.','e','x','X','X'} |
static const WCHAR | expected12 [] = {'\0',':','X','X','X','X','X','X','X','X'} |
static const WCHAR | expected13 [] = {'\0',':','d','X','X','X','X','X','X','X'} |
static const WCHAR | expected14 [] = {'\0',':','d','i','X','X','X','X','X','X'} |
static const WCHAR | expected15 [] = {'\0',':','d','i','r','X','X','X','X','X'} |
static const WCHAR | expected16 [] = {'\0',':','d','i','r','\\','X','X','X','X'} |
static const WCHAR | expected17 [] = {'\0','o','o'} |
static const WCHAR | expected18 [] = {'\0','o','o','\0','X'} |
static const WCHAR | expected19 [] = {'\0','o','o','\0'} |
static const WCHAR | expected20 [] = {'\0','o','o','\0','X','X','X','X','X'} |
static const WCHAR | expected21 [] = {'\0','o','o','\\','f','i','l','X','X'} |
static const WCHAR | expected22 [] = {'\0','o','o','\0','X','X','X','X','X','X','X','X','X'} |
static const WCHAR | expected23 [] = {'\0','o','o','\\','f','i','l','X','X','X','X','X','X'} |
static const WCHAR | expected24 [] = {'\0','o','o','\\','f','i','l','e','.','e','x','X','X'} |
static const WCHAR | expected25 [] = {'\0','o','o','\0','X','X','X','X'} |
static const WCHAR | expected26 [] = {'\0','o','o','.','e','x','X','X'} |
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 613 of file dir.c.
Definition at line 342 of file dir.c.
Referenced by START_TEST().
Definition at line 89 of file dir.c.
Referenced by START_TEST().
Definition at line 218 of file dir.c.
Referenced by START_TEST().
Definition at line 424 of file dir.c.
Referenced by START_TEST().
Definition at line 399 of file dir.c.
Referenced by START_TEST().
Definition at line 142 of file dir.c.
Referenced by test_swab().
Definition at line 143 of file dir.c.
Referenced by _test_IObjectSafety_set(), test_HashData(), and test_swab().
Definition at line 144 of file dir.c.
Referenced by test_HashData(), and test_swab().
|
static |
Definition at line 62 of file dir.c.
Referenced by test_makepath(), and test_makepath_s().
|
static |
Definition at line 184 of file dir.c.
Referenced by test_makepath_s().