/reactos/modules/rostests/apitests/msvcrt/ |
H A D | splitpath.c | 26 _splitpath("c:\\dir1\\dir2\\file.ext", drive, dir, fname, ext); in START_TEST() 34 _splitpath("c:\\dir1\\dir2\\file.ext", 0, 0, 0, 0); in START_TEST() 40 _splitpath(0, drive, dir, fname, ext); in START_TEST() 52 _splitpath("\\\\?\\c:\\dir1\\dir2\\file.ext", drive, dir, fname, ext); in START_TEST() 66 _splitpath("ab:\\dir1\\..\\file", drive, dir, fname, ext); in START_TEST() 72 _splitpath("//?/c:/dir1/dir2/file.ext", drive, dir, fname, ext); in START_TEST() 78 _splitpath("\\\\?\\0:/dir1\\dir2/file.", drive, dir, fname, ext); in START_TEST() 92 _splitpath("\\\\.\\c:\\dir1\\dir2\\.ext.ext2", drive, dir, fname, ext); in START_TEST() 98 _splitpath("\\??\\c:\\dir1\\dir2\\file. ~ ", drive, dir, fname, ext); in START_TEST() 104 _splitpath("x: dir1\\/dir2 \\.blub", drive, dir, fname, ext); in START_TEST() [all …]
|
/reactos/sdk/lib/crt/string/ |
H A D | _splitpath.c | 9 #define _tsplitpath_x _splitpath
|
H A D | string.cmake | 3 string/_splitpath.c
|
/reactos/modules/rostests/win32/kernel32/notificationtest/ |
H A D | notificationtest.c | 16 #define _splitpath_s(f, d,dl, p,pl, n,nl, e,el) _splitpath(f, d, p, n, e)
|
/reactos/modules/rostests/apitests/crt/ |
H A D | ntdll_crt_apitest.cmake | 24 # _splitpath.c
|
H A D | crtdll_crt_apitest.cmake | 277 # _splitpath.c
|
H A D | msvcrt_crt_apitest.cmake | 706 # _splitpath.c
|
/reactos/sdk/lib/ucrt/filesystem/ |
H A D | splitpath.cpp | 332 extern "C" void __cdecl _splitpath( in _splitpath() function
|
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | dir.c | 407 _splitpath(path, drive, dir, fname, ext); in test_splitpath() 415 _splitpath(path, drive, dir, fname, ext); in test_splitpath()
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | utility.h | 138 extern void _splitpath(const CHAR* path, CHAR* drv, CHAR* dir, CHAR* name, CHAR* ext); 212 #define _splitpath_s(f, d,dl, p,pl, n,nl, e,el) _splitpath(f, d, p, n, e)
|
/reactos/dll/win32/crtdll/ |
H A D | crtdll.spec | 281 @ cdecl _splitpath(str ptr ptr ptr ptr)
|
/reactos/sdk/include/crt/ |
H A D | stdlib.h | 1233 _splitpath(
|
H A D | tchar.h | 686 #define _tsplitpath _splitpath
|
/reactos/sdk/include/ucrt/ |
H A D | stdlib.h | 1105 _ACRTIMP void __cdecl _splitpath(
|
H A D | tchar.h | 1137 #define _tsplitpath _splitpath
|
/reactos/dll/win32/msvcrt40/ |
H A D | msvcrt40.spec | 854 @ cdecl _splitpath(str ptr ptr ptr ptr)
|
/reactos/dll/win32/msvcrt20/ |
H A D | msvcrt20.spec | 788 @ cdecl _splitpath(str ptr ptr ptr ptr)
|
/reactos/dll/win32/msvcrt/ |
H A D | msvcrt.spec | 985 @ cdecl _splitpath(str ptr ptr ptr ptr)
|
/reactos/dll/ntdll/def/ |
H A D | ntdll.spec | 1798 @ cdecl _splitpath(str ptr ptr ptr ptr)
|