ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <corecrt_internal.h>
#include <mbctype.h>
#include <stdlib.h>
#include <corecrt_internal_securecrt.h>
#include <corecrt_internal_traits.h>
Go to the source code of this file.
Classes | |
struct | anonymous_namespace{splitpath.cpp}::component_buffers< Character > |
Namespaces | |
namespace | anonymous_namespace{splitpath.cpp} |
void __cdecl _splitpath | ( | char const *const | path, |
char *const | drive, | ||
char *const | directory, | ||
char *const | file_name, | ||
char *const | extension | ||
) |
Definition at line 332 of file splitpath.cpp.
errno_t __cdecl _splitpath_s | ( | char const *const | path, |
char *const | drive, | ||
size_t const | drive_count, | ||
char *const | directory, | ||
size_t const | directory_count, | ||
char *const | file_name, | ||
size_t const | file_name_count, | ||
char *const | extension, | ||
size_t const | extension_count | ||
) |
Definition at line 259 of file splitpath.cpp.
void __cdecl _wsplitpath | ( | wchar_t const *const | path, |
wchar_t *const | drive, | ||
wchar_t *const | directory, | ||
wchar_t *const | file_name, | ||
wchar_t *const | extension | ||
) |
Definition at line 343 of file splitpath.cpp.
errno_t __cdecl _wsplitpath_s | ( | wchar_t const *const | path, |
wchar_t *const | drive, | ||
size_t const | drive_count, | ||
wchar_t *const | directory, | ||
size_t const | directory_count, | ||
wchar_t *const | file_name, | ||
size_t const | file_name_count, | ||
wchar_t *const | extension, | ||
size_t const | extension_count | ||
) |
Definition at line 282 of file splitpath.cpp.
|
static |
Definition at line 306 of file splitpath.cpp.
Referenced by _splitpath(), and _wsplitpath().
|
static |
Definition at line 68 of file splitpath.cpp.
Referenced by common_splitpath(), and throw().
Definition at line 53 of file splitpath.cpp.
Referenced by common_splitpath_internal().
Definition at line 60 of file splitpath.cpp.
|
static |
component_buffers< Character > *const components throw | ( | ) |
Definition at line 244 of file splitpath.cpp.