|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <limits.h>#include <locale.h>#include <math.h>#include <assert.h>#include <wchar.h>#include <wctype.h>#include "msvcrt.h"#include "winnls.h"#include "wtypes.h"#include "wine/debug.h"#include "printf.h"
Go to the source code of this file.
Classes | |
| struct | pf_flags |
Macros | |
| #define | _NO_CRT_STDIO_INLINE |
| #define | PRINTF_WIDE |
Variables | |
| static BOOL | n_format_enabled = TRUE |
Definition at line 1914 of file wcs.c.
Definition at line 2226 of file wcs.c.
Referenced by _iswalnum_l(), _iswalpha_l(), _iswblank_l(), _iswcntrl_l(), _iswdigit_l(), _iswgraph_l(), _iswlower_l(), _iswprint_l(), _iswpunct_l(), _iswspace_l(), _iswupper_l(), _iswxdigit_l(), iswblank(), and iswctype().
Definition at line 1344 of file wcs.c.
Definition at line 1634 of file wcs.c.
Definition at line 1648 of file wcs.c.
Definition at line 1277 of file wcs.c.
Definition at line 1263 of file wcs.c.
Definition at line 1304 of file wcs.c.
Definition at line 1498 of file wcs.c.
Referenced by _CrtDbgReportWindow(), _VCrtDbgReportW(), _wassert(), BaseGetVdmConfigInfo(), ChildWndProc(), convert_luid_to_name(), CreateVdmMenu(), CSR_API(), DisplayStatus(), DoMessageBoxW(), dsound_enum(), DumpMemory(), ExpLoadInitialProcess(), GetKeyName(), CTravelLog::GetToolTipText(), IniCacheAddKeyAorW(), IniCacheAddSectionAorW(), InitDialog(), InitFunctionPtrs(), IopStartRamdisk(), LdrpInitializeProcess(), LogToFile(), makestringfile(), OnCreate(), PnpRootCreateDevice(), pSetupDebugPrint(), RamdiskCreateDiskDevice(), runscriptfile(), SeGetLogonIdDeviceMap(), SepCleanupLUIDDeviceMapDirectory(), ShowLastWin32Error(), strftime_int(), SuggestKeys(), testGetIfTable(), tirpc_report(), TransformView_create_table(), TransformView_insert_row(), TreeWndNotifyProc(), UniataConnectIntr2(), UpdateServiceCount(), UpdateStatus(), UpdateVdmMenuDisks(), VfdCreateDevice(), VfdDeleteDevice(), VfdLoadLink(), VfdSetLink(), VfdStoreLink(), WhoamiGroups(), and WriteRdpFile().
Definition at line 1525 of file wcs.c.
Referenced by _VCrtDbgReportW(), common_message_window(), and InitFunctionPtrs().
| int WINAPIV _sprintf_p_l | ( | char * | buffer, |
| size_t | length, | ||
| const char * | format, | ||
| _locale_t | locale, | ||
| ... | |||
| ) |
Definition at line 1898 of file wcs.c.
| int WINAPIV _swprintf_c_l | ( | wchar_t * | str, |
| size_t | len, | ||
| const wchar_t * | format, | ||
| _locale_t | locale, | ||
| ... | |||
| ) |
Definition at line 1738 of file wcs.c.
Definition at line 101 of file wcs.c.
Referenced by _wcsicmp_l(), _wcslwr_s_l(), _wcsnicmp_l(), towctrans(), and towlower().
Definition at line 2937 of file wcs.c.
Referenced by _wcsupr_s_l(), towctrans(), and towupper().
Definition at line 1189 of file wcs.c.
Referenced by _scprintf_l().
Definition at line 1198 of file wcs.c.
Referenced by _scprintf_p(), _scprintf_p_l(), and _vscprintf_p().
Definition at line 1106 of file wcs.c.
Referenced by _snprintf_c().
| int CDECL _vsnprintf_c_l | ( | char * | str, |
| size_t | len, | ||
| const char * | format, | ||
| _locale_t | locale, | ||
| va_list | valist | ||
| ) |
Definition at line 1097 of file wcs.c.
Referenced by _snprintf_c_l(), and _vsnprintf_c().
| int CDECL _vsnprintf_l | ( | char * | str, |
| size_t | len, | ||
| const char * | format, | ||
| _locale_t | locale, | ||
| va_list | valist | ||
| ) |
Definition at line 954 of file wcs.c.
Referenced by _snprintf_l(), _sprintf_l(), _vscprintf(), _vscprintf_l(), and _vsprintf_l().
| int CDECL _vsnprintf_s | ( | char * | str, |
| size_t | sizeOfBuffer, | ||
| size_t | count, | ||
| const char * | format, | ||
| va_list | valist | ||
| ) |
| int CDECL _vsnprintf_s_l | ( | char * | str, |
| size_t | sizeOfBuffer, | ||
| size_t | count, | ||
| const char * | format, | ||
| _locale_t | locale, | ||
| va_list | valist | ||
| ) |
Definition at line 1055 of file wcs.c.
Referenced by _snprintf_s(), _snprintf_s_l(), _sprintf_s_l(), _vsnprintf_s(), and _vsprintf_s_l().
| int CDECL _vsnwprintf_l | ( | wchar_t * | str, |
| size_t | len, | ||
| const wchar_t * | format, | ||
| _locale_t | locale, | ||
| va_list | valist | ||
| ) |
Definition at line 1385 of file wcs.c.
Referenced by _scwprintf_l(), _snwprintf_l(), _vscwprintf_l(), and _vswprintf_l().
| int CDECL _vsnwprintf_s | ( | wchar_t * | str, |
| size_t | sizeOfBuffer, | ||
| size_t | count, | ||
| const wchar_t * | format, | ||
| va_list | valist | ||
| ) |
Definition at line 1488 of file wcs.c.
Referenced by swprintf_s(), and vswprintf_s().
| int CDECL _vsnwprintf_s_l | ( | wchar_t * | str, |
| size_t | sizeOfBuffer, | ||
| size_t | count, | ||
| const wchar_t * | format, | ||
| _locale_t | locale, | ||
| va_list | valist | ||
| ) |
Definition at line 1478 of file wcs.c.
Referenced by _snwprintf_s(), _snwprintf_s_l(), _swprintf_s_l(), _vsnwprintf_s(), and _vswprintf_s_l().
| int CDECL _vsprintf_p_l | ( | char * | buffer, |
| size_t | length, | ||
| const char * | format, | ||
| _locale_t | locale, | ||
| va_list | args | ||
| ) |
Definition at line 1867 of file wcs.c.
Referenced by _sprintf_p_l(), and _vsprintf_p().
Definition at line 1770 of file wcs.c.
Referenced by ConPrintfVPaging(), and ErrorMessage().
Definition at line 1409 of file wcs.c.
Referenced by _swprintf_c().
| int CDECL _vswprintf_c_l | ( | wchar_t * | str, |
| size_t | len, | ||
| const wchar_t * | format, | ||
| _locale_t | locale, | ||
| va_list | valist | ||
| ) |
Definition at line 1400 of file wcs.c.
Referenced by _swprintf_c_l(), and _vswprintf_c().
Definition at line 1778 of file wcs.c.
Referenced by __swprintf_l().
| int CDECL _vswprintf_s_l | ( | wchar_t * | str, |
| size_t | numberOfElements, | ||
| const wchar_t * | format, | ||
| _locale_t | locale, | ||
| va_list | args | ||
| ) |
Definition at line 1995 of file wcs.c.
Referenced by wcscoll().
Definition at line 130 of file wcs.c.
Referenced by _wcsicmp().
Definition at line 208 of file wcs.c.
Referenced by _wcsicoll().
Definition at line 439 of file wcs.c.
| int CDECL _wcsncoll_l | ( | const wchar_t * | str1, |
| const wchar_t * | str2, | ||
| size_t | count, | ||
| _locale_t | locale | ||
| ) |
Definition at line 172 of file wcs.c.
Referenced by _wcsnicmp().
| int CDECL _wcsnicoll_l | ( | const wchar_t * | str1, |
| const wchar_t * | str2, | ||
| size_t | count, | ||
| _locale_t | locale | ||
| ) |
Definition at line 249 of file wcs.c.
Referenced by _wcsnicoll().
Definition at line 305 of file wcs.c.
Definition at line 579 of file wcs.c.
Definition at line 2725 of file wcs.c.
Definition at line 2660 of file wcs.c.
Referenced by _wcstoi64(), _wcstol_l(), _wcstoul_l(), _wtoi_l(), and _wtol_l().
| int CDECL _wcstombs_s_l | ( | size_t * | ret, |
| char * | mbstr, | ||
| size_t | size, | ||
| const wchar_t * | wcstr, | ||
| size_t | count, | ||
| _locale_t | locale | ||
| ) |
Definition at line 2890 of file wcs.c.
| unsigned __int64 CDECL _wcstoui64_l | ( | const wchar_t * | nptr, |
| wchar_t ** | endptr, | ||
| int | base, | ||
| _locale_t | locale | ||
| ) |
Definition at line 2831 of file wcs.c.
Referenced by _wcstoui64().
Definition at line 375 of file wcs.c.
Definition at line 2152 of file wcs.c.
Referenced by wctomb().
Definition at line 2079 of file wcs.c.
Referenced by _wctomb_l(), and wctomb_s().
Definition at line 3018 of file wcs.c.
Referenced by _wtoi64().
| __msvcrt_long __cdecl _wtol | ( | const wchar_t * | str | ) |
| __msvcrt_long __cdecl _wtol_l | ( | const wchar_t * | str, |
| _locale_t | locale | ||
| ) |
| printf_arg arg_clbk_positional | ( | void * | ctx, |
| int | pos, | ||
| int | type, | ||
| va_list * | valist | ||
| ) |
Definition at line 875 of file wcs.c.
Referenced by _vscprintf_p_l(), vfprintf_helper(), vfwprintf_helper(), vsprintf_p_l_opt(), and vswprintf_p_l_opt().
| printf_arg arg_clbk_valist | ( | void * | ctx, |
| int | arg_pos, | ||
| int | type, | ||
| va_list * | valist | ||
| ) |
Definition at line 852 of file wcs.c.
Referenced by _vcprintf(), _vcprintf_l(), _vcwprintf(), _vcwprintf_l(), _vscprintf_p_l(), _vsnprintf(), _vsnprintf_l(), _vsnwprintf(), _vsnwprintf_l(), vfprintf_helper(), vfwprintf_helper(), vsnprintf_s_l_opt(), vsnwprintf_s_l_opt(), vsprintf_p_l_opt(), and vswprintf_p_l_opt().
Definition at line 570 of file wcs.c.
Referenced by _wcstod_l().
Definition at line 1706 of file wcs.c.
Referenced by tirpc_report().
|
static |
Definition at line 990 of file wcs.c.
Referenced by _vsnprintf_c_l(), and _vsnprintf_s_l().
|
static |
Definition at line 1022 of file wcs.c.
Referenced by _vsnwprintf_s_l(), and _vswprintf_c_l().
|
static |
Definition at line 1837 of file wcs.c.
Referenced by _vsprintf_p_l().
|
static |
Definition at line 1415 of file wcs.c.
Referenced by _scwprintf_p_l(), _swprintf_p(), _swprintf_p_l(), _vscwprintf_p_l(), and _vswprintf_p_l().
| int CDECL vswprintf_s | ( | wchar_t * | str, |
| size_t | numberOfElements, | ||
| const wchar_t * | format, | ||
| va_list | args | ||
| ) |
Definition at line 2013 of file wcs.c.
Definition at line 2988 of file wcs.c.
Referenced by _wcsdup(), _wcsrev(), _wcsxfrm_l(), wcscat(), wcscpy_s(), and wcsrtombs_l().
Definition at line 2574 of file wcs.c.
|
static |
Definition at line 614 of file wcs.c.
Referenced by _wcstombs_l(), wcsrtombs(), wcsrtombs_s_l(), and wcstombs().
|
static |
Definition at line 718 of file wcs.c.
Referenced by _wcstombs_s_l(), wcsrtombs_s(), and wcstombs_s().
Definition at line 2070 of file wcs.c.
Referenced by _CorExeMain(), GetDefaultLayoutForLocale(), GetLayerInfo(), GetMessageStringFromDllList(), is_idn_error(), LoadUsernameHint(), ParseCommandLine(), ParseMoreVariable(), ParseSettings(), pBuildFileList(), StreamingDeviceSetupW(), test_wcstok(), WhereFindByDirs(), WhereGetPathExt(), and wmain().
| int CDECL wcstombs_s | ( | size_t * | ret, |
| char * | mbstr, | ||
| size_t | size, | ||
| const wchar_t * | wcstr, | ||
| size_t | count | ||
| ) |
Definition at line 781 of file wcs.c.
Referenced by _VCrtDbgReportW(), _wperror(), and process_sub().
Definition at line 2917 of file wcs.c.
Definition at line 3102 of file wcs.c.
Definition at line 2180 of file wcs.c.
Definition at line 2630 of file wcs.c.
Referenced by _wcstoi64_l(), and _wcstoui64_l().
Definition at line 2144 of file wcs.c.
Referenced by _cgets_s(), ungetwc_text_mode_nolock(), wcrtomb_s(), and __crt_stdio_input::input_processor< Character, InputAdapter >::write_character().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msvcrt | ) |
Definition at line 54 of file wcs.c.
Referenced by pf_printf().