ReactOS 0.4.16-dev-533-gc7d1aa3
|
Go to the source code of this file.
Classes | |
struct | _div_t |
struct | _ldiv_t |
struct | _LDOUBLE |
struct | _CRT_DOUBLE |
struct | _CRT_FLOAT |
struct | _LONGDOUBLE |
struct | _LDBL12 |
struct | lldiv_t |
Typedefs | |
typedef int(__cdecl * | _onexit_t) (void) |
typedef struct _div_t | div_t |
typedef struct _ldiv_t | ldiv_t |
typedef void(__cdecl * | _purecall_handler) (void) |
typedef void(__cdecl * | _invalid_parameter_handler) (const wchar_t *, const wchar_t *, const wchar_t *, unsigned int, uintptr_t) |
#define _doserrno (*__doserrno()) |
#define MB_CUR_MAX ___mb_cur_max_func() |
#define MB_LEN_MAX 5 |
#define sys_errlist _sys_errlist |
Definition at line 289 of file initctype.cpp.
__declspec | ( | noreturn | ) |
Definition at line 19 of file noreturn.cpp.
Definition at line 25 of file errno.c.
Referenced by _cwait(), _get_doserrno(), _set_doserrno(), and msvcrt_init_fp().
Definition at line 475 of file getargs.c.
Referenced by Test___argc().
Definition at line 483 of file getargs.c.
Referenced by ok_argsA_imp(), and Test___argv().
Definition at line 491 of file getargs.c.
Referenced by ok_argsW_imp(), and Test___wargv().
Definition at line 384 of file environ.c.
Referenced by getenv(), and Test__environ().
Definition at line 454 of file environ.c.
Referenced by Test__pgmptr().
Definition at line 392 of file environ.c.
Referenced by _wgetenv(), and Test__wenviron().
Definition at line 477 of file environ.c.
Referenced by Test__wpgmptr().
_CRTIMP void __cdecl _aligned_free | ( | _Pre_maybenull_ _Post_invalid_ void * | _Memory | ) |
_Check_return_ _CRTIMP int __cdecl _atodbl | ( | _Out_ _CRT_DOUBLE * | _Result, |
_In_z_ char * | _Str | ||
) |
_Check_return_ _CRTIMP int __cdecl _atodbl_l | ( | _Out_ _CRT_DOUBLE * | _Result, |
_In_z_ char * | _Str, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_Check_return_ _CRTIMP int __cdecl _atoflt | ( | _Out_ _CRT_FLOAT * | _Result, |
_In_z_ char * | _Str | ||
) |
_Check_return_ _CRTIMP int __cdecl _atoflt_l | ( | _Out_ _CRT_FLOAT * | _Result, |
_In_z_ char * | _Str, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_Check_return_ _CRTIMP long __cdecl _atol_l | ( | _In_z_ const char * | _Str, |
_In_opt_ _locale_t | _Locale | ||
) |
_Check_return_ _CRTIMP int __cdecl _atoldbl_l | ( | _Out_ _LDOUBLE * | _Result, |
_In_z_ char * | _Str, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_CRTIMP __MINGW_ATTRIB_DEPRECATED void __cdecl _beep | ( | _In_ unsigned | _Frequency, |
_In_ unsigned | _Duration | ||
) |
Referenced by byteReverse(), PerformQualityConversion(), RtlUlongByteSwap(), and test_Functions().
Referenced by PerformQualityConversion(), and RtlUshortByteSwap().
_Check_return_ _CRTIMP char *__cdecl _ecvt | ( | _In_ double | _Val, |
_In_ int | _NumOfDigits, | ||
_Out_ int * | _PtDec, | ||
_Out_ int * | _PtSign | ||
) |
Referenced by test_xcvt().
_Check_return_ _CRTIMP char *__cdecl _fcvt | ( | _In_ double | _Val, |
_In_ int | _NumOfDec, | ||
_Out_ int * | _PtDec, | ||
_Out_ int * | _PtSign | ||
) |
Referenced by test_fcvt(), and test_xcvt().
_Check_return_ _CRTIMP char *__cdecl _fullpath | ( | _Out_writes_opt_z_(_SizeInBytes) char * | _FullPath, |
_In_z_ const char * | _Path, | ||
_In_ size_t | _SizeInBytes | ||
) |
Referenced by test_fullpath().
_CRTIMP char *__cdecl _gcvt | ( | _In_ double | _Val, |
_In_ int | _NumOfDigits, | ||
_Pre_notnull_ _Post_z_ char * | _DstBuf | ||
) |
Referenced by test_gcvt().
Referenced by _pipe(), configure_text_mode(), and is_text_mode().
_invalid_parameter_handler __cdecl _get_invalid_parameter_handler | ( | void | ) |
Definition at line 36 of file _invalid_parameter.c.
_CRTIMP errno_t __cdecl _get_pgmptr | ( | _Outptr_result_z_ char ** | _Value | ) |
_CRTIMP _purecall_handler __cdecl _get_purecall_handler | ( | void | ) |
_CRTIMP errno_t __cdecl _get_wpgmptr | ( | _Outptr_result_z_ wchar_t ** | _Value | ) |
_CRTIMP char *__cdecl _itoa | ( | _In_ int | _Value, |
_Pre_notnull_ _Post_z_ char * | _Dest, | ||
_In_ int | _Radix | ||
) |
_CRTIMP wchar_t *__cdecl _itow | ( | _In_ int | _Value, |
_Pre_notnull_ _Post_z_ wchar_t * | _Dest, | ||
_In_ int | _Radix | ||
) |
Referenced by _CrtDbgReportWindow(), FormatBytes(), InitNumOfFracSymbCB(), SaveUserLocale(), SetMaxDate(), SetNTPServer(), and SpiStoreSzInt().
_CRTIMP char *__cdecl _ltoa | ( | _In_ long | _Value, |
_Pre_notnull_ _Post_z_ char * | _Dest, | ||
_In_ int | _Radix | ||
) |
_CRTIMP wchar_t *__cdecl _ltow | ( | _In_ long | _Value, |
_Pre_notnull_ _Post_z_ wchar_t * | _Dest, | ||
_In_ int | _Radix | ||
) |
Referenced by calc_url_length(), and InternetCreateUrlW().
_CRTIMP void __cdecl _makepath | ( | _Pre_notnull_ _Post_z_ char * | _Path, |
_In_opt_z_ const char * | _Drive, | ||
_In_opt_z_ const char * | _Dir, | ||
_In_opt_z_ const char * | _Filename, | ||
_In_opt_z_ const char * | _Ext | ||
) |
_Check_return_ _CRTIMP int __cdecl _mblen_l | ( | _In_reads_bytes_opt_(_MaxCount) _Pre_opt_z_ const char * | _Ch, |
_In_ size_t | _MaxCount, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_CRTIMP size_t __cdecl _mbstowcs_l | ( | _Out_writes_opt_z_(_MaxCount) wchar_t * | _Dest, |
_In_z_ const char * | _Source, | ||
_In_ size_t | _MaxCount, | ||
_In_opt_ _locale_t | _Locale | ||
) |
Referenced by test_mbcp().
_Check_return_ _CRTIMP size_t __cdecl _mbstrlen_l | ( | _In_z_ const char * | _Str, |
_In_opt_ _locale_t | _Locale | ||
) |
_Check_return_ _CRTIMP size_t __cdecl _mbstrnlen_l | ( | _In_z_ const char * | _Str, |
_In_ size_t | _MaxCount, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_CRTIMP int __cdecl _mbtowc_l | ( | _Pre_notnull_ _Post_z_ wchar_t * | _DstCh, |
_In_reads_bytes_opt_(_SrcSizeInBytes) _Pre_opt_z_ const char * | _SrcCh, | ||
_In_ size_t | _SrcSizeInBytes, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_Check_return_ _Ret_maybenull_ _Post_writable_byte_size_ | ( | _Count * | _Size | ) |
_Check_return_ _Ret_maybenull_ _Post_writable_byte_size_ | ( | _NumOfElements * | _SizeOfElements | ) |
_Check_return_ _Ret_maybenull_ _Post_writable_byte_size_ | ( | _Size | ) |
Referenced by test__tzset(), test__wenviron(), and test_environment_manipulation().
Referenced by KsecGenRandom(), ObpHash(), and PALETTE_ulGetNearestBitFieldsIndex().
_CRTIMP void __cdecl _searchenv | ( | _In_z_ const char * | _Filename, |
_In_z_ const char * | _EnvVar, | ||
_Pre_notnull_ _Post_z_ char * | _ResultPath | ||
) |
Referenced by TConfig::keyfile_init(), and test_searchenv().
_CRTIMP unsigned int __cdecl _set_abort_behavior | ( | _In_ unsigned int | _Flags, |
_In_ unsigned int | _Mask | ||
) |
Referenced by _assert().
Referenced by common_assert(), and should_write_error_to_console().
_invalid_parameter_handler __cdecl _set_invalid_parameter_handler | ( | _In_opt_ _invalid_parameter_handler | _Handler | ) |
_CRTIMP _purecall_handler __cdecl _set_purecall_handler | ( | _In_opt_ _purecall_handler | _Handler | ) |
_CRTIMP void __cdecl _splitpath | ( | _In_z_ const char * | _FullPath, |
_Pre_maybenull_ _Post_z_ char * | _Drive, | ||
_Pre_maybenull_ _Post_z_ char * | _Dir, | ||
_Pre_maybenull_ _Post_z_ char * | _Filename, | ||
_Pre_maybenull_ _Post_z_ char * | _Ext | ||
) |
Referenced by START_TEST(), and test_splitpath().
_Check_return_ _CRTIMP double __cdecl _strtod_l | ( | _In_z_ const char * | _Str, |
_Out_opt_ _Deref_post_z_ char ** | _EndPtr, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_Check_return_ _CRTIMP long __cdecl _strtol_l | ( | _In_z_ const char * | _Str, |
_Out_opt_ _Deref_post_z_ char ** | _EndPtr, | ||
_In_ int | _Radix, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_Check_return_ _CRTIMP unsigned long __cdecl _strtoul_l | ( | _In_z_ const char * | _Str, |
_Out_opt_ _Deref_post_z_ char ** | _EndPtr, | ||
_In_ int | _Radix, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_Success_ | ( | return ! | = 0 | ) |
Definition at line 1028 of file fsctrl.c.
_Success_ | ( | return | , |
0 | |||
) | const |
_CRTIMP void __cdecl _swab | ( | _Inout_updates_(_SizeInBytes) _Post_readable_size_(_SizeInBytes) char * | _Buf1, |
_Inout_updates_(_SizeInBytes) _Post_readable_size_(_SizeInBytes) char * | _Buf2, | ||
int | _SizeInBytes | ||
) |
Referenced by test_swab().
_CRTIMP char *__cdecl _ultoa | ( | _In_ unsigned long | _Value, |
_Pre_notnull_ _Post_z_ char * | _Dest, | ||
_In_ int | _Radix | ||
) |
_Check_return_ _CRTIMP double __cdecl _wcstod_l | ( | _In_z_ const wchar_t * | _Str, |
_Out_opt_ _Deref_post_z_ wchar_t ** | _EndPtr, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_Check_return_ _CRTIMP long __cdecl _wcstol_l | ( | _In_z_ const wchar_t * | _Str, |
_Out_opt_ _Deref_post_z_ wchar_t ** | _EndPtr, | ||
_In_ int | _Radix, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_CRTIMP size_t __cdecl _wcstombs_l | ( | _Out_writes_opt_z_(_MaxCount) char * | _Dest, |
_In_z_ const wchar_t * | _Source, | ||
_In_ size_t | _MaxCount, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_Check_return_ _CRTIMP unsigned long __cdecl _wcstoul_l | ( | _In_z_ const wchar_t * | _Str, |
_Out_opt_ _Deref_post_z_ wchar_t ** | _EndPtr, | ||
_In_ int | _Radix, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_CRTIMP int __cdecl _wctomb_l | ( | _Pre_maybenull_ _Post_z_ char * | _MbCh, |
_In_ wchar_t | _WCh, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_Check_return_ _CRTIMP wchar_t *__cdecl _wfullpath | ( | _Out_writes_opt_z_(_SizeInWords) wchar_t * | _FullPath, |
_In_z_ const wchar_t * | _Path, | ||
_In_ size_t | _SizeInWords | ||
) |
Referenced by throw().
Referenced by _wsystem(), compat_getenv(), and INTERNET_LoadProxySettings().
_CRTIMP void __cdecl _wmakepath | ( | _Pre_notnull_ _Post_z_ wchar_t * | _ResultPath, |
_In_opt_z_ const wchar_t * | _Drive, | ||
_In_opt_z_ const wchar_t * | _Dir, | ||
_In_opt_z_ const wchar_t * | _Filename, | ||
_In_opt_z_ const wchar_t * | _Ext | ||
) |
Referenced by test_makepath().
Referenced by test__wenviron().
_CRTIMP void __cdecl _wsearchenv | ( | _In_z_ const wchar_t * | _Filename, |
_In_z_ const wchar_t * | _EnvVar, | ||
_Pre_notnull_ _Post_z_ wchar_t * | _ResultPath | ||
) |
Referenced by test_searchenv().
_CRTIMP void __cdecl _wsplitpath | ( | _In_z_ const wchar_t * | _FullPath, |
_Pre_maybenull_ _Post_z_ wchar_t * | _Drive, | ||
_Pre_maybenull_ _Post_z_ wchar_t * | _Dir, | ||
_Pre_maybenull_ _Post_z_ wchar_t * | _Filename, | ||
_Pre_maybenull_ _Post_z_ wchar_t * | _Ext | ||
) |
Referenced by ExplorerCmd::EvaluateOption(), GetSystemDrive(), and XCOPY_ProcessDestParm().
_Check_return_ _CRTIMP double __cdecl _wtof_l | ( | _In_z_ const wchar_t * | _Str, |
_In_opt_ _locale_t | _Locale | ||
) |
Referenced by Applet(), CConfiguration::CConfiguration(), CFSExtractIcon_CreateInstance(), Control_DoLaunch(), CClassNode::ConvertResourceDescriptorToString(), CopyIpAddrString(), CreateNTPServerList(), BtrfsVolPropSheet::DeviceDlgProc(), DisplayApplet(), DllMain(), DoLoadItems(), DoParseFile(), EngpUpdateGraphicsDeviceList(), EnumPwrSchemes(), FreeLdrMigrateBootDrivePartWorker(), GetActivePwrScheme(), GetGWListEntry(), GetIntValue(), GetIpAddressFromStringW(), GetLayoutName(), GetPwrDiskSpindownRange(), InitFilterListBox(), InsSpacesFmt(), InstallParallelPort(), InstallSerialPort(), IntIsWindowSnapEnabled(), IntLoadFontSubstList(), 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(), SpiLoadInt(), StoreIPSettings(), SystemApplet(), TransformView_Create(), UserGetLanguageToggle(), ViewTree_LoadTree(), WlxScreenSaverNotify(), and wmain().
_Check_return_ _CRTIMP int __cdecl _wtoi_l | ( | _In_z_ const wchar_t * | _Str, |
_In_opt_ _locale_t | _Locale | ||
) |
_Check_return_ _CRTIMP long __cdecl _wtol_l | ( | _In_z_ const wchar_t * | _Str, |
_In_opt_ _locale_t | _Locale | ||
) |
Definition at line 97 of file atonexit.c.
Referenced by main(), openlog(), Test_atexit(), and xmlInitParser().
Referenced by __GetLCIDFromName(), __GetLocaleInfoUsingACP(), __intGetACP(), __intGetOCP(), __rpc_uaddr2taddr_af(), _ecvt(), _Locale_codecvt_create(), _Locale_ctype_create(), _Locale_monetary_create(), _Locale_n_sign_posn(), _Locale_p_sign_posn(), _Locale_strcmp(), _Locale_strxfrm(), _tmain(), add_widl_version_define(), AddrStrToAddr(), BGStartCmd(), CC_CheckDigitsInEdit(), CmdLineParse(), Telnet::Connect(), CreateOutputFile(), DebugCmd(), demangle_datatype(), DissectArcPath(), DoSHIFTSTATE(), doWinMain(), DriveMapGetBiosDriveNumber(), DriveMapIsValidDriveString(), EditCustomBootReactOS(), Ext2ParseRegistryVolumeParams(), formatopts_proc(), FTP_ParseNextFile(), FTP_ReceiveResponse(), FTPDecodeURL(), FTPQueryFeatures(), get_constant_element_by_name(), get_modified_type(), get_parameter_element_by_name(), get_shell_icon_size(), getline(), GetPortNumber(), GetProtoGetNextEnt(), GetResponse(), GetScreenColumns(), GetSectionName(), gl_init(), handle_switch(), HCR_RegGetIconA(), HelpCmd(), I10_OUTPUT(), InfGetBinaryField(), InfGetIntField(), init(), init_leases_list(), InternetReadFile_test(), interpret(), iso9660_file_length(), isoname_endsok(), lineGetCountryA(), lineGetTranslateCapsA(), TMapLoader::LoadGlobal(), LoadSettings(), main(), metricfromreg(), name_to_codepage(), netif_find(), CDFParser::NextToken(), NSP_GetServiceByNameHeapAllocW(), OpenCmd(), XMLStorage::XPathElement::parse(), ParseCmdline(), ParseFile(), ParseHostLine(), pe_find_section(), ProcessFirewallPrefFile(), processRequest(), puint_t_UserMarshal(), put_resource_id(), read_version_entry(), TConfig::redir_init(), s_square_puint(), s_square_test_us(), s_sum_cpuints(), s_sum_puints(), section_get_dword(), ServiceNameToPortNumber(), TConfig::set_bool(), TConfig::set_value(), SetConnTimeout(), SetCtrlTimeout(), setdebug(), SetLogSize(), SetPassive(), setpeer(), SetRedialDelay(), SetSOBufsize(), setup_dinput_options(), setup_dsound_options(), SetXferTimeout(), spy_init(), START_TEST(), StrToBool(), StrToIntA(), telCommandLine(), test_asyncWAVE(), test_asyncWaveTypeMpegvideo(), test_atoi(), test_AutoOpenWAVE(), test_file_inherit_child(), test_file_inherit_child_no(), test_firstDay(), test_GetCalendarInfo(), test_openCloseWAVE(), test_pipes_child(), test_play(), test_wm_set_get_text(), TIFFFetchStripThing(), translate_line(), UnDosLine(), UnLslRLine(), UnMlsT(), us_t_UserMarshal(), value_get_dword_field(), wined3d_dll_init(), wined3d_parse_gl_version(), and WinLdrSetupEms().
Referenced by _tzset(), arg_get_long(), create_msft_typelib(), doDebugger(), ExpInitializeExecutive(), FTP_ParseNextFile(), get_session_start(), init(), IopStartRamdisk(), KdDebuggerInitialize0(), KdpGetDebugMode(), netname2user(), Phase1InitializationDiscard(), PrintProcess(), processRequest(), RamDiskInitialize(), restart(), START_TEST(), Storage_DestroyElement(), test_atol(), and test_installprops().
_Check_return_ void *__cdecl bsearch | ( | _In_ const void * | _Key, |
_In_reads_bytes_(_NumOfElements *_SizeOfElements) const void * | _Base, | ||
_In_ size_t | _NumOfElements, | ||
_In_ size_t | _SizeOfElements, | ||
_In_ | int__cdecl *_PtFuncCompare)(const void *, const void * | ||
) |
_Check_return_ _CRTIMP char *__cdecl fcvt | ( | _In_ double | _Val, |
_In_ int | _NumOfDec, | ||
_Out_ int * | _PtDec, | ||
_Out_ int * | _PtSign | ||
) |
Referenced by ftofs().
void __cdecl free | ( | _Pre_maybenull_ _Post_invalid_ void * | _Memory | ) |
_CRTIMP char *__cdecl gcvt | ( | _In_ double | _Val, |
_In_ int | _NumOfDigits, | ||
_Pre_notnull_ _Post_z_ char * | _DstBuf | ||
) |
Referenced by for(), and test_gcvt().
Referenced by _getopt_initialize(), _Locale_aux_default(), _tempnam(), _tzset(), compat_getenv(), create_msft_typelib(), get_locale(), get_wine_loader_name(), GetHomeDir(), getline(), GetPwByName(), GetScreenColumns(), GetUsrName(), gl_destroy_context(), gl_error(), gl_init(), gl_set_home_dir(), HelpCmd(), TConfig::inifile_init(), init_debug(), initialize_context(), InitOurDirectory(), InitPrefs(), InitTermcap(), InitUserInfo(), instrum_getenv(), is_wine_loader(), jinit_memory_mgr(), TConfig::keyfile_init(), load_licence(), main(), matchSpecialFolderPathToEnv(), ODBC_LoadDriverManager(), OpenTrace(), optionInit(), parse_arguments(), printercache_load_blob(), printercache_rename_blob(), printercache_save_blob(), printercache_unlink_blob(), QMyDialog::QMyDialog(), rd_open_file(), rd_pstcache_mkdir(), read_rcfile(), TConfig::redir_init(), ruserpass(), save_licence(), QMyDialog::SaveClicked(), searchfileinpath(), select_file_name(), setnetpath(), shell(), START_TEST(), system(), telCommandLine(), test__tzset(), test_environment_manipulation(), test_localtime(), test_mktime(), test_searchenv(), TIFFFetchStripThing(), wave_out_open(), WinHttpGetDefaultProxyConfiguration(), xkeymap_open(), and xmlInitMemory().
Referenced by inter_maxtoabs().
__MINGW_EXTENSION _Check_return_ __CRT_INLINE long long __cdecl llabs | ( | _In_ long long | _j | ) |
Definition at line 1435 of file stdlib.h.
Referenced by compute_location(), and eval_expression().
__MINGW_EXTENSION _Check_return_ lldiv_t __cdecl lldiv | ( | _In_ long long | , |
_In_ long long | |||
) |
_CRTIMP char *__cdecl ltoa | ( | _In_ long | _Val, |
_Pre_notnull_ _Post_z_ char * | _DstBuf, | ||
_In_ int | _Radix | ||
) |
_Check_return_ int __cdecl mblen | ( | _In_reads_bytes_opt_(_MaxCount) _Pre_opt_z_ const char * | _Ch, |
_In_ size_t | _MaxCount | ||
) |
Referenced by streamout_wstring(), and test_mbcp().
size_t __cdecl mbstowcs | ( | _Out_writes_opt_z_(_MaxCount) wchar_t * | _Dest, |
_In_z_ const char * | _Source, | ||
_In_ size_t | _MaxCount | ||
) |
int __cdecl mbtowc | ( | _Pre_notnull_ _Post_z_ wchar_t * | _DstCh, |
_In_reads_bytes_opt_(_SrcSizeInBytes) _Pre_opt_z_ const char * | _SrcCh, | ||
_In_ size_t | _SrcSizeInBytes | ||
) |
void __cdecl perror | ( | _In_opt_z_ const char * | _ErrMsg | ) |
Referenced by test_localtime(), test_mktime(), test_searchenv(), and WinMain().
void __cdecl qsort | ( | _Inout_updates_bytes_(_NumOfElements *_SizeOfElements) _Post_readable_byte_size_(_NumOfElements *_SizeOfElements) void * | _Base, |
_In_ size_t | _NumOfElements, | ||
_In_ size_t | _SizeOfElements, | ||
_In_ | int__cdecl *_PtFuncCompare)(const void *, const void * | ||
) |
_Check_return_ int __cdecl rand | ( | void | ) |
Definition at line 10 of file rand.c.
Referenced by __random_number(), __xmlRandom(), Airbrush(), arc4random(), BindToEphemeralPortNumber(), cxxrand(), D3DRMVectorRandom(), DoStuff(), UnorderedTest::equal_range(), Fbt_CreateFiber(), Fbt_Yield(), generate_random(), GenerateComputerName(), GenerateRandomPassword(), get_uuid(), GetEnvVarOrSpecial(), InitGL(), lwip_port_rand(), main(), OnCreate(), RndShuffleTest::MyRandomGenerator::operator()(), PlaceMines(), randbytes(), RandomGuid(), RemoveFile(), render(), RetrieveQuote(), ScreenSaverProc(), send_discover(), send_request(), SetObject(), CardStack::Shuffle(), START_TEST(), state_panic(), test__hwrite(), test__lwrite(), test_CryptInstallOssGlobal(), test_qsort_s(), test_rand_s(), urlcache_entry_create(), and UuidCreateSequential().
Referenced by __xmlInitializeDict(), _tWinMain(), arc4random(), CardWindow::CardWindow(), CToolSettingsWindow::drawAirBrush(), UnorderedTest::equal_range(), Fbt_CreateFiber(), GenerateComputerName(), GenerateRandomPassword(), InitGL(), initrand(), main(), OnCreate(), AirBrushTool::OnDrawOverlayOnImage(), PlaceMines(), PreInit(), RetrieveQuote(), state_panic(), test__hwrite(), test__lwrite(), test_qsort_s(), and write_btrfs().
_Check_return_ double __cdecl strtod | ( | _In_z_ const char * | _Str, |
_Out_opt_ _Deref_post_z_ char ** | _EndPtr | ||
) |
Referenced by atof(), closestFit(), EvaluateExpression(), main(), and test__strtod().
Definition at line 55 of file strtod.cpp.
_Check_return_ long __cdecl strtol | ( | _In_z_ const char * | _Str, |
_Out_opt_ _Deref_post_z_ char ** | _EndPtr, | ||
_In_ int | _Radix | ||
) |
Referenced by CreateCaseDiff(), decode_html(), get_boot_addr(), get_boot_platid(), get_boot_size(), GetDlgItemInt(), handle_child_line(), Load_CP2Unicode_Table(), Load_OEM2Unicode_Table(), main(), Main_DirectDraw_GetDeviceIdentifier7(), parse_parameters(), parse_server_and_port(), parse_value(), ParseField(), ParseFile(), pev_get_val(), read_oid_info(), read_urls(), seamless_process_line(), setup_dinput_options(), SetupGetIntField(), SMTPTransport_ParseResponse(), stabs_pts_read_number(), stabs_read_type_enum(), START_TEST(), test_strtol(), TLB_GUIDFromString(), TRIO_ARGS3(), UrlUnescapeA(), and xkeymap_read().
Definition at line 89 of file strtod.cpp.
Referenced by _atoldbl(), and TRIO_ARGS2().
__MINGW_EXTENSION long long __cdecl strtoll | ( | const char * | __restrict__, |
char ** | __restrict, | ||
int | base | ||
) |
Definition at line 119 of file strtox.cpp.
_Check_return_ unsigned long __cdecl strtoul | ( | _In_z_ const char * | _Str, |
_Out_opt_ _Deref_post_z_ char ** | _EndPtr, | ||
_In_ int | _Radix | ||
) |
__MINGW_EXTENSION unsigned long long __cdecl strtoull | ( | const char * | __restrict__, |
char ** | __restrict__, | ||
int | base | ||
) |
Definition at line 5 of file strtoull.c.
_CRTIMP void __cdecl swab | ( | _Inout_updates_z_(_SizeInBytes) char * | _Buf1, |
_Inout_updates_z_(_SizeInBytes) char * | _Buf2, | ||
_In_ int | _SizeInBytes | ||
) |
int __cdecl system | ( | _In_opt_z_ const char * | _Command | ) |
__MINGW_EXTENSION __CRT_INLINE wchar_t *__cdecl ulltow | ( | unsigned long long | _n, |
wchar_t * | _w, | ||
int | _i | ||
) |
Definition at line 1456 of file stdlib.h.
_CRTIMP char *__cdecl ultoa | ( | _In_ unsigned long | _Val, |
_Pre_notnull_ _Post_z_ char * | _Dstbuf, | ||
_In_ int | _Radix | ||
) |
_Check_return_ double __cdecl wcstod | ( | _In_z_ const wchar_t * | _Str, |
_Out_opt_ _Deref_post_z_ wchar_t ** | _EndPtr | ||
) |
Referenced by _wtof(), number_from_string(), CAttributesDialog::OnEdit1(), and CAttributesDialog::OnEdit2().
Definition at line 114 of file strtod.cpp.
_Check_return_ long __cdecl wcstol | ( | _In_z_ const wchar_t * | _Str, |
_Out_opt_ _Deref_post_z_ wchar_t ** | _EndPtr, | ||
_In_ int | _Radix | ||
) |
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(), CFSFolder::GetCustomViewInfo(), GetIntField(), GetKeyboardLayoutCP(), GetLongValue(), GetZipCodePage(), HTTP_GetResponseHeaders(), HttpProtocol_start_downloading(), SEALED_::IMsTscAx::Connect(), InternetCrackUrlW(), InternetTimeToSystemTimeW(), IPADDRESS_ConstrainField(), IPADDRESS_GetAddress(), is_uninstallable(), IsFlag(), LanguagePage(), LaunchINFSectionExW(), LaunchINFSectionW(), lineGetCountryW(), LoadSetupData(), margin_edit_notification(), 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(), parse_filetime(), parse_languages(), parse_prop(), parse_suminfo(), parse_version(), ParseArgument(), ParseUnattend(), PersistFile_Load(), PROPVAR_ConvertNumber(), CInstalledApplicationInfo::RetrieveInstallDate(), rpcrt4_http_internet_connect(), set_ldids(), SetupStartPage(), StrToIntW(), StrToNum(), TLB_ReadTypeLib(), tzset_from_environment_nolock(), UPDOWN_GetBuddyInt(), wmain(), WshShortcut_put_IconLocation(), and WSPStringToAddress().
Definition at line 148 of file strtod.cpp.
size_t __cdecl wcstombs | ( | _Out_writes_opt_z_(_MaxCount) char * | _Dest, |
_In_z_ const wchar_t * | _Source, | ||
_In_ size_t | _MaxCount | ||
) |
_Check_return_ unsigned long __cdecl wcstoul | ( | _In_z_ const wchar_t * | _Str, |
_Out_opt_ _Deref_post_z_ wchar_t ** | _EndPtr, | ||
_In_ int | _Radix | ||
) |
Referenced by _LocalOpenPrinterHandle(), AddNewLayout(), ArcGetNextTokenU(), BiEnumerateElements(), cmdAccounts(), cmdUser(), convert_hex_csv_to_hex(), convert_hex_to_dword(), CreateFreeLoaderIniForReactOSAndBootSector(), CreateKeyboardLayoutList(), CreateLogicalPartition(), CreatePrimaryPartition(), do_process_key(), ATL::CRegObject::do_process_key(), do_reg_operation(), DoParse(), DosStart(), DWORDfromString(), FontProc(), FontSizeList_GetSelectedFontSize(), 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(), InitializeDefaultUserLocale(), InitializeGlobalJobList(), InitTTFontCache(), IntLoadKeyboardLayout(), IsLayoutExists(), KLIDFromSpecialHKL(), LoadCurrentLocale(), 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(), ReadSZFlagsFromRegistry(), SampFillUserDisplayCache(), SamrGetAliasMembership(), SelectDisk(), SelectPartition(), SelectVolume(), setid_main(), SortEnumProc(), SortTestEnumProc(), StrToColorref(), Test_KLID(), UnescapeHex(), UnescapeOther(), UniqueIdDisk(), UpdateKBLayout(), UpdateRegistry(), VarDateFromStr(), wmain(), and wWinMain().
int __cdecl wctomb | ( | _Out_writes_opt_z_(MB_LEN_MAX) char * | _MbCh, |
_In_ wchar_t | _WCh | ||
) |
Definition at line 21 of file getargs.c.
Referenced by __getmainargs(), __p___argc(), __wgetmainargs(), aadd(), and wadd().
Definition at line 18 of file getargs.c.
Referenced by __getmainargs(), __p___argv(), and aadd().
Definition at line 20 of file getargs.c.
Referenced by __p___wargv(), __wgetmainargs(), and wadd().
_Check_return_ _Ret_maybenull_ _In_ size_t _In_ size_t _In_ size_t _Alignment |
_Check_return_ _Ret_maybenull_ _In_ size_t _Count |
Definition at line 4 of file fmode.c.
Referenced by __acrt_initialize_fmode(), and __p__fmode().
Definition at line 10 of file environ.c.
Referenced by _get_osplatform().
Definition at line 11 of file environ.c.
Referenced by __p__osver().
_Check_return_ _Ret_maybenull_ _In_ size_t _SizeOfElements |
Definition at line 68 of file strerror.c.
Referenced by __sys_errlist(), __wcserror_s(), _get_sys_err_msg(), _strerror(), _wcserror_s(), perror(), strerror(), strerror_s(), and Test__sys_errlist().
Definition at line 80 of file strerror.c.
Referenced by __sys_nerr(), __wcserror_s(), _get_sys_err_msg(), _strerror(), _wcserror_s(), perror(), strerror(), strerror_s(), and Test__sys_nerr().
Definition at line 13 of file environ.c.
Referenced by __p__winmajor().
Definition at line 12 of file environ.c.
Referenced by __p__winminor().
Definition at line 14 of file environ.c.
Referenced by __p__winver().