|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <corecrt_internal.h>#include <corecrt_internal_securecrt.h>#include <limits.h>#include <stdlib.h>
Go to the source code of this file.
Classes | |
| struct | anonymous_namespace{xtoa.cpp}::make_signed< unsigned long > |
| struct | anonymous_namespace{xtoa.cpp}::make_signed< unsigned __int64 > |
Namespaces | |
| namespace | anonymous_namespace{xtoa.cpp} |
Variables | |
| size_t const | buffer_count |
| size_t const unsigned const | radix |
Definition at line 226 of file xtoa.cpp.
Referenced by lltoa().
| errno_t __cdecl _i64toa_s | ( | __int64 const | value, |
| char *const | buffer, | ||
| size_t const | buffer_count, | ||
| int const | radix | ||
| ) |
| errno_t __cdecl _itoa_s | ( | int const | value, |
| char *const | buffer, | ||
| size_t const | buffer_count, | ||
| int const | radix | ||
| ) |
Definition at line 130 of file xtoa.cpp.
Referenced by _VCrtDbgReportA().
This file has no copyright assigned and is placed in the Public Domain. This file is part of the Wine project.
Definition at line 288 of file xtoa.cpp.
Referenced by _CrtDbgReportWindow(), FormatBytes(), InitNumOfFracSymbCB(), SaveUserLocale(), SetMaxDate(), SetNTPServer(), and SpiStoreSzInt().
| errno_t __cdecl _itow_s | ( | int const | value, |
| wchar_t *const | buffer, | ||
| size_t const | buffer_count, | ||
| int const | radix | ||
| ) |
Definition at line 254 of file xtoa.cpp.
Referenced by __acrt_get_qualified_locale(), __acrt_get_qualified_locale_downlevel(), and _VCrtDbgReportW().
| errno_t __cdecl _ltoa_s | ( | long const | value, |
| char *const | buffer, | ||
| size_t const | buffer_count, | ||
| int const | radix | ||
| ) |
Definition at line 141 of file xtoa.cpp.
Referenced by test_invalid_parameter_handler().
Definition at line 299 of file xtoa.cpp.
Referenced by calc_url_length(), and InternetCreateUrlW().
| _Out_writes_z_ | ( | buffer_count | ) | const |
| _When_ | ( | is_negative | = = true, |
| _In_range_(>=, 2) | |||
| ) |
Definition at line 39 of file xtoa.cpp.
Definition at line 36 of file xtoa.cpp.
Referenced by __acrt_fp_strflt_to_string(), __acrt_GetDateFormatEx(), __acrt_GetTimeFormatEx(), __acrt_RtlGenRandom(), __stdio_common_vsscanf(), __stdio_common_vswscanf(), __wcserror_s(), _ecvt_s(), _ecvt_s_internal(), _fcvt_s(), _fcvt_s_internal(), _gcvt_s(), _gcvt_s_internal(), _i64toa_s(), _i64tow_s(), _isctype_l(), _itoa_s(), _itow_s(), _ltoa_s(), _ltow_s(), _strerror_s(), _Success_(), _ui64toa_s(), _ui64tow_s(), _ultoa_s(), _ultow_s(), append_message(), common_splitpath(), common_strerror_s(), common_vsscanf(), create_environment_string(), __crt_stdio_input::input_processor< Character, InputAdapter >::fill_buffer(), internal_to_string(), __crt_stdio_input::input_processor< Character, InputAdapter >::process_string_specifier_tchar(), __crt_stdio_input::input_processor< Character, InputAdapter >::reset_buffer(), set_variable_in_other_environment(), shift_bytes(), throw(), wined3d_swapchain_resize_buffers(), and __crt_stdio_input::input_processor< Character, InputAdapter >::write_character().
Definition at line 37 of file xtoa.cpp.
Referenced by _i64toa(), _i64toa_s(), _i64tow(), _i64tow_s(), _itoa(), _itoa_s(), _itow(), _itow_s(), _ltoa(), _ltoa_s(), _ltow(), _ltow_s(), _ui64toa(), _ui64toa_s(), _ui64tow(), _ui64tow_s(), _ultoa(), _ultoa_s(), _ultow(), _ultow_s(), ata_bblk(), debugcontrol_GetRadix(), debugcontrol_SetRadix(), DECLARE_INTERFACE_(), itoa(), JSGlobal_parseInt(), ltoa(), ltoa_helper(), ltow_helper(), Number_toString(), throw(), UDFGetCfgParameter(), and ultoa().