ReactOS 0.4.16-dev-927-g467dec4
strcmp.c File Reference
#include <string.h>
Include dependency graph for strcmp.c:

Go to the source code of this file.

Functions

int __cdecl strcmp (const char *src, const char *dst)
 

Function Documentation

◆ strcmp()

int __cdecl strcmp ( const char src,
const char dst 
)

Definition at line 39 of file strcmp.c.

43{
44 int ret = 0 ;
45
46 while((ret = *(unsigned char *)src - *(unsigned char *)dst) == 0 && *dst)
47 {
48 ++src, ++dst;
49 }
50
51 return ((-ret) < 0) - (ret < 0); // (if positive) - (if negative) generates branchless code
52}
GLenum src
Definition: glext.h:6340
GLenum GLenum dst
Definition: glext.h:6340
int ret

Referenced by __rpc_getconf(), __rpc_getconfip(), __rpc_nconf2sockinfo(), __rpc_sockinfo2netid(), __rpcb_findaddr_timed(), __rpcbind_is_up(), __RTDynamicCast(), _BSTR_CY(), _BSTR_DATE(), _BSTR_DEC(), _clipboard_range_contains(), _des_crypt_call(), _dwarfnametounit(), _entry_cmp(), _getgroups(), _getopt_internal_r(), _ILHACKCompareSimpleIds(), _Locale_strcmp(), _lzx_get_bytes(), _main(), _mbscmp(), _mbscmp_l(), _server_read_data(), _server_read_request(), _Stl_loc_combine_names(), _strcoll_l(), _test_name_blob(), _test_reg_key(), _test_request_url(), _test_status_code(), _TIFFVGetField(), _TIFFVSetField(), AbsoluteToRelative(), acpi_button_add(), AcpiEvaluateObject(), AcpiExInterpreterTraceEnabled(), AcpiGetHandle(), AcpiNsGetDeviceCallback(), AcpiNsRootInitialize(), AcpiUtGetInterface(), AcpiUtIsPciRootBridge(), AcpiUtRemoveInterface(), add_declaration(), add_importlib(), add_interface_typeinfo(), add_loadconfig(), add_option(), add_typedef_typeinfo(), adns_inet_aton(), alloc_importinfo(), assign_file_addresses(), basic_tests(), BinsertTest::binsert1(), BinsertTest::binsert2(), BreadthFirstCmp(), RopeTest::bug_report(), Bus_PDO_QueryDeviceId(), Bus_PlugInDevice(), BusLogic_ReadHostAdapterConfiguration(), BusLogic_TargetDeviceInquiry(), StringTest::c_str(), cache_containers_enum(), ccf_options(), CDecodeMsg_DecodeContent(), CDecodeMsg_FinalizeSignedContent(), CDecodeSignedMsg_GetParam(), CertAddEnhancedKeyUsageIdentifier(), CertCreateCTLContext(), CertFindAttribute(), CertFindExtension(), CertFindRDNAttr(), CertGetPublicKeyLength(), CertGetValidUsages(), CertRemoveEnhancedKeyUsageIdentifier(), cfgets(), BoundTest::char_str_less(), ChdirCmd(), Chdirs(), check(), check_cache(), check_cache_entry_infoA(), check_class(), check_class_(), check_dirid(), check_expected_method_fmt(), check_generated_effects_(), check_key(), check_lnk_(), check_materials_(), check_mount(), check_prev_session(), check_prop(), check_record(), check_record_(), check_reg_entries(), check_reg_str(), check_storage_contents(), check_version(), check_vertical_font(), CheckCdrwFilter(), checkToken(), chmc_init(), chmc_section_create(), chmc_section_destroy(), chmc_uncompressed_done(), ciffile_FindComponent(), ciffile_FindGroup(), cleanable(), client(), clnt_tli_create(), cmdMatch(), cmp_name(), cmpr(), CNG_ImportECCPubKey(), CNG_ImportPubKey(), CNG_PrepareSignature(), codeview_add_type_struct(), command(), CommandCls(), CommandDumpSector(), CommandExactSearchCmp(), CommandExit(), CommandHelp(), CommandPartInfo(), CommandSortCmp(), comp_FindSubFile(), compare_addrinfo(), compare_api_order(), compare_dirs(), compare_expr(), compare_function_rb(), compare_hash_broken_todo(), compare_hlsl_types(), compare_hlsl_types_rb(), compare_items(), compare_menu_data(), compare_metadata(), compare_param_hlsl_types(), compare_paths(), compare_query_(), compare_sig(), compare_string3(), IncludesTest::compare_strings(), compare_subject_with_email_constraints(), compare_type(), compareAuthorityInfoAccess(), compareCTLInfo(), comparePublicKeyInfo(), compareRDNAttrs(), compareSMimeCapabilities(), CompareStorageDuids(), ComputeLNames(), ComputeRNames(), construct_lc_all(), context_handle_registered(), create_advanced_filter(), create_nsuri(), create_sic(), CRT_Tests(), CRYPT_CheckPolicies(), CRYPT_CheckUsages(), CRYPT_CriticalExtensionsSupported(), CRYPT_FormatAuthorityInfoAccess(), CRYPT_GetBuiltinDecoder(), CRYPT_GetBuiltinEncoder(), CRYPT_GetBuiltinFormatFunction(), CRYPT_GetUrlFromCertificateIssuer(), CryptCATEnumerateMember(), CSignedEncodeMsg_GetParam(), d3dcompiler_shader_reflection_constant_buffer_GetVariableByName(), d3dcompiler_shader_reflection_GetConstantBufferByName(), d3dcompiler_shader_reflection_GetResourceBindingDescByName(), d3dcompiler_shader_reflection_GetVariableByName(), d3dcompiler_shader_reflection_type_GetMemberTypeByName(), d3dx_effect_GetPassByName(), D3DXCreateKeyframedAnimationSetTest(), D3DXFrameFind(), d3dxinclude_open(), D3DXLoadMeshTest(), StringTest::data(), DbgHelpAddStringToTable(), debug_init(), decodeBase64WithLenFmt(), delete_hash_entry(), DetermineCpuVendor(), device_disabled_registry(), DisplayArpEntries(), DisplayFilter(), DliFailHook(), DliHook(), Dns_Ip4StringToAddress_A(), doChild(), doChildren(), DoLAYOUT(), DoOpen(), draw_text_2(), DriverEnumProc(), drop_window_proc(), dump_extension(), dwarflookupnameinunit(), dwarflookupsubname(), elf_find_section(), elf_find_section_type(), elf_hash_symtab(), elf_lookup_symtab(), CHttpParser::EntityHeader(), enum_all_fonts_proc(), enum_components_Next(), enum_gac_assemblies(), enum_gac_assembly_dirs(), enum_ms_shell_dlg2_proc(), enum_ms_shell_dlg_proc(), enumerate_gl_extensions(), EnumJoysticks(), ept_map(), ET2_check_change(), ExceptionFilter(), expect_band_content_(), expect_event(), expect_files(), expect_LayerValue_imp(), expect_Sdb_imp(), ext3_is_dir_empty(), failuredllhook(), fdi_mem_notify(), fdi_mem_open(), file_has_content(), file_write_http_header(), FileToURL(), find_arg(), find_ept_entry(), find_font_proc(), find_identifier(), find_importinfo(), find_matching_domain_component(), find_matching_rdn_attr(), find_name(), find_nls(), find_or_create_directory(), find_policy_qualifier(), find_ps_factory(), find_registry_key(), find_rossym_section(), FindAdapterKey(), FindOrAddString(), findSupportedOID(), CWebService::Finish(), fix_filename_for_c(), FormatVerisignExtension(), fs_open(), FTPChdir(), FTPChdir3(), FTPChdirAndGetCWD(), FTPChmod(), FTPCloseHost(), FTPCmd(), FTPCmdNoResponse(), FTPDecodeURL(), FTPDelete(), FTPEndDataCmd(), FTPFileExistsNlst(), FTPFileExistsStat(), FTPFileModificationTime(), FTPFileSize(), FTPFileSizeAndModificationTime(), FTPFileType(), FTPGetCWD(), FTPGetFiles3(), FTPGetOneFile3(), FTPInitConnectionInfo(), FTPInitializeAnonPassword(), FTPInitializeOurHostName(), FTPIsDir(), FTPIsRegularFile(), FTPList(), FTPListToMemory2(), FTPLocalGlob(), FTPLocalRecursiveFileList2(), FTPLoginHost(), FTPMkdir2(), FTPOpenHost(), FTPOpenHostNoLogin(), FTPPutFiles3(), FTPPutOneFile3(), FTPQueryFeatures(), FTPRemoteGlob(), FTPRemoteHelp(), FTPRename(), FTPRmdir(), FTPSetTransferType(), FTPShutdownHost(), FTPStartDataCmd(), FTPSymlink(), FTPUmask(), FTPUtime(), generate_one_joliet_directory(), generate_xa_rr_attributes(), CHttpParser::GenerelHeader(), generic_handle_registered(), get_annotation_by_name(), get_args(), get_assembly_directory(), get_callas_source(), get_constants_desc(), get_context_handle_offset(), get_epm_handle_client(), get_file_rev(), get_generic_handle_offset(), get_glyph_indices(), get_locale(), get_number_of_folders(), get_parameter_by_name(), get_stgdef(), get_target_info(), get_technique_by_name(), get_test_source_file(), get_variable(), getclnthandle(), GetDeviceName(), getdlgitem_test_dialog_proc(), GetImportFunctionNamesByModule(), getkeyserv_handle(), getnetconfigent(), getnetid(), getopt(), GetOurHostName(), getpublicandprivatekey(), GetSectionHdrByName(), GetSystemName(), gettext_msg_thread(), getVKNum(), getwhoisserver(), gl_fixup(), gl_local_filename_completion_proc(), gluCheckExtension(), group_cmp(), handle_escape_cmd(), handle_gdb_query(), handle_gdb_set_thread(), handle_seh_pragma(), handle_switch(), handle_switch_str(), HasSeenOneTimeMessage(), HelpCmd(), hide_reloc_dir(), HLPFILE_AddHotSpotLinks(), HLPFILE_BrowseParagraph(), HLPFILE_ReadHlpFile(), HashTest::hmap1(), HttpHeaders_test(), i8042ParseSMBiosTables(), IAssemblyCacheImpl_InstallAssembly(), IDirectXFileDataImpl_GetData(), import_certs_from_dir(), init_leases_list(), init_output_registers(), InitDeviceList(), InitTermcap(), InsertTest::insert1(), InsertTest::insert2(), insert_boot_cat(), insert_file_entry(), InternetCanonicalizeUrl_test(), InternetCrackUrl_test(), InternetCreateUrlA_test(), InternetReadFile_chunked_test(), InternetReadFile_test(), IntGdiLoadFontsFromMemory(), IntVideoPortGetProcAddress(), CDefViewBckgrndMenu::InvokeCommand(), CNetConUiObject::InvokeCommand(), BtrfsContextMenu::InvokeCommand(), CZipFolder::InvokeCommand(), IopCreateArcNamesCd(), is_epm_destination_local(), is_font_installed_fullname_proc(), is_in_strarray(), is_inherited_method(), is_interpreted_func(), is_local_machineA(), is_override_method(), is_postscript_printer(), is_same_parameter(), is_ssi_file(), is_supported_doc_mime(), isKeyWord(), iso9660_check(), iso9660_file_length(), IsReconnectHackNeeded(), IStreamIteratorTest::istmit1(), IterTest::iter1(), IterTest::iter3(), ITypeLib2_Constructor_SLTG(), joliet_compare_dirs(), joliet_sort_n_finish(), KdbpCmdBackTrace(), KdbpCmdBreakPoint(), KdbpCmdDisassembleX(), KdbpCmdSet(), KdbpCommandHistoryAppend(), KdbpDoCommand(), KiGetCpuVendor(), kw_cmp_func(), ldap_parse_sort_controlW(), ldap_parse_vlv_controlW(), LdrpNameToOrdinal(), LdrpSnapThunk(), LlbLoadOsLoader(), CJournaledTestList::LoadJournalFile(), local_rpcb(), locale::locale(), login(), Lookup(), LookupAddressForName(), ls(), LsCacheLookup(), lspci_process_line(), macho_find_segment_section(), macho_finish_stabs(), macho_load_section_info(), MACRO_Lookup(), MACRO_RegisterRoutine(), main(), make_sun_label(), match(), match_dns_to_subject_dn(), matherr_callback(), MaxTest::max2(), MaxTest::maxelem2(), MayUseFirewall(), merge_old_directory_into_tree(), merge_previous_session(), merge_remaining_entries(), MinTest::min2(), MinTest::minelem2(), MiSnapThunk(), mixer_test_deviceA(), mls(), MMDRV_Install(), monitor_enum_proc(), msgbox_hook_proc(), name_compare(), name_to_codepage(), NameCmp(), NameToOrdinal(), netname2host(), netname2user(), new_key_container(), nFTPChdirAndGetCWD(), no_stop_main(), NotifyInfo(), nsDirectoryServiceProvider2_GetFile(), nsDirectoryServiceProvider2_GetFiles(), NSP_GetServiceByNameHeapAllocW(), object_load_callback_frame(), oc_long(), odbc_absent(), odbc_present(), of_cancel_id(), of_type(), ok_sequence_(), Open(), page_dlg_proc(), param_rb_compare(), parent_wnd_proc(), XMLStorage::XMLReaderBase::parse(), parse_arguments(), parse_ncp(), parse_object_parts(), parse_options(), parse_parameters(), parse_template_members_list(), parseargs(), PartialTest::parsrt2(), PartialTest::parsrtc2(), path_name(), PathFindSuffixArrayA(), pdb_get_stream_by_name(), pdb_parse_cmd_string(), pe_locate_with_coff_symbol_table(), PeLdrpBindImportName(), PerformLookup(), pev_get_val(), pev_set_value(), png_metadata_reader(), pointer_tests(), pplookup(), prepare_test(), principal_cmp(), print_something(), PrintAdapterDescription(), PRINTDLG_CreateDevNames(), PRINTF_ATTR(), process2(), process_directory(), process_sub(), ProcessCommandLine(), ProcessLpcRequest(), ProtocolSink_ReportData(), proxtrans(), PwdCmd(), QueryConfig2A(), r_verify_inifile(), rangematch(), RCmd(), read_importlib(), read_rcfile(), recvrequest(), Release(), remove_sic(), CHttpParser::RequestHeader(), CHttpParser::RequestLine(), ReverseNameCmp(), rpc_call(), rpc_reg(), rpcrt4_get_conn_protseq_ops(), RPCRT4_get_or_create_serverprotseq(), rpcrt4_get_protseq_ops(), RPCRT4_GetAssociation(), RPCRT4_protseq_is_endpoint_registered(), RpcServerAssoc_GetAssociation(), rstr(), run_test(), RunBookmarkEditor(), ruserpass(), s_authinfo_test(), SaveUnsavedBookmark(), scan_directory_tree(), scan_sparc_boot(), seamless_process_line(), search_tree_file(), SeiCompareFunctionName(), SeiHookImports(), SendCommand(), sendrequest(), SError(), service_main(), service_mainA(), set_fs_defaults(), set_LogFile(), set_policy_text(), set_target(), settype(), setup_dinput_options(), setup_dsound_options(), setup_tables(), SetupLdrScanBootDrivers(), SetXtermTitle(), sha_check(), shader_arb_generate_pshader(), shader_arb_get_register_name(), shader_arb_request_a0(), shader_glsl_setup_vs3_output(), shader_match_semantic(), shader_usage_from_semantic_name(), sheet_callback(), shell(), TestCase::shouldRunThis(), show_store_certs(), ShowInfo(), sic_open(), simple_callbackA(), simple_mixed_client(), SlistTest::slist1(), SOFTPUB_VerifyImageHash(), sort_n_finish(), source_rb_compare(), SpoolGetCmd(), SpoolPutCmd(), SpoolX(), spy_init(), stabs_find_include(), stabs_pts_read_type_def(), START_TEST(), statusclb_OnDataAvailable(), SortTest::stblsrt1(), BsearchTest::str_compare(), MaxTest::str_compare(), MinTest::str_compare(), PartialTest::str_compare(), str_equal(), SearchTest::str_equal(), strCmp(), strcoll(), strendswith(), SortTest::string_less(), CWebService::Submit(), sunboot_write(), svc_create(), svc_find(), svc_tli_create(), sw_GetProcAddress(), SwapTest::swprnge1(), symt_add_udt_element(), symt_find_type_by_name(), tagNameCompare(), terminate_string(), test(), test___getmainargs(), test___non_rtti_object(), test___std_type_info(), test___unDName(), test__get_output_format(), test__Gettnames(), test__itoa_s(), test__lcreat(), test__popen(), test__popen_read_child(), test__snprintf(), test__strlwr_s(), test__strnset_s(), test__strupr(), Test__sys_errlist(), test__tcscoll(), test__tcsncoll(), test__tcsnicoll(), test__ultoa_s(), test__wfopen_s(), test_actctx_classes(), test_AppendMenu(), test_argify(), test_asciimode(), Test_asctime(), test_asctime(), test_async_read(), test_asyncWAVE(), test_asyncWaveTypeMpegvideo(), test_AutoOpenWAVE(), test_aw_conversion_dlgproc2(), test_aw_conversion_dlgprocA(), test_aw_conversion_dlgprocW(), test_aw_conversion_wndproc(), test_bad_cast(), test_bad_typeid(), test_basetypes(), test_basic_auth_credentials_different(), test_basic_auth_credentials_end_session(), test_basic_auth_credentials_reuse(), test_BcryptHash(), test_bitmap_font_metrics(), test_bogus_accept_types_array(), test_button_class(), test_callback(), test_canceleditlabel(), test_case_insensitive(), test_cert_struct(), test_cert_struct_string(), test_CertGetNameStringA(), test_CertRDNValueToStrA(), test_charset(), test_CharToOem_OemToChar(), test_ChooseFontA(), test_class_name_(), test_classesroot(), test_classesroot_enum(), test_ClassIDs(), test_click_make_new_folder_button(), test_combo_editselection(), test_combo_editselection_focus(), test_comboex(), test_communication(), test_Console(), test_constant_table(), test_convert(), test_cookie_attrs(), test_cookie_url(), test_copy(), test_copy_key_class(), test_copyto(), test_costs(), test_crack_url(), test_create(), test_create_env(), test_create_skin_info(), test_CreateBody(), test_createconfigstream(), test_CreateMessage(), test_CreateMetadataWriterFromReader(), test_CreateWellKnownSid(), test_cryptunprotectdata(), test_CurrentDirectoryA(), test_data_handles(), test_db(), test_dde(), test_dde_default_app(), test_debug_heap(), test_decodeAltName(), test_decodeCertPolicies(), test_decodeCertPolicyMappings(), test_decodeCertToBeSigned(), test_decodeCMSSignerInfo(), test_decodeEnhancedKeyUsage(), test_decodeExtensions(), test_decodePKCSAttribute(), test_decodePKCSAttributes(), test_decodePKCSContentInfo(), test_decodePKCSSignerInfo(), test_decodePolicyQualifierUserNotice(), test_default_service_port(), test_defwinproc(), test_demangle(), test_demangle_datatype(), test_desktop_winproc(), test_device_info(), test_device_interface_key(), test_devnode(), Test_Dim(), test_domain_password(), test_DrawDib_sizeimage(), test_dtm_set_format(), test_edit_control_2(), test_edit_control_6(), test_editbox(), test_editselection(), test_editselection_focus(), test_effect_find_next_valid_technique(), test_effect_parameter_value(), test_effect_setvalue_object(), test_EM_EXLIMITTEXT(), test_EM_EXSETSEL(), test_EM_GETLINE(), test_EM_GETSELTEXT(), test_EM_GETTEXTLENGTHEX(), test_EM_GETTEXTRANGE(), test_EM_REPLACESEL(), test_EM_SETSEL(), test_EM_SETTEXTEX(), test_EM_STREAMIN(), test_EM_StreamIn_Undo(), test_EM_STREAMOUT(), test_enter(), test_enum_container(), test_enum_provider_types(), test_enum_providers(), test_enum_value(), test_enumdisplaydevices(), test_enumdisplaydevices_adapter(), test_enumdisplaydevices_monitor(), test_EnumFontFamilies(), test_EnumFonts(), test_EnumFonts_subst(), test_EnumProcessModules(), test_environment_manipulation(), test_espassword(), test_exception(), test_ExpandEnvironmentStringsA(), test_extension_helper(), test_extra_block(), test_ExtractAssociatedIcon(), test_FakeDLL(), test_fcvt(), test_file_put_get(), test_fillroot(), test_filter_graph(), test_find_executable(), test_find_url_cache_entriesA(), test_FindFirstFileA(), test_FindFirstFileExA(), test_FindMimeFromData(), test_findOIDInfo(), test_FoldStringA(), test_font_caps(), test_fontsize(), test_fopen_s(), test_format_record(), test_formatrecord(), test_formatrecord2(), test_formatrecord_package(), test_fprintf(), test_freed_hglobal(), test_fscanf(), test_fullpath(), test_fwprintf(), test_gcvt(), test_generic(), test_get_current_dir(), test_get_default_provider(), test_get_device_instance_id(), test_get_file_info(), test_get_profiles_dir(), test_get_set(), test_get_set_item(), test_get_set_text(), test_get_shader_constant_table_ex(), test_get_shader_constant_variables(), test_get_shader_samplers(), test_get_value(), test_GetDateFormatA(), test_GetDlgItemText(), test_GetFullPathNameA(), test_getgenerics(), test_GetGeoInfo(), test_gethostbyname(), test_getitemtext(), test_GetLocaleInfoA(), test_GetMappedFileName(), test_GetModuleBaseName(), test_getname(), test_GetNetworkParams(), test_GetProcessImageFileName(), test_gettext(), test_GetTimeFormatA(), test_getuserobjectinformation(), test_GetVolumePathNameA(), test_GetVolumePathNamesForVolumeNameA(), test_GetWindowModuleFileName(), test_handles_process(), test_handles_thread2(), test_hdm_index_messages(), test_http_cache(), test_http_info(), test_http_status(), test_I10_OUTPUT(), test_ICInfo(), test_ID3DXFont(), test_ifd_content(), test_image_load(), test_ImmDefaultHwnd(), test_import_resolution(), test_inputdesktop(), test_InsertObject(), test_install_remove_odbc(), test_instances(), test_InternetCanonicalizeUrlA(), test_InternetQueryOptionA(), test_invalid_response_headers(), test_invariant(), test_IStream_Clone(), test_itemedit(), test_ITEMIDLIST_format(), test_ITextDocument_Open(), test_key_names(), test_keyboard_layout_name(), test_listbox_dlgdir(), test_listbox_LB_DIR(), test_locale_info(), test_long_url(), test_LookupAccountName(), test_LsaLookupNames2(), test_makepath(), test_makepath_s(), test_mciParser(), test_md5(), test_menu_add_string(), test_menu_resource_layout(), test_menu_search_bycommand(), test_MeshBuilder(), test_message_allocate_buffer(), test_message_from_64bit_number(), test_message_from_string(), test_message_ignore_inserts(), test_message_invalid_flags(), test_message_wrap(), test_MessageSetProp(), test_metadata_GIF_comment(), test_metadata_tEXt(), test_midi_mci(), test_midi_outfns(), test_mixed_package(), test_mru(), test_MRUListA(), test_msidecomposedesc(), test_MsiEnumComponents(), test_MsiEnumComponentsEx(), test_MsiEnumProducts(), test_MsiEnumProductsEx(), test_MsiGetFeatureInfo(), test_msiinsert(), test_msirecord(), test_namespaces_as_attributes(), test_NameToStrConversionA(), test_null_enum(), test_null_provider(), test_object_name_(), Test_ofuncs(), test_openCloseWAVE(), test_OpenFileById(), test_original_file_name(), Test_Overread(), test_patch_registration(), test_PathMakePretty(), test_PathNameA(), test_PathRemoveBlanks(), test_PathStripPathA(), test_PathUndecorate(), test_PathUnExpandEnvStrings(), test_PathUnquoteSpaces(), test_PdhMakeCounterPathA(), test_pipes(), test_play(), test_playWAVE(), test_playWaveTypeMpegvideo(), test_ports_client(), test_ports_server(), test_Predefined(), test_primary_keys(), test_printf_c99(), test_printf_fp(), test_printf_legacy_msvcrt(), test_printf_legacy_three_digit_exp(), test_printf_legacy_wide(), test_printf_natural_string(), test_printf_width_specification(), test_process_security(), test_profile_sections(), test_profile_string(), test_props(), test_proxy_direct(), test_proxy_indirect(), test_publish(), test_qsort(), test_queryconfig2(), test_readboundary(), test_readvirtualmemory(), Test_RealGetWindowClass(), test_recordWAVE(), test_reflection_bound_resources(), test_reflection_constant_buffer(), test_reflection_desc_ps(), test_reflection_desc_ps_output(), test_reflection_desc_vs(), test_reg_copy_tree(), test_register_typelib(), test_registerOIDInfo(), test_registerset(), test_registry_property_a(), test_relative_path(), test_render_filter_priority(), test_response_without_headers(), test_RpcServerInqDefaultPrincName(), test_RpcStringBindingFromBinding(), test_RpcStringBindingParseA(), test_RtlInitString(), test_RtlIpv4AddressToStringEx(), test_RtlIpv6AddressToString(), test_RtlIpv6AddressToStringEx(), test_rtti(), test_rw_order(), test_SafeArrayChangeTypeEx(), test_save(), test_ScCopyRelocProps(), test_search_path(), test_searchenv(), test_SearchPathA(), test_secure_connection(), test_select(), test_sequence(), test_set_getsockopt(), test_set_provider_ex(), test_set_text(), test_setlocale(), test_SetupCopyOEMInf(), test_SetupDiClassNameFromGuidA(), test_SetupPromptForDiskA(), test_sha1(), test_sha256(), test_sha384(), test_sha512(), test_SHGetRegPath(), test_SHGetValue(), Test_ShortTests(), test_SHQueryValueEx(), test_SHRegGetValue(), test_sid(), test_simple_patch(), test_sip(), test_sip_create_indirect_data(), test_SnmpUtilOidToA(), test_sorting(), test_SPI_SETICONMETRICS(), test_splitpath(), test_sprintf(), test_SQLGetInstalledDrivers(), test_SQLGetPrivateProfileString(), test_SQLInstallDriverEx(), test_SQLInstallTranslatorEx(), test_sscanf(), test_sscanf_s(), test_state_image(), test_states(), test_status_control(), test_stdout_handle(), test_stock_fonts(), test_strcmp(), test_strcpy_s(), test_StrDupA(), test_StrFormatByteSize64A(), test_StrFormatKBSizeA(), test_StrFormatKBSizeW(), test_StrFromTimeIntervalA(), test_strftime(), test_string_conversion(), test_string_termination(), test_strncpy(), test_strxfrm(), test_suminfo(), test_suminfo_import(), test_system_tables(), test_tab(), test_targetpath(), test_thread_setlocale_func(), test_towers(), test_try_transform(), test_TVM_SORTCHILDREN(), test_type_info(), test_undo(), test_undo_coalescing(), test_url_canonicalize(), test_url_combine(), test_url_part(), test_urlcacheA(), test_UrlEscapeA(), test_UrlUnescape(), test_user_agent(), test_user_agent_header(), test_utf8(), test_VarFormat(), test_VerQueryValueA(), test_vertical_order(), test_view_get_error(), test_viewmodify(), test_vsnprintf_s(), test_vsnwprintf(), test_window_classes(), test_WM_CHAR(), test_WM_CREATE(), test_WM_GETTEXT(), test_WM_PASTE(), test_wm_set_get_text(), test_WM_SETFONT(), test_WM_SETTEXT(), test_write_registry_values(), test_xcvt(), test_XDR_datatypes(), test_XPath(), test_XSLPattern(), testAcquireSecurityContext(), testAlgIDToOID(), testCodepage(), TestControlStyleDlgProc(), testD3DInclude_open(), testD3DXInclude_open(), TestDceErrorInqText(), testExportPublicKey(), testGetDllDirectory(), TestHostName(), testImportPublicKey(), testing_status_routine(), testInit(), testKeyUsage(), testQuery(), TestReturnValues(), TestSetCurrentDirectoryA(), TIFFGetClientInfo(), TIFFPrintDirectory(), TIFFSetClientInfo(), token(), toolbarcheck(), translate_line(), translateinfstring_test(), translateinfstringex_test(), twain_add_onedriver(), TWAIN_OpenDS(), type_info_before(), type_info_opequals_equals(), type_info_opnot_equals(), type_is_equal(), UDFLoadPartDesc(), UDFUpdatePartDesc(), UDFVerifyPartDesc(), universal(), unzStringFileNameCompare(), UrlCompareA(), use_raw_address(), user_type_offset(), user_type_registered(), username_cmp(), valid_protect_data(), verify_cert_revocation_from_aia_ext(), VfdCheckDriverFile(), VirtualChannelOpen(), wctrans(), wctype(), Win32_Tests(), wined3d_dll_init(), WINHELP_GetWindowInfo(), winproc_convA(), WINTRUST_GetTimeFromCounterSigner(), WINTRUST_GetTimeFromSigner(), wpp_add_define(), wpp_del_define(), wpp_lookup(), wpp_open(), write_conf_or_var_desc(), write_dlldata(), write_header_stmts(), write_import(), write_locals(), write_packet(), write_progid(), write_proxy(), WspiapiLookupNode(), wsprintfATest(), xkeymap_init(), xmlAddEncodingAlias(), xmlDelEncodingAlias(), xmlFindCharEncodingHandler(), xmlGetEncodingAlias(), xmlIsID(), xmlParseCharEncoding(), xmlStrcmp(), xmlStrEqual(), xmlSwitchInputEncodingInt(), and XStringToKeysym().