|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <corecrt.h>

Go to the source code of this file.
Definition at line 2289 of file string.c.
Referenced by lltow(), and TimeToMsString().
Definition at line 2591 of file string.c.
This file has no copyright assigned and is placed in the Public Domain. This file is part of the Wine project.
Definition at line 2135 of file string.c.
Referenced by _CrtDbgReportWindow(), FormatBytes(), InitNumOfFracSymbCB(), SaveUserLocale(), SetMaxDate(), SetNTPServer(), and SpiStoreSzInt().
Definition at line 2127 of file string.c.
Referenced by __acrt_get_qualified_locale(), __acrt_get_qualified_locale_downlevel(), and _VCrtDbgReportW().
Definition at line 2143 of file string.c.
Referenced by _itow(), calc_url_length(), and InternetCreateUrlW().
| _ACRTIMP size_t __cdecl _mbstowcs_l | ( | wchar_t * | wcstr, |
| const char * | mbstr, | ||
| size_t | count, | ||
| _locale_t | locale | ||
| ) |
Definition at line 3283 of file mbcs.c.
| _ACRTIMP errno_t __cdecl _mbstowcs_s_l | ( | size_t * | ret, |
| wchar_t * | wcstr, | ||
| size_t | size, | ||
| const char * | mbstr, | ||
| size_t | count, | ||
| _locale_t | locale | ||
| ) |
Definition at line 3161 of file mbcs.c.
Referenced by mbstowcs_len(), mbtowc(), and __crt_stdio_input::input_processor< Character, InputAdapter >::write_character().
Definition at line 2199 of file string.c.
Referenced by AddNewLayout(), BcdDeleteElement(), CliGetPreloadKeyboardLayouts(), RecycleBin5::DeleteFile(), IntLoadPreloadKeyboardLayouts(), OnInitDialog(), PerformancePageRefreshThread(), PrintingThreadProc(), ScmWaitForServiceConnect(), and ShowItemError().
Definition at line 122 of file strtod.cpp.
Definition at line 2720 of file wcs.c.
Referenced by DumpDisk(), and DumpPartition().
| _ACRTIMP __int64 __cdecl _wcstoi64_l | ( | const wchar_t * | nptr, |
| wchar_t ** | endptr, | ||
| int | base, | ||
| _locale_t | locale | ||
| ) |
Definition at line 2655 of file wcs.c.
Referenced by _wcstoi64(), _wcstol_l(), _wcstoul_l(), _wtoi_l(), and _wtol_l().
| _ACRTIMP __int64 __cdecl _wcstoll_l | ( | const wchar_t * | string, |
| wchar_t ** | end_ptr, | ||
| int | base, | ||
| _locale_t | locale | ||
| ) |
Definition at line 321 of file strtox.cpp.
| _ACRTIMP size_t __cdecl _wcstombs_l | ( | char * | mbstr, |
| const wchar_t * | wcstr, | ||
| size_t | count, | ||
| _locale_t | locale | ||
| ) |
Definition at line 2885 of file wcs.c.
Referenced by CreateEfiPartition(), CreateExtendedPartition(), CreateLogicalPartition(), CreateMsrPartition(), CreatePartitionPage(), CreatePrimaryPartition(), gpt_main(), and wWinMain().
| _ACRTIMP unsigned __int64 __cdecl _wcstoui64_l | ( | const wchar_t * | nptr, |
| wchar_t ** | endptr, | ||
| int | base, | ||
| _locale_t | locale | ||
| ) |
Definition at line 2826 of file wcs.c.
Referenced by _wcstoui64().
| _ACRTIMP unsigned __int64 __cdecl _wcstoull_l | ( | const wchar_t * | string, |
| wchar_t ** | end_ptr, | ||
| int | base, | ||
| _locale_t | locale | ||
| ) |
Definition at line 382 of file strtox.cpp.
Definition at line 2147 of file wcs.c.
Referenced by wcstombs_len(), and wctomb().
Definition at line 1218 of file dir.c.
Referenced by _fullpath(), _wsearchenv_s(), and throw().
Definition at line 254 of file environ.c.
Referenced by _tgetenv(), _wsearchenv_s(), _wsystem(), _wtempnam(), compat_getenv(), INTERNET_LoadProxySettings(), msvcrt_search_executable(), START_TEST(), test_case_insensitive(), test_environment_manipulation(), and test_utf8().
| _ACRTIMP errno_t __cdecl _wgetenv_s | ( | size_t * | ret_len, |
| wchar_t * | buffer, | ||
| size_t | len, | ||
| const wchar_t * | varname | ||
| ) |
Definition at line 533 of file environ.c.
Referenced by get_tz_environment_variable().
| _ACRTIMP void __cdecl _wmakepath | ( | wchar_t * | path, |
| const wchar_t * | drive, | ||
| const wchar_t * | directory, | ||
| const wchar_t * | filename, | ||
| const wchar_t * | extension | ||
| ) |
Definition at line 1357 of file dir.c.
Referenced by test_makepath().
| _ACRTIMP int __cdecl _wmakepath_s | ( | wchar_t * | path, |
| size_t | size, | ||
| const wchar_t * | drive, | ||
| const wchar_t * | directory, | ||
| const wchar_t * | filename, | ||
| const wchar_t * | extension | ||
| ) |
Definition at line 1508 of file dir.c.
Referenced by _wmakepath().
Definition at line 354 of file errno.c.
Referenced by PerformRegAction(), ReadFromFile(), and REGPROC_open_export_file().
Definition at line 377 of file environ.c.
Referenced by test__wenviron(), test_case_insensitive(), test_environment_manipulation(), and test_utf8().
Definition at line 1796 of file dir.c.
Referenced by test_searchenv().
| _ACRTIMP void __cdecl _wsplitpath | ( | const wchar_t * | inpath, |
| wchar_t * | drv, | ||
| wchar_t * | dir, | ||
| wchar_t * | fname, | ||
| wchar_t * | ext | ||
| ) |
Definition at line 1206 of file dir.c.
Referenced by ExplorerCmd::EvaluateOption(), GetSystemDrive(), UXTHEME_FormatParseMessage(), and XCOPY_ProcessDestParm().
| _ACRTIMP errno_t __cdecl _wsplitpath_s | ( | const wchar_t * | inpath, |
| wchar_t * | drive, | ||
| size_t | sz_drive, | ||
| wchar_t * | dir, | ||
| size_t | sz_dir, | ||
| wchar_t * | fname, | ||
| size_t | sz_fname, | ||
| wchar_t * | ext, | ||
| size_t | sz_ext | ||
| ) |
Definition at line 1124 of file dir.c.
Definition at line 1254 of file process.c.
Referenced by system().
Definition at line 2773 of file wcs.c.
Referenced by Applet(), CConfiguration::CConfiguration(), CFSExtractIcon_CreateInstance(), Control_DoLaunch(), ConvertAddCmdLine(), CClassNode::ConvertResourceDescriptorToString(), CopyIpAddrString(), CreateNTPServerList(), BtrfsVolPropSheet::DeviceDlgProc(), DisplayApplet(), DllMain(), DoLoadItems(), DoParseFile(), EnumPwrSchemes(), FreeLdrMigrateBootDrivePartWorker(), GetActivePwrScheme(), GetGWListEntry(), GetIntValue(), GetIpAddressFromStringW(), GetLayoutName(), GetPwrDiskSpindownRange(), InitFilterListBox(), InsSpacesFmt(), InstallParallelPort(), InstallSerialPort(), IntLoadFontSubstList(), IsRegImeToolbarShown(), JapaneseEra_Load(), KeyboardApplet(), LoadBootIni(), LoadBootSettings(), LoadCurrentLocale(), LoadIniFile(), LoadSettings(), MmSysApplet(), MouseApplet(), CAttributesDialog::OnEdit1(), CAttributesDialog::OnEdit2(), CFontsDialog::OnFontSize(), ParseArguments(), ParseCommandLine(), ParseSettings(), ProcessUnattendSection(), PropSheetDlgProc(), QueryBootStoreOptions(), ReadKeysSettings(), RegLoadMUIStringW(), RemoveDeviceW(), RemovePort(), ResetStatsW(), ResizeDeviceW(), BtrfsBalance::SaveBalanceOpts(), SetNewLocale(), SIC_GetMetricsValue(), SpiLoadInt(), StoreIPSettings(), SystemApplet(), TransformView_Create(), UserGetLanguageToggle(), WlxScreenSaverNotify(), and wmain().
Definition at line 3040 of file wcs.c.
Referenced by BtrfsBalance::SaveBalanceOpts(), and wtoll().
| _ACRTIMP __msvcrt_long __cdecl _wtol | ( | const wchar_t * | str | ) |
Definition at line 2798 of file wcs.c.
Referenced by ApplyParameterStringsToMessage(), BuildCodePageList(), InstalledCPProc(), LoadRegistrySettings(), ProcessCodePage(), and XCOPY_ParseCommandLine().
| _ACRTIMP 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(), and call_wsetlocale().
Definition at line 797 of file wcs.c.
Referenced by _wtof(), number_from_string(), CAttributesDialog::OnEdit1(), and CAttributesDialog::OnEdit2().
Definition at line 114 of file strtod.cpp.
Definition at line 2747 of file wcs.c.
Referenced by build_createsql_columns(), build_zonemap_from_reg(), check_language(), check_transform_applicable(), CheckUnattendedSetup(), cmdConfig(), cmdHelpMsg(), construct_record(), ConvertTimeString(), custom_action_server(), date_parse(), deformat_index(), DelNodeRunDLL32W(), dialog_edit_control(), dialog_vcl_add_columns(), do_process_key(), ATL::CRegObject::do_process_key(), enum_locales_proc(), EnumOLEVERB_Next(), event_set_install_level(), fill_source_list(), FindPortNum(), get_dialog_font_point_size(), get_token(), CFSFolder::GetCustomViewInfo(), GetIntField(), GetKeyboardLayoutCP(), GetLongValue(), GetRegInt(), GetUserGeoID(), GetZipCodePage(), HTTP_GetResponseHeaders(), HttpProtocol_start_downloading(), SEALED_::IMsTscAx::Connect(), CCleanupHandler::Initialize(), InternetCrackUrlW(), InternetTimeToSystemTimeW(), IPADDRESS_ConstrainField(), IPADDRESS_GetAddress(), is_uninstallable(), IsFlag(), LanguagePage(), LaunchINFSectionExW(), LaunchINFSectionW(), lineGetCountryW(), LoadSetupData(), locale_return_reg_number(), margin_edit_notification(), mark_task_process(), MMDevPropStore_GetAt(), MONTHCAL_SetFirstDayOfWeek(), MSI_DatabaseImport(), msi_get_font_file_version(), msi_get_property_int(), MSI_OpenPackageW(), msi_parse_version_string(), msi_version_str_to_dword(), MsiSourceListEnumMediaDisksW(), PackageIdFromFullName(), parse_filetime(), parse_languages(), parse_prop(), parse_suminfo(), parse_version(), ParseArgument(), ParseUnattend(), PersistFile_Load(), PROPVAR_ConvertNumber(), RegLoadMUIStringW(), CInstalledApplicationInfo::RetrieveInstallDate(), rpcrt4_http_internet_connect(), set_ldids(), SetupStartPage(), SHLoadIndirectString(), start_debugger(), StrToIntW(), StrToNum(), test__wcstol(), TLB_ReadTypeLib(), tzset_from_environment_nolock(), UPDOWN_GetBuddyInt(), wmain(), WshShortcut_put_IconLocation(), and WSPStringToAddress().
Definition at line 291 of file strtox.cpp.
| _ACRTIMP errno_t __cdecl wcstombs_s | ( | size_t * | ret, |
| char * | mbstr, | ||
| size_t | size, | ||
| const wchar_t * | wcstr, | ||
| size_t | count | ||
| ) |
Definition at line 776 of file wcs.c.
Referenced by _VCrtDbgReportW(), _wperror(), and process_sub().
Definition at line 2912 of file wcs.c.
Referenced by _LocalOpenPrinterHandle(), AddNewLayout(), ArcGetNextTokenU(), BiEnumerateElements(), cmdAccounts(), cmdUser(), convert_hex_csv_to_hex(), convert_hex_to_dword(), CreateFreeLoaderIniForReactOSAndBootSector(), CreateKeyboardLayoutList(), CreateLogicalPartition(), CreatePrimaryMbrPartition(), do_process_key(), ATL::CRegObject::do_process_key(), do_reg_operation(), DoParse(), DosStart(), DWORDfromString(), FontProc(), FontSizeList_GetSelectedFontSize(), format_main(), FreeLdrMigrateBootDrivePartWorker(), GeneralPropertyPageLocalesEnumProc(), get_regdata(), CicProfile::GetCodePageA(), GetDeviceLocationString(), GetDWordValue(), GetHKLSubstitute(), GetLPTTransmissionRetryTimeout(), GetProfiles(), GetSpecialKLID(), GetTimeZoneListIndex(), GetULONG(), GetUsedPorts(), HTTP_HttpQueryInfoW(), HTTP_ParseDateAsAsctime(), HTTP_ParseRfc1123Date(), HTTP_ParseRfc850Date(), HTTP_ParseTime(), HTTP_ProcessExpires(), ImageFile_ParseCmdline(), init_locale(), InitializeDefaultUserLocale(), InitializeGlobalJobList(), InitTTFontCache(), Internal_EnumLanguageGroupLocales(), Internal_EnumSystemCodePages(), Internal_EnumSystemLanguageGroups(), IntLoadKeyboardLayout(), IsLayoutExists(), IsValidLanguageGroup(), KLIDFromSpecialHKL(), LoadCurrentLocale(), LoadKeyboardLayoutW(), LocalesEnumProc(), lookup_manifest_file(), MAIN_LoadSettings(), mciSendStringW(), modify_dword_dlgproc(), NtPathToDiskPartComponents(), ObjectFromLresult(), OLEUTL_ReadRegistryDWORDValue(), parse_data_type(), parse_ipv6_component(), ParseCmdline(), ParseCmdLine(), ParseDaysOfMonth(), ParseId(), CConfiguration::ParseParameters(), ParseSetupInf(), ParseTime(), ProcessCommandLine(), ProcessDisplayRegistry(), ProcessKeyboardLayoutRegistry(), ReadRegDwordValue(), ReadSZFlagsFromRegistry(), SampFillUserDisplayCache(), SamrGetAliasMembership(), SelectDisk(), SelectPartition(), SelectVolume(), setid_main(), SortEnumProc(), SortTestEnumProc(), StrToColorref(), StrToNum(), test__wcstol(), Test_KLID(), UnescapeHex(), UnescapeOther(), UniqueIdDisk(), UpdateKBLayout(), UpdateRegistry(), VarDateFromStr(), wmain(), and wWinMain().
Definition at line 352 of file strtox.cpp.