Home
last modified time | relevance | path

Searched refs:_splitpath (Results 1 – 19 of 19) sorted by relevance

/reactos/modules/rostests/apitests/msvcrt/
H A Dsplitpath.c26 _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.c9 #define _tsplitpath_x _splitpath
H A Dstring.cmake3 string/_splitpath.c
/reactos/modules/rostests/win32/kernel32/notificationtest/
H A Dnotificationtest.c16 #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 Dntdll_crt_apitest.cmake24 # _splitpath.c
H A Dcrtdll_crt_apitest.cmake277 # _splitpath.c
H A Dmsvcrt_crt_apitest.cmake706 # _splitpath.c
/reactos/sdk/lib/ucrt/filesystem/
H A Dsplitpath.cpp332 extern "C" void __cdecl _splitpath( in _splitpath() function
/reactos/modules/rostests/winetests/msvcrt/
H A Ddir.c407 _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 Dutility.h138 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 Dcrtdll.spec281 @ cdecl _splitpath(str ptr ptr ptr ptr)
/reactos/sdk/include/crt/
H A Dstdlib.h1233 _splitpath(
H A Dtchar.h686 #define _tsplitpath _splitpath
/reactos/sdk/include/ucrt/
H A Dstdlib.h1105 _ACRTIMP void __cdecl _splitpath(
H A Dtchar.h1137 #define _tsplitpath _splitpath
/reactos/dll/win32/msvcrt40/
H A Dmsvcrt40.spec854 @ cdecl _splitpath(str ptr ptr ptr ptr)
/reactos/dll/win32/msvcrt20/
H A Dmsvcrt20.spec788 @ cdecl _splitpath(str ptr ptr ptr ptr)
/reactos/dll/win32/msvcrt/
H A Dmsvcrt.spec985 @ cdecl _splitpath(str ptr ptr ptr ptr)
/reactos/dll/ntdll/def/
H A Dntdll.spec1798 @ cdecl _splitpath(str ptr ptr ptr ptr)