ReactOS 0.4.16-dev-852-gcfcc8d8
|
#include <corecrt_internal.h>
#include <corecrt_internal_mbstring.h>
#include <corecrt_internal_ptd_propagation.h>
#include <errno.h>
#include <limits.h>
#include <locale.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
int __cdecl | _wctomb_internal (int *const return_value, char *const destination, size_t const destination_count, wchar_t const wchar, __crt_cached_ptd_host &ptd) |
int __cdecl | _wctomb_s_l (int *const return_value, char *const destination, size_t const destination_count, wchar_t const wchar, _locale_t const locale) |
errno_t __cdecl | wctomb_s (int *const return_value, char *const destination, size_t const destination_count, wchar_t const wchar) |
int __cdecl | _wctomb_l (char *const destination, wchar_t const wchar, _locale_t const locale) |
__pragma (warning(push)) __pragma(warning(disable | |
Definition at line 197 of file wctomb.cpp.
int __cdecl _wctomb_internal | ( | int *const | return_value, |
char *const | destination, | ||
size_t const | destination_count, | ||
wchar_t const | wchar, | ||
__crt_cached_ptd_host & | ptd | ||
) |
Definition at line 30 of file wctomb.cpp.
Referenced by __pragma(), _fputwc_nolock_internal(), _wctomb_l(), _wctomb_s_l(), __crt_stdio_output::output_processor< Character, OutputAdapter, ProcessorBase >::type_case_c_tchar(), wctomb_s(), and __crt_stdio_output::output_processor< Character, OutputAdapter, ProcessorBase >::write_stored_string_tchar().
Definition at line 171 of file wctomb.cpp.
int __cdecl _wctomb_s_l | ( | int *const | return_value, |
char *const | destination, | ||
size_t const | destination_count, | ||
wchar_t const | wchar, | ||
_locale_t const | locale | ||
) |
Definition at line 148 of file wctomb.cpp.
errno_t __cdecl wctomb_s | ( | int *const | return_value, |
char *const | destination, | ||
size_t const | destination_count, | ||
wchar_t const | wchar | ||
) |
Definition at line 160 of file wctomb.cpp.
Referenced by _cgets_s(), ungetwc_text_mode_nolock(), and __crt_stdio_input::input_processor< Character, InputAdapter >::write_character().