ReactOS 0.4.16-dev-959-g2ec3a19
|
#include <corecrt_internal_mbstring.h>
#include <corecrt_internal_ptd_propagation.h>
#include <corecrt_internal_securecrt.h>
#include <ctype.h>
#include <errno.h>
#include <locale.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
static size_t __cdecl | _mbstowcs_l_helper (_Out_writes_opt_z_(n) wchar_t *pwcs, _In_reads_or_z_(n) _Pre_z_ const char *s, _In_ size_t n, _In_opt_ __crt_cached_ptd_host &ptd) throw () |
size_t __cdecl | _mbstowcs_l (wchar_t *pwcs, const char *s, size_t n, _locale_t plocinfo) |
size_t __cdecl | mbstowcs (wchar_t *pwcs, const char *s, size_t n) |
static errno_t __cdecl | _mbstowcs_internal (size_t *pConvertedChars, wchar_t *pwcs, size_t sizeInWords, const char *s, size_t n, __crt_cached_ptd_host &ptd) |
errno_t __cdecl | _mbstowcs_s_l (size_t *pConvertedChars, wchar_t *pwcs, size_t sizeInWords, const char *s, size_t n, _locale_t plocinfo) |
errno_t __cdecl | mbstowcs_s (size_t *pConvertedChars, wchar_t *pwcs, size_t sizeInWords, const char *s, size_t n) |
|
static |
Definition at line 232 of file mbstowcs.cpp.
Referenced by _mbstowcs_s_l(), and mbstowcs_s().
Definition at line 185 of file mbstowcs.cpp.
|
static |
Definition at line 46 of file mbstowcs.cpp.
Referenced by _mbstowcs_internal(), _mbstowcs_l(), and mbstowcs().
errno_t __cdecl _mbstowcs_s_l | ( | size_t * | pConvertedChars, |
wchar_t * | pwcs, | ||
size_t | sizeInWords, | ||
const char * | s, | ||
size_t | n, | ||
_locale_t | plocinfo | ||
) |
Definition at line 303 of file mbstowcs.cpp.
Definition at line 197 of file mbstowcs.cpp.
errno_t __cdecl mbstowcs_s | ( | size_t * | pConvertedChars, |
wchar_t * | pwcs, | ||
size_t | sizeInWords, | ||
const char * | s, | ||
size_t | n | ||
) |
Definition at line 316 of file mbstowcs.cpp.
Referenced by __acrt_OutputDebugStringA(), _VCrtDbgReportA(), append_message(), call_wsetlocale(), and START_TEST().