|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
| void __cdecl _makepath | ( | char *const | result_buffer, |
| char const *const | drive, | ||
| char const *const | directory, | ||
| char const *const | file_name, | ||
| char const *const | extension | ||
| ) |
Definition at line 159 of file makepath.cpp.
| errno_t __cdecl _makepath_s | ( | char *const | result_buffer, |
| size_t const | result_count, | ||
| char const *const | drive, | ||
| char const *const | directory, | ||
| char const *const | file_name, | ||
| char const *const | extension | ||
| ) |
Definition at line 183 of file makepath.cpp.
Referenced by _makepath().
| void __cdecl _wmakepath | ( | wchar_t *const | result_buffer, |
| wchar_t const *const | drive, | ||
| wchar_t const *const | directory, | ||
| wchar_t const *const | file_name, | ||
| wchar_t const *const | extension | ||
| ) |
Definition at line 170 of file makepath.cpp.
| errno_t __cdecl _wmakepath_s | ( | wchar_t *const | result_buffer, |
| size_t const | result_count, | ||
| wchar_t const *const | drive, | ||
| wchar_t const *const | directory, | ||
| wchar_t const *const | file_name, | ||
| wchar_t const *const | extension | ||
| ) |
|
static | ||||||||||||||||||||
Definition at line 29 of file makepath.cpp.
Referenced by common_makepath_s().
|
static | ||||||||||||||||||||||||||||||||||||
Definition at line 53 of file makepath.cpp.
Referenced by _makepath_s(), and _wmakepath_s().
|
static | ||||||||||||||||||||
Definition at line 14 of file makepath.cpp.
Referenced by common_makepath_s().