|
ReactOS 0.4.16-dev-2204-g370eb8c
|
#include <corecrt_malloc.h>#include <corecrt_wstdlib.h>#include <limits.h>#include <pshpack8.h>#include <poppack.h>
Go to the source code of this file.
Classes | |
| struct | _CRT_FLOAT |
| struct | _CRT_DOUBLE |
| struct | _LDOUBLE |
| struct | _div_t |
| struct | _ldiv_t |
| struct | _lldiv_t |
Macros | |
| #define | EXIT_SUCCESS 0 |
| #define | EXIT_FAILURE -1 |
| #define | RAND_MAX 0x7FFF |
| #define | _MAX_DRIVE 3 |
| #define | _MAX_FNAME 256 |
| #define | _MAX_DIR _MAX_FNAME |
| #define | _MAX_EXT _MAX_FNAME |
| #define | _MAX_PATH 260 |
| #define | _TRUNCATE ((size_t)-1) |
| #define | _countof(x) (sizeof(x)/sizeof((x)[0])) |
| #define | __max(a, b) (((a) > (b)) ? (a) : (b)) |
| #define | __min(a, b) (((a) < (b)) ? (a) : (b)) |
| #define | max(a, b) (((a) > (b)) ? (a) : (b)) |
| #define | min(a, b) (((a) < (b)) ? (a) : (b)) |
| #define | _OUT_TO_DEFAULT 0 |
| #define | _OUT_TO_STDERR 1 |
| #define | _OUT_TO_MSGBOX 2 |
| #define | _REPORT_ERRMODE 3 |
| #define | _WRITE_ABORT_MSG 1 |
| #define | _CALL_REPORTFAULT 2 |
| #define | __mb_cur_max ___mb_cur_max_func() |
| #define | MB_CUR_MAX ___mb_cur_max_func() |
| #define | _doserrno (*__doserrno()) |
| #define | errno (*_errno()) |
| #define | _sys_nerr (*__sys_nerr()) |
| #define | _CRT_ONEXIT_T_DEFINED |
| #define | environ _environ |
| #define | onexit_t _onexit_t |
Typedefs | |
| typedef struct _div_t | div_t |
| typedef struct _ldiv_t | ldiv_t |
| typedef struct _lldiv_t | lldiv_t |
| typedef int(__cdecl * | _onexit_t) (void) |
| typedef void(__cdecl * | _purecall_handler) (void) |
| typedef void(__cdecl * | _invalid_parameter_handler) (const wchar_t *, const wchar_t *, const wchar_t *, unsigned, uintptr_t) |
Variables | |
| unsigned int | _osver |
| unsigned int | _winver |
| unsigned int | _winmajor |
| unsigned int | _winminor |
| int | __argc |
| char ** | __argv |
| wchar_t ** | __wargv |
| char ** | _environ |
| wchar_t ** | _wenviron |
| unsigned int | _fmode |
| #define __mb_cur_max ___mb_cur_max_func() |
| #define _doserrno (*__doserrno()) |
| #define _MAX_DIR _MAX_FNAME |
| #define _MAX_EXT _MAX_FNAME |
| #define _sys_nerr (*__sys_nerr()) |
| #define MB_CUR_MAX ___mb_cur_max_func() |
Definition at line 289 of file initctype.cpp.
| _ACRTIMP __msvcrt_ulong *__cdecl __doserrno | ( | void | ) |
Definition at line 142 of file syserr.cpp.
| _ACRTIMP int __cdecl _atodbl | ( | _CRT_DOUBLE * | value, |
| char * | str | ||
| ) |
Definition at line 1162 of file string.c.
Referenced by test__atodbl().
Definition at line 1147 of file string.c.
Referenced by _atodbl().
| _ACRTIMP int __cdecl _atoflt | ( | _CRT_FLOAT * | value, |
| char * | str | ||
| ) |
Definition at line 1757 of file string.c.
Referenced by atol(), atoll(), CommandDumpSector(), IopStartRamdisk(), main(), and RamDiskInitialize().
Definition at line 1584 of file string.c.
Definition at line 49 of file byteswap.cpp.
Referenced by RtlUlonglongByteSwap().
| _ACRTIMP __msvcrt_ulong __cdecl _byteswap_ulong | ( | __msvcrt_ulong | ) |
Referenced by byteReverse(), PerformQualityConversion(), RtlUlongByteSwap(), and test_Functions().
Definition at line 42 of file intrin_arm.h.
Referenced by PerformQualityConversion(), and RtlUshortByteSwap().
Definition at line 1748 of file math.c.
Referenced by ecvt(), and test_xcvt().
| _ACRTIMP DECLSPEC_NORETURN void __cdecl _Exit | ( | int | status | ) |
| _ACRTIMP DECLSPEC_NORETURN void __cdecl _exit | ( | int | exitcode | ) |
Definition at line 187 of file exit.c.
Referenced by _amsg_exit(), _CrtHandleDbgReport(), _default_handler(), _Exit(), _wassert(), abort(), common_assert_to_message_box(), do_spawnT(), execute_command(), fork_helper(), msvcrt_spawn(), parse_object_parts(), raise(), START_TEST(), subprocess(), Test__aexit_rtn(), and thread_start().
Definition at line 1840 of file math.c.
Referenced by fcvt(), test_fcvt(), and test_xcvt().
Definition at line 1272 of file dir.c.
Referenced by _searchenv_s(), test_fullpath(), and test_utf8().
Definition at line 2008 of file math.c.
Referenced by gcvt(), and test_gcvt().
Definition at line 287 of file data.c.
Referenced by _pipe(), _wpopen(), configure_text_mode(), is_text_mode(), and split_oflags().
| _ACRTIMP _invalid_parameter_handler __cdecl _get_invalid_parameter_handler | ( | void | ) |
Definition at line 36 of file _invalid_parameter.c.
Referenced by test_invalid_parameter_handler().
| _ACRTIMP _purecall_handler __cdecl _get_purecall_handler | ( | void | ) |
| _ACRTIMP _invalid_parameter_handler __cdecl _get_thread_local_invalid_parameter_handler | ( | void | ) |
Definition at line 333 of file invalid_parameter.cpp.
Referenced by test_invalid_parameter_handler().
Definition at line 2516 of file string.c.
| void __cdecl _invalid_parameter | ( | const wchar_t * | expr, |
| const wchar_t * | func, | ||
| const wchar_t * | file, | ||
| unsigned int | line, | ||
| uintptr_t | arg | ||
| ) |
Definition at line 461 of file errno.c.
Definition at line 2111 of file string.c.
Definition at line 2103 of file string.c.
Referenced by _VCrtDbgReportA().
| _ACRTIMP __msvcrt_ulong __cdecl _lrotl | ( | __msvcrt_ulong | , |
| int | |||
| ) |
| _ACRTIMP __msvcrt_ulong __cdecl _lrotr | ( | __msvcrt_ulong | , |
| int | |||
| ) |
Definition at line 2071 of file string.c.
Referenced by _itoa_s(), and test_invalid_parameter_handler().
| _ACRTIMP void __cdecl _makepath | ( | char * | path, |
| const char * | drive, | ||
| const char * | directory, | ||
| const char * | filename, | ||
| const char * | extension | ||
| ) |
Definition at line 1310 of file dir.c.
| _ACRTIMP int __cdecl _makepath_s | ( | char * | path, |
| size_t | size, | ||
| const char * | drive, | ||
| const char * | directory, | ||
| const char * | filename, | ||
| const char * | extension | ||
| ) |
Definition at line 1404 of file dir.c.
Referenced by _makepath().
Definition at line 347 of file exit.c.
Referenced by _onexit(), atexit(), MSVCRT_atexit(), and onexit().
Definition at line 362 of file environ.c.
Referenced by putenv(), test__environ(), test__tzset(), test__wenviron(), test_case_insensitive(), test_environment_manipulation(), and test_utf8().
Definition at line 43 of file rot.c.
Referenced by _rotr(), KsecGenRandom(), ObpHash(), and PALETTE_ulGetNearestBitFieldsIndex().
Definition at line 1702 of file dir.c.
Referenced by TConfig::keyfile_init(), test_searchenv(), and test_utf8().
Specifies the behavior of the abort() function.
| flags | - Value of the new flags. |
| mask | - Mask that specifies which flags to update. |
Definition at line 20 of file _set_abort_behavior.c.
Referenced by _assert().
Definition at line 264 of file errno.c.
Referenced by _dosmaperr().
Definition at line 255 of file errno.c.
Referenced by _access(), _access_s(), _chdrive(), _dosmaperr(), _i64tow(), _mbstowcs_l(), _Success_(), _tgetcwd(), _tgetdcwd(), _tsearchenv_s(), _tsplitpath_x(), _ui64tow(), _waccess(), _wcserror_s(), _wcsupr_s(), _wsystem(), access_dirT(), do_spawnT(), localtime_s(), signal(), strtol(), strtoull(), system(), vfprintf_s(), vfwprintf_s(), wcsncat_s(), wcsrtombs_l(), and wcstok_s().
Definition at line 515 of file exit.c.
Referenced by common_assert(), and should_write_error_to_console().
| _ACRTIMP _invalid_parameter_handler __cdecl _set_invalid_parameter_handler | ( | _invalid_parameter_handler | handler | ) |
Definition at line 43 of file _invalid_parameter.c.
Referenced by START_TEST(), test_invalid_parameter_handler(), and test_thread_invalid_params().
| _ACRTIMP _purecall_handler __cdecl _set_purecall_handler | ( | _purecall_handler | function | ) |
Definition at line 9 of file purecall.c.
| _ACRTIMP _invalid_parameter_handler __cdecl _set_thread_local_invalid_parameter_handler | ( | _invalid_parameter_handler | new_handler | ) |
Definition at line 324 of file invalid_parameter.cpp.
Referenced by test_invalid_parameter_handler().
| _ACRTIMP void __cdecl _sleep | ( | __msvcrt_ulong | timeout | ) |
| _ACRTIMP void __cdecl _splitpath | ( | const char * | inpath, |
| char * | drv, | ||
| char * | dir, | ||
| char * | fname, | ||
| char * | ext | ||
| ) |
Definition at line 1112 of file dir.c.
Referenced by START_TEST(), and test_splitpath().
| _ACRTIMP errno_t __cdecl _splitpath_s | ( | const char * | inpath, |
| char * | drive, | ||
| size_t | sz_drive, | ||
| char * | dir, | ||
| size_t | sz_dir, | ||
| char * | fname, | ||
| size_t | sz_fname, | ||
| char * | ext, | ||
| size_t | sz_ext | ||
| ) |
Definition at line 1024 of file dir.c.
Definition at line 63 of file strtod.cpp.
Definition at line 1689 of file string.c.
Referenced by PROPVAR_ConvertNumber(), START_TEST(), and strtoll().
| _ACRTIMP __int64 __cdecl _strtoi64_l | ( | const char * | nptr, |
| char ** | endptr, | ||
| int | base, | ||
| _locale_t | locale | ||
| ) |
Definition at line 1617 of file string.c.
Referenced by _atoi64(), _atoi64_l(), _atoi_l(), _atol_l(), _strtoi64(), _strtol_l(), and _strtoul_l().
| _ACRTIMP __int64 __cdecl _strtoll_l | ( | const char * | string, |
| char ** | end_ptr, | ||
| int | base, | ||
| _locale_t | locale | ||
| ) |
Definition at line 149 of file strtox.cpp.
Definition at line 1935 of file string.c.
Referenced by strtoull().
| _ACRTIMP unsigned __int64 __cdecl _strtoui64_l | ( | const char * | nptr, |
| char ** | endptr, | ||
| int | base, | ||
| _locale_t | locale | ||
| ) |
Definition at line 1869 of file string.c.
Referenced by _strtoui64().
| _ACRTIMP unsigned __int64 __cdecl _strtoull_l | ( | const char * | string, |
| char ** | end_ptr, | ||
| int | base, | ||
| _locale_t | locale | ||
| ) |
Definition at line 210 of file strtox.cpp.
Definition at line 338 of file string.c.
Referenced by swab(), and test_swab().
| _ACRTIMP DECLSPEC_NORETURN void __cdecl abort | ( | ) |
Aborts the program.
Definition at line 252 of file exit.c.
Definition at line 97 of file atonexit.c.
Referenced by main(), openlog(), Test_atexit(), and xmlInitParser().
Definition at line 1715 of file string.c.
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(), atol(), 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_qualified_type(), 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(), locale_to_sname(), main(), metricfromreg(), MSVCRT__create_locale(), MSVCRT_locale_to_LCID(), 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_setlocale(), 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().
| _ACRTIMP __msvcrt_long __cdecl atol | ( | const char * | str | ) |
Definition at line 1782 of file string.c.
Referenced by _tzset(), arg_get_long(), 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().
| _ACRTIMP void *__cdecl bsearch | ( | const void * | , |
| const void * | , | ||
| size_t | , | ||
| size_t | , | ||
| int(__cdecl *)(const void *, const void *) | |||
| ) |
Definition at line 2081 of file math.c.
Referenced by D3DXBoxBoundProbe(), encode_base64(), encodeBase64(), encodeBase64A(), encodeBase64W(), galois_divpower(), test_docfrag(), test_elems2(), test_onclick(), and VarCyRound().
| _ACRTIMP DECLSPEC_NORETURN void __cdecl exit | ( | int | exitcode | ) |
Definition at line 364 of file exit.c.
Definition at line 227 of file environ.c.
Referenced by _getopt_initialize(), _Locale_aux_default(), _searchenv_s(), _tempnam(), _tgetenv(), _tzset(), compat_getenv(), 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(), make_temp_dir(), 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_case_insensitive(), test_environment_manipulation(), test_localtime(), test_mktime(), test_searchenv(), test_utf8(), TIFFFetchStripThing(), wave_out_open(), WinHttpGetDefaultProxyConfiguration(), xkeymap_open(), and xmlInitMemoryInternal().
| _ACRTIMP errno_t __cdecl getenv_s | ( | size_t * | ret_len, |
| char * | buffer, | ||
| size_t | len, | ||
| const char * | varname | ||
| ) |
Definition at line 291 of file stdlib.h.
Referenced by Telnet::Connect(), TMapLoader::Display(), TMapLoader::Load(), TANSIParser::ParseEscapeANSI(), TConfig::print_value(), Telnet::SetLocalAddress(), and test__itoa_s().
| _ACRTIMP __msvcrt_long __cdecl labs | ( | __msvcrt_long | n | ) |
Definition at line 680 of file math.c.
Referenced by BitmapFromClipboardDIB(), Brush(), DoTestEntry(), ToolsModel::DrawWithMouseTool(), Erase(), FindBestElement(), GetDirection(), GetFontPenalty(), IntFontFamilyCompareEx(), Window::OnMouseMove(), PerfDataRefresh(), regularize(), Replace(), roundTo8Directions(), START_TEST(), subtest_undo(), UnsafeGetBitmapBits(), and UnsafeSetBitmapBits().
| _ACRTIMP ldiv_t __cdecl ldiv | ( | __msvcrt_long | num, |
| __msvcrt_long | denom | ||
| ) |
Referenced by compute_location(), eval_expression(), and test_block_layout().
|
inlinestatic |
Definition at line 3087 of file mbcs.c.
Referenced by _wctomb_s_l(), streamout_wstring(), test_mbcp(), and wcstombs_len().
Definition at line 337 of file errno.c.
Referenced by _wctomb_s_l(), _wperror(), ADsGetLastError(), check_atari(), check_file_size(), command(), count_blocks(), CreateOutputFile(), dataconn(), disk_close(), disk_create(), disk_query_directory(), disk_query_information(), disk_query_volume_information(), disk_read(), disk_set_information(), disk_write(), flush_output_buffer(), fs_open(), ftruncate_growable(), Generate(), getit(), hookup(), init_leases_list(), initconn(), Jobs(), lcd(), LocalChdirCmd(), LocalMkdirCmd(), LocalRenameCmd(), LocalRmCmd(), LocalRmdirCmd(), main(), MakeDirectory(), MkSpoolDir(), netfinger(), NotifyInfo(), open_tcp_connect(), OpenTmpBookmarkFile(), parallel_create(), PerformRegAction(), printercache_mkdir(), printercache_save_blob(), process_data(), processRegLines(), proxtrans(), PutBookmark(), rd_open_file(), rd_pstcache_mkdir(), read_line(), read_pipe(), recvrequest(), REGPROC_open_export_file(), reset(), rpc_broadcast_exp(), WriterThread::Run(), RunBatch(), ruserpass(), save_licence(), SavePrefs(), sendrequest(), serial_create(), Server(), shell(), ShellCmd(), SpoolGetCmd(), SpoolPutCmd(), SpoolX(), subprocess(), test_file_truncate(), verify_output_file(), WaitForRemoteInput(), WaitForRemoteOutput(), wave_out_open(), wave_out_play(), wave_out_set_format(), wave_out_volume(), wctob(), write_packet(), and xstrdup().
Definition at line 294 of file stdlib.h.
Referenced by test_localtime(), test_mktime(), test_searchenv(), and WinMain().
| _ACRTIMP void __cdecl qsort | ( | void * | , |
| size_t | , | ||
| size_t | , | ||
| int(__cdecl *)(const void *, const void *) | |||
| ) |
| _ACRTIMP void __cdecl qsort_s | ( | void * | , |
| size_t | , | ||
| size_t | , | ||
| int(__cdecl *)(void *, const void *, const void *) | , | ||
| void * | |||
| ) |
Definition at line 59 of file misc.c.
Referenced by __random_number(), 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(), urlcache_entry_create(), and UuidCreateSequential().
Definition at line 50 of file misc.c.
Referenced by _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().
Definition at line 1072 of file string.c.
Referenced by _test_strtod_str(), atof(), closestFit(), EvaluateExpression(), strtold(), and test__strtod().
Definition at line 55 of file strtod.cpp.
Referenced by test_strtof().
Definition at line 1833 of file string.c.
Referenced by _tzset(), 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(), option_callback(), 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(), UrlUnescapeA(), and xkeymap_read().
Definition at line 1859 of file string.c.
Referenced by ArcGetNextTokenA(), BiosInitialize(), byte_till_end(), calinfo_procA(), calinfoex_procA(), ccf_options(), ccf_sortlist(), check_option(), CmdLineParse(), CmpGetBiosDate(), CommandDumpSector(), CommandPartInfo(), DriveMapGetBiosDriveNumber(), dump_sortkeys(), ExecuteKill(), fdom_split(), hhp_reader::get_language_code(), GetAddrInfoW(), GetDlgItemInt(), GetFunctionFromForwarder(), getICMPStats(), init_logger_addr(), KdbGetHexNumber(), KdbpCmdBackTrace(), KdbpCmdDisassembleX(), KdbpCmdEnableDisableClearBreakPoint(), KdbpCmdFilter(), KdbpCmdSet(), KdbpCmdStep(), KdbpGetHexNumber(), KdpGetDebugMode(), KdpUpdateTerminalSize(), main(), pa_ptr(), parse_uint(), TANSIParser::ParseEscapeANSI(), ParseFile(), PcVideoSetDisplayMode(), seamless_process_line(), settimeout(), strtoulptr(), test_child_heap(), test_strtol(), update_loglevel(), WinLdrSetupEms(), WspiapiLegacyGetAddrInfo(), and xkeymap_read().
|
inlinestatic |
Definition at line 296 of file stdlib.h.
|
inlinestatic |
Definition at line 11 of file environ.c.
Referenced by crt_process_init(), DliNotifyHook(), and Test__osver().
Definition at line 13 of file environ.c.
Referenced by crt_process_init(), and Test__winmajor().
Definition at line 12 of file environ.c.
Referenced by crt_process_init(), and Test__winminor().
Definition at line 14 of file environ.c.
Referenced by crt_process_init(), DliNotifyHook(), START_TEST(), test__wcstoi64(), Test__winver(), test_demangle(), and test_xcvt().