ReactOS 0.4.16-dev-736-g28b802b
|
#include <corecrt.h>
#include <corecrt_memory.h>
#include <corecrt_wstring.h>
#include <vcruntime_string.h>
Go to the source code of this file.
Macros | |
#define | _INC_STRING |
#define | _NLSCMPERROR _CRT_INT_MAX |
#define _NLSCMPERROR _CRT_INT_MAX |
__DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0 | ( | errno_t | , |
_strlwr_s | , | ||
_Prepost_z_ char | , | ||
_String | |||
) |
__DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0 | ( | errno_t | , |
_strupr_s | , | ||
_Prepost_z_ char | , | ||
_String | |||
) |
__DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1 | ( | errno_t | , |
_strerror_s | , | ||
char | , | ||
_Buffer | , | ||
_In_opt_z_ char const * | , | ||
_ErrorMessage | |||
) |
__DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1 | ( | errno_t | , |
_strlwr_s_l | , | ||
_Prepost_z_ char | , | ||
_String | , | ||
_In_opt_ | _locale_t, | ||
_Locale | |||
) |
__DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1 | ( | errno_t | , |
_strset_s | , | ||
_Prepost_z_ char | , | ||
_Destination | , | ||
_In_ int | , | ||
_Value | |||
) |
__DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1 | ( | errno_t | , |
_strupr_s_l | , | ||
_Prepost_z_ char | , | ||
_String | , | ||
_In_opt_ | _locale_t, | ||
_Locale | |||
) |
__DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1 | ( | errno_t | , |
strcat_s | , | ||
char | , | ||
_Destination | , | ||
_In_z_ char const * | , | ||
_Source | |||
) |
__DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1 | ( | errno_t | , |
strcpy_s | , | ||
_Post_z_ char | , | ||
_Destination | , | ||
_In_z_ char const * | , | ||
_Source | |||
) |
__DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1 | ( | errno_t | , |
strerror_s | , | ||
char | , | ||
_Buffer | , | ||
_In_ int | , | ||
_ErrorMessage | |||
) | const |
__DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2 | ( | errno_t | , |
_strnset_s | , | ||
_Prepost_z_ char | , | ||
_Destination | , | ||
_In_ int | , | ||
_Value | , | ||
_In_ | size_t, | ||
_Count | |||
) |
_In_opt_ _Locale __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2 | ( | errno_t | , |
strncat_s | , | ||
_Prepost_z_ char | , | ||
_Destination | , | ||
_In_reads_or_z_(_Count) char const * | , | ||
_Source | , | ||
_In_ | size_t, | ||
_Count | |||
) |
__DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_2 | ( | errno_t | , |
strncpy_s | , | ||
char | , | ||
_Destination | , | ||
_In_reads_or_z_(_Count) char const * | , | ||
_Source | , | ||
_In_ | size_t, | ||
_Count | |||
) |
_ACRTIMP size_t __cdecl __strncnt | ( | _In_reads_or_z_(_Count) char const * | _String, |
_In_ size_t | _Count | ||
) |
_Check_return_ _CRT_INSECURE_DEPRECATE | ( | strtok_s | ) |
_Inout_updates_z_ | ( | _Size | ) |
_Inout_updates_z_ | ( | _String_length_(_Destination)+_String_length_(_Source)+ | 1 | ) |
_ACRTIMP void *__cdecl _memccpy | ( | _Out_writes_bytes_opt_(_MaxCount) void * | _Dst, |
_In_ void const * | _Src, | ||
_In_ int | _Val, | ||
_In_ size_t | _MaxCount | ||
) |
_Out_writes_ | ( | _Count | ) |
_Out_writes_z_ | ( | _Size | ) |
_Out_writes_z_ | ( | _String_length_(_Source)+ | 1 | ) |
_In_ _Count _Check_return_ _Post_satisfies_ | ( | return | = = _MaxCount | ) | const |
_Check_return_ _ACRTIMP int __cdecl _strcmpi | ( | _In_z_ char const * | _String1, |
_In_z_ char const * | _String2 | ||
) |
_Check_return_ _ACRTIMP int __cdecl _strcoll_l | ( | _In_z_ char const * | _String1, |
_In_z_ char const * | _String2, | ||
_In_opt_ _locale_t | _Locale | ||
) |
Definition at line 472 of file stubs.c.
Referenced by _mbscoll_l().
_Check_return_ _ACRTIMP _CRTALLOCATOR char *__cdecl _strdup | ( | _In_opt_z_ char const * | _Source | ) |
_Check_return_wat_ _ACRTIMP errno_t __cdecl _strerror_s | ( | _Out_writes_z_(_SizeInBytes) char * | _Buffer, |
_In_ size_t | _SizeInBytes, | ||
_In_opt_z_ char const * | _ErrorMessage | ||
) |
_Check_return_ _ACRTIMP int __cdecl _stricmp_l | ( | _In_z_ char const * | _String1, |
_In_z_ char const * | _String2, | ||
_In_opt_ _locale_t | _Locale | ||
) |
Definition at line 485 of file stubs.c.
Referenced by _mbsicmp_l().
_Check_return_ _ACRTIMP int __cdecl _stricoll | ( | _In_z_ char const * | _String1, |
_In_z_ char const * | _String2 | ||
) |
_Check_return_ _ACRTIMP int __cdecl _stricoll_l | ( | _In_z_ char const * | _String1, |
_In_z_ char const * | _String2, | ||
_In_opt_ _locale_t | _Locale | ||
) |
Definition at line 498 of file stubs.c.
Referenced by _mbsicoll_l().
_Check_return_wat_ _ACRTIMP errno_t __cdecl _strlwr_s | ( | _Inout_updates_z_(_Size) char * | _String, |
_In_ size_t | _Size | ||
) |
_String _Check_return_wat_ _ACRTIMP errno_t __cdecl _strlwr_s_l | ( | _Inout_updates_z_(_Size) char * | _String, |
_In_ size_t | _Size, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_Check_return_ _ACRTIMP int __cdecl _strncoll | ( | _In_reads_or_z_(_MaxCount) char const * | _String1, |
_In_reads_or_z_(_MaxCount) char const * | _String2, | ||
_In_ size_t | _MaxCount | ||
) |
_Check_return_ _ACRTIMP int __cdecl _strncoll_l | ( | _In_reads_or_z_(_MaxCount) char const * | _String1, |
_In_reads_or_z_(_MaxCount) char const * | _String2, | ||
_In_ size_t | _MaxCount, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_Check_return_ _ACRTIMP int __cdecl _strnicmp | ( | _In_reads_or_z_(_MaxCount) char const * | _String1, |
_In_reads_or_z_(_MaxCount) char const * | _String2, | ||
_In_ size_t | _MaxCount | ||
) |
_Check_return_ _ACRTIMP int __cdecl _strnicmp_l | ( | _In_reads_or_z_(_MaxCount) char const * | _String1, |
_In_reads_or_z_(_MaxCount) char const * | _String2, | ||
_In_ size_t | _MaxCount, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_Check_return_ _ACRTIMP int __cdecl _strnicoll | ( | _In_reads_or_z_(_MaxCount) char const * | _String1, |
_In_reads_or_z_(_MaxCount) char const * | _String2, | ||
_In_ size_t | _MaxCount | ||
) |
_Check_return_ _ACRTIMP int __cdecl _strnicoll_l | ( | _In_reads_or_z_(_MaxCount) char const * | _String1, |
_In_reads_or_z_(_MaxCount) char const * | _String2, | ||
_In_ size_t | _MaxCount, | ||
_In_opt_ _locale_t | _Locale | ||
) |
_Check_return_wat_ _ACRTIMP errno_t __cdecl _strnset_s | ( | _Inout_updates_z_(_SizeInBytes) char * | _String, |
_In_ size_t | _SizeInBytes, | ||
_In_ int | _Value, | ||
_In_ size_t | _MaxCount | ||
) |
_Check_return_wat_ _ACRTIMP errno_t __cdecl _strset_s | ( | _Inout_updates_z_(_DestinationSize) char * | _Destination, |
_In_ size_t | _DestinationSize, | ||
_In_ int | _Value | ||
) |
_Check_return_wat_ _ACRTIMP errno_t __cdecl _strupr_s | ( | _Inout_updates_z_(_Size) char * | _String, |
_In_ size_t | _Size | ||
) |
_String _Check_return_wat_ _ACRTIMP errno_t __cdecl _strupr_s_l | ( | _Inout_updates_z_(_Size) char * | _String, |
_In_ size_t | _Size, | ||
_In_opt_ _locale_t | _Locale | ||
) |
Definition at line 16 of file inittime.cpp.
_In_ _Count _Check_return_ _When_ | ( | _MaxCount | , |
_String_length_(_String) | , | ||
_Post_satisfies_(return==_String_length_(_String)) | |||
) |
_In_z_ char const _Source _Check_return_ int __cdecl strcmp | ( | _In_z_ char const * | _Str1, |
_In_z_ char const * | _Str2 | ||
) |
_Check_return_ _ACRTIMP int __cdecl strcoll | ( | _In_z_ char const * | _String1, |
_In_z_ char const * | _String2 | ||
) |
_In_z_ char const _Source _Check_return_ _ACRTIMP size_t __cdecl strcspn | ( | _In_z_ char const * | _Str, |
_In_z_ char const * | _Control | ||
) |
_In_opt_ _Locale _In_ _Count _Check_return_ _ACRTIMP int __cdecl strncmp | ( | _In_reads_or_z_(_MaxCount) char const * | _Str1, |
_In_reads_or_z_(_MaxCount) char const * | _Str2, | ||
_In_ size_t | _MaxCount | ||
) |
_In_ _In_ _Count _Check_return_ _ACRTIMP char _CONST_RETURN *__cdecl strpbrk | ( | _In_z_ char const * | _Str, |
_In_z_ char const * | _Control | ||
) |
_In_ _Value _Check_return_ _ACRTIMP size_t __cdecl strspn | ( | _In_z_ char const * | _Str, |
_In_z_ char const * | _Control | ||
) |
_strlwr |
Definition at line 231 of file string.h.
Referenced by LoadWindowsCore(), and WSAttemptAutodialName().
_strlwr_s_l |
Definition at line 249 of file string.h.
Referenced by _strlwr(), _strlwr_l(), and _strlwr_s().
_strnset |
Definition at line 393 of file string.h.
Referenced by __DECLARE_CPP_OVERLOAD_INLINE_NFUNC_0_3_EX(), _mbsnbset_l(), and _mbsnset_l().
_strnset_s |
Definition at line 393 of file string.h.
Referenced by _strnset_s_l().
_strset |
Definition at line 424 of file string.h.
Referenced by _mbsset_l().
_strupr |
Definition at line 453 of file string.h.
Referenced by CmdLineParse(), DosBuildSysEnvBlock(), ExpInitializeExecutive(), GetSystemName(), InbvDriverInitialize(), IopStartRamdisk(), KdDebuggerInitialize0(), KdInitSystem(), Phase1InitializationDiscard(), PoInitSystem(), ReadClipboard(), StoreNameInSft(), test__strupr(), and xHalIoAssignDriveLetters().
_strupr_s_l |
Definition at line 471 of file string.h.
Referenced by _strupr(), _strupr_l(), and _strupr_s().
strcat |
Definition at line 92 of file string.h.
Referenced by _mbscat(), _tmain(), _VCrtDbgReportA(), AcpiExConvertToObjectTypeString(), AcpiExDoConcatenate(), AcpiExNameSegment(), AcpiNsBuildPrefixedPathname(), AcpiUtGetExpectedReturnTypes(), adns_init(), append_namespace(), AppendBootTimeOptions(), BuildArgvForOsLoader(), BusLogic_ReadHostAdapterConfiguration(), cabinet_next_cabinet(), cd(), check_directory(), check_exists(), check_format(), check_messages(), check_vertical_metrics(), check_window_exists(), chmc_section_create(), combine_url(), command(), ConstructArcPath(), control_flags(), CCFDATAStorage::Create(), create_directory(), create_environ(), create_file(), DbgHelpAddLineNumber(), debug_modifiers(), debugstr_INTERPRETER_OPT_FLAGS(), debugstr_PROC_PF(), decodeAndCompareBase64_A(), delete(), delete_directory(), delete_file(), delete_manifest_file(), deleteDriverFiles(), detect_proxy_autoconfig_url_dns(), TMapLoader::Display(), DisplayBootTimeOptions(), do_chmod(), do_test(), doChildren(), domacro(), doproxy(), dump_ps_flags(), DumpInSMEX(), dwarfpctoline(), dwFlags2str(), EnumGroups_cb(), EnumPlayers_cb(), error(), Ext2OpenFile(), CCabinet::ExtractFile(), FatalError(), fdi_decomp(), FDICopy(), file_write_http_header(), flatten_cmdline(), FormatSizeUnits(), FtpCommandW(), Generate(), get_app_key(), get_cache_path(), get_filename(), get_item_names_string(), get_locale(), get_name(), get_number_of_folders(), get_pf_file_size(), CCabinet::GetAttributesOnFile(), getDSBCAPS(), CCabinet::GetFileTimes(), GetHostnameFromCommand(), getit(), GetSubkeyNames(), getVKName(), gl_GetString(), gl_set_home_dir(), gz_error(), IDirectPlayLobby3AImpl_RunApplication(), inet_ntoa(), ini_absent(), ini_present(), TConfig::inifile_init(), init(), init_boot_catalog(), init_logger_addr(), init_test(), InitDeviceList(), InitDirComponents(), IntGetModuleInformation(), kbd_c(), kbd_def(), kbd_h(), kbd_rc(), TConfig::keyfile_init(), LauncherRoutine2(), line_flags(), load_font(), load_hook_dll(), LoadBootDeviceDriver(), log_file(), LogMessage(), lstrcatA(), macdef(), main(), Main_DirectDraw_GetDeviceIdentifier7(), makedir(), mciLoadCommandResource(), mdelete(), ME_StreamOutRTFCharProps(), ME_StreamOutRTFParaProps(), merge_path(), merge_remaining_entries(), mget(), mls(), modtime(), mput(), ncacn_pipe_name(), ncalrpc_pipe_name(), Telnet::NewProcess(), CDFParser::OnCabinetName(), CDFParser::OnDiskLabel(), optionInit(), optionParse(), pagesetup_dump_dlg_struct(), TANSIParser::ParseEscapeANSI(), path_name(), pathjoin(), CDFParser::PerformFileCopy(), PerformInternalLookup(), PerformLookup(), pf_exists(), POP3Transport_CallbackProcessUSERResp(), POP3Transport_CallbackSendUSERCmd(), POP3Transport_CommandPASS(), POP3Transport_CommandUSER(), ppc_present(), print_offset(), PRINTDLG_UpdatePrinterInfoTextsA(), PrintDlgA(), PrintDlgW(), printer_enum_devices(), printercache_mkdir(), process_data(), process_directory(), CHttpClient::ProcessRequest(), processRequest(), put(), quote(), read_rcfile(), REBAR_FmtMask(), REBAR_FmtStyle(), reg_unreg_wine_test_class(), removedir(), renamefile(), CHttpClient::Report(), run_child_process(), save_licence(), scan_directory_tree(), CHttpClient::SendFile(), set_domain(), set_name_servers(), Telnet::SetLocalAddress(), setnmap(), setpeer(), setup_adapter(), setup_dsound_options(), shader_arb_get_dst_param(), shader_glsl_append_fixup_arg(), shader_glsl_color_correction_ext(), shader_hw_map2gl(), shell(), shell_execute_(), shell_execute_ex_(), SHPinDllOfCLSID(), site(), sizecmd(), SMTPTransport_CallbackSendHello(), SnmpUtilIdsToA(), sources_entry_create(), SPY_GetMsgStuff(), stabs_pts_read_aggregate(), START_TEST(), str_dbg_pfd_flags(), strcat_param(), stringify_point_type(), system(), Telnet::telSetConsoleTitle(), test_actctx_classes(), test_async_file_errors(), test_click_make_new_folder_button(), test_comctl32_class(), test_CreateActCtx(), test_CreateFileA(), test_debug_children(), test_dirid(), test_domdoc(), test_EM_AUTOURLDETECT(), test_ExitCode(), test_ExtractIcon(), test_FileSecurity(), test_fileurls(), test_find_executable(), test_FindFirstFile_wildcards(), Test_FindFirstFileA(), test_FindFirstFileA(), test_fullpath(), test_get_inf_class(), test_get_input_report(), test_get_set(), test_GetFinalPathNameByHandleA(), test_GetIconLocation(), test_GetTempFileNameA(), test_GetTempPath(), test_GetVolumeInformationA(), test_header(), test_install_svc_from(), test_InstallAssembly(), test_installprops(), test_items(), test_key_names(), test_listbox_dlgdir(), test_lnks(), test_load(), test_load_save(), test_LoadImage_working_directory(), test_LoadImageFile(), test_long_url(), test_message_wrap(), test_MkParseDisplayName(), test_MsiEnumComponents(), test_MsiEnumComponentsEx(), test_MsiEnumProducts(), test_MsiEnumProductsEx(), test_MsiGetFeatureInfo(), test_MsiSetFeatureAttributes(), test_mxwriter_encoding(), test_NtAreMappedFilesTheSame(), test_NtQueryDirectoryFile(), test_NtQueryDirectoryFile_case(), test_NtQuerySection(), test_PathNameA(), test_PathUnExpandEnvStrings(), test_pipes(), test_PlaySound(), test_put_hash(), test_read_device(), test_request_groups(), test_searchenv(), test_SetSearchPathMode(), test_SetupCopyOEMInf(), test_SetupDiInstallClassExA(), test_SetupGetIntField(), test_SetupInstallServicesFromInfSectionExA(), test_SetupInstallServicesFromInfSectionExW(), test_SHFormatDateTimeA(), test_simple_patch(), test_SIPRetrieveSubjectGUID(), test_SQLInstallDriverEx(), test_SQLInstallTranslatorEx(), test_TransformWithLoadingLocalFile(), testFileExistenceA(), TestHostName(), testing_status_routine(), testNestedLoadLibraryA(), TRIO_ARGS2(), UDFGetOptUlongInherited(), unimpl(), unpack_iso(), user(), VfdInstallDriver(), warning(), wave_header_flags(), wave_open_flags(), wined3d_dll_init(), WINHELP_CreateIndexWindow(), WinHttpDetectAutoProxyConfigUrl(), wpp_default_lookup(), write_cabinet(), write_import(), write_manifest(), write_new_procformatstring_type(), CDFParser::WriteInfLine(), and xmlSnprintfElementContent().
strcpy |
Definition at line 131 of file string.h.
Referenced by ___savestr(), __SHCloneStrA(), __unDNameEx(), _ferr(), _get_next_token(), _ILCreateEntireNetwork(), ios_base::_M_throw_failure(), _makepath(), _mbscpy(), _strdup(), _svcauth_des(), _test_security_info(), _tmain(), _VCrtDbgReportA(), A2S(), AbbrevStr(), acm_driver_func(), acpi_power_add(), AcpiExConvertToObjectTypeString(), AcpiExDoConcatenate(), AcpiNsNormalizePathname(), AcpiRsCreatePciRoutingTable(), AcpiRsSetResourceSource(), AcpiUtDeleteCaches(), AcpiUtExecute_CID(), AcpiUtExecute_HID(), AcpiUtExecute_UID(), AcpiUtGetExpectedReturnTypes(), AcpiUtInstallInterface(), add_band_w(), add_entry(), add_file(), add_index(), add_line_to_buffer(), add_name(), add_option(), add_purpose(), add_typeinfo_block(), AddReactOSArcDiskInfo(), aexpand(), append_namespace(), ArmInitializeBootDevices(), BinaryToBase64A(), BlImgLoadBootApplication(), BuildArgvForOsLoader(), BusLogic_ReadHostAdapterConfiguration(), cache_entry_create(), CallNotificationDll(), CDecodeMsg_SaveAlgorithmID(), CertAddEnhancedKeyUsageIdentifier(), CertGetEnhancedKeyUsage(), cfgets(), check_directory(), check_exists(), check_lnk_(), check_option(), check_vertical_font(), check_vertical_metrics(), check_window_exists(), CheckCDType(), clnt_create_timed(), clone_sig(), CmdStartComSpec32(), CmdStartExternalCommand(), CmpInitializeMachineDependentConfiguration(), combine_url(), COMDLG32_FR_HandleWMCommand(), ConsolePager(), ConstructArcPath(), convert_str_to_blob(), ConvertCoffs(), ConvertDbgHelp(), ConvertPathCase(), CopyQuerySetIndirectA(), CopyString(), CCFDATAStorage::Create(), create_directory(), create_file(), create_library_block(), create_test_verb_dde(), create_text(), CreatePropertySheetPageA(), CRYPT_ConstructAlgorithmId(), CRYPT_ConstructAttribute(), CRYPT_CopyAlgorithmId(), CRYPT_CopyAttributes(), CryptInitOIDFunctionSet(), CryptInstallOIDFunctionAddress(), CSignedEncodeMsg_Open(), d3d3_EnumDevices(), d3dx9_effect_init(), d3dx_include_from_file_open(), D3DXCreateKeyframedAnimationSet(), D3DXDisassembleShader(), D3DXLoadMeshFromXInMemory(), D3DXLoadSkinMeshFromXof(), DataObjectImpl_CreateComplex(), DataObjectImpl_CreateText(), DbgHelpAddLineNumber(), debug_append(), debugstr_sid(), decodeAndCompareBase64_A(), delete_directory(), delete_file(), detect_proxy_autoconfig_url_dns(), DetectSerialPointerPeripheral(), disk_enum_devices(), TMapLoader::Display(), display_dhcp_packet(), DisplayArpEntries(), DllMain(), dns_strdup_u(), CDFParser::DoCabinetNameTemplate(), doChild(), doChildren(), CDFParser::DoDiskLabelTemplate(), dofloat(), CDFParser::DoInfFileName(), domacro(), CWebService::DoRequest(), DosBuildSysEnvBlock(), DosCopyEnvironmentBlock(), DosStart(), DP_CopyDPNAMEStruct(), DP_IF_GetGroupName(), DP_IF_GetPlayerName(), DPLAYX_CopyConnStructA(), draw_text_2(), dump_TypeDesc(), DumpInSMEX(), dup_basename(), dup_ncp(), dwarf2_get_cpp_name(), dwarf2_parse_line_numbers(), dwarfgetparams(), dwarfpctoline(), dwFlags2str(), encodeBase64A(), enter_dns_host(), EnumJoysticks(), ET2_check_change(), expect_event(), Ext2AddDotEntries(), Ext2OpenFile(), externalui_message_string_callback(), Extract(), extract_callback(), extract_msvc_dll(), extract_test_proc(), CCabinet::ExtractFile(), fdi_decomp(), FDICopy(), file_write_http_header(), fill_keyboard_dideviceinstanceA(), fill_mouse_dideviceinstanceA(), find_str(), FindDfltProvRegVals(), FindOrAddString(), fix_filename_for_c(), flatten_cmdline(), format_namespace(), FsVolumeInfo(), ftoes(), ftofs(), Generate(), generate_effects(), generate_xml_for_component(), get_cache_path(), get_default_domain(), get_filename(), get_long_path_name(), get_name(), get_pf_file_size(), get_str_for_type(), get_temp_filename(), CCabinet::GetAttributesOnFile(), GetContentsOfDialog(), GetContentsOfMenu(), getDirectory(), CDFParser::GetDiskName(), GetExpandedNameA(), GetExportFunctionNames(), getFilename(), CCabinet::GetFileTimes(), GetImportFunctionNamesByModule(), GetImportModuleNames(), getline(), GetListOfResourceTypes(), getnetid(), GetOSLoadingMethod(), GetPortName(), getpublicandprivatekey(), GetSectionNames(), getVKName(), gl_error(), gl_fixup(), gl_GetString(), gl_kill(), gl_set_home_dir(), gluCheckExtension(), gz_error(), gz_open(), handle_switch_str(), hist_save(), HLPFILE_ReadFont(), HLPFILE_ReadHlpFile(), HLPFILE_SystemCommands(), HttpHeaders_test(), I10_OUTPUT(), IDirectPlayLobby3AImpl_RunApplication(), IDirectXFileImpl_Create(), inet_ntoa(), inet_ntop4(), InfGetMultiSzField(), InfGetStringField(), InfpAddFieldToLine(), InfpAddKeyToLine(), InfpCacheAddSection(), IniAddSection(), IniAddSettingValueToSection(), TConfig::inifile_init(), IniModifySettingValue(), init(), TConfig::init_aliases(), init_boot_catalog(), init_debug_buffer(), init_logger_addr(), init_test(), CCabinet::InitCabinetHeader(), InitDirComponents(), InitFunctionPtrs(), InitializeTestImage(), InitLsMonths(), InitOperatingSystemList(), insert_file_entry(), install_from_unix_file(), InstallEngine_EnumDownloadIDs(), InstallService(), instream_Read(), InternetCheckConnectionW(), IntGetModuleInformation(), INVLPG_Fixup(), ipaddr2domain(), is_inherited_method(), is_name(), is_override_method(), is_string(), IsNetDrive(), jpeg_open_backing_store(), kbd_c(), kbd_def(), kbd_h(), kbd_rc(), TConfig::keyfile_init(), l_to_a(), LauncherRoutine2(), list_to_string(), LlbSetCommandLine(), LoadBootDeviceDriver(), TMapLoader::LoadCharMap(), TMapLoader::LoadKeyMap(), LoadLibraryA(), LoadRegistryMMEDrivers(), LoadResourceString(), local_rpcb(), log_file(), login(), LookupAddressForName(), LsaApInitializePackage(), LsDate(), MACRO_ChangeButtonBinding(), MACRO_CreateButton(), MACRO_JumpID(), MACRO_SetHelpOnFile(), main(), Main_DirectDraw_GetDeviceIdentifier7(), MainWndProc(), make_file_orphan(), MapAndLoad(), mciLoadCommandResource(), menu_ownerdraw_wnd_proc(), merge_path(), MLLoadLibraryA(), MMDRV_Init(), MMDRV_Install(), MMIO_Open(), monitor_enum_proc(), MSCMS_basenameA(), ncacn_pipe_name(), ncalrpc_pipe_name(), new_index_name(), Telnet::NewProcess(), NOP_Fixup(), notify_dispinfoT(), oappend(), OLECONVERT_CreateCompObjStream(), OLECONVERT_GetOle20PresData(), OnBrowse(), CDFParser::OnCabinetName(), OnControl(), CDFParser::OnDiskLabel(), OnMenuSelect(), OnTarget(), OP_0fae(), CCabinet::Open(), TKeyDef::operator=(), optionInit(), optionParse(), std::out_of_range_error::out_of_range_error(), parallel_enum_devices(), parent_wnd_notify(), parent_wnd_proc(), parse_file(), parse_object(), parse_object_members_list(), parse_parameters(), parse_rr(), parse_template(), parse_template_members_list(), parse_template_option_info(), parse_texture_filename(), CCABManager::ParseCmdline(), ParseCommandLine(), TMapLoader::ParseKeyDef(), path_name(), PathAddExtensionA(), PathProcessCommandA(), PathRenameExtensionA(), CDFParser::PerformFileCopy(), PerformInternalLookup(), PerformLookup(), pev_pop(), pipe_thread(), PNI_Fixup(), pool_strdup(), POP3Transport_CallbackProcessUSERResp(), POP3Transport_CallbackSendUSERCmd(), POP3Transport_CommandPASS(), POP3Transport_CommandUSER(), print_object(), print_offset(), print_operand_value(), print_something(), PRINTDLG_CreateDevNames(), printer_enum_devices(), PrintMenu(), PrintStackBacktrace(), process_dhcp_packet(), process_directory(), process_file(), ProcessLpcRequest(), CHttpClient::ProcessRequest(), processRequest(), pshader_hw_tex(), PspInitPhase0(), pswitch(), putop(), QueryDNS(), quote(), RasEnumDevicesA(), read_importlib(), read_oid_info(), read_reg_output_(), readline(), reg_unreg_wine_test_class(), regdump(), register_service(), RegisterBlueScreenMachineInformation(), remap_synonym(), remglob(), RemoteCompletionFunction(), remove_dir(), CHttpClient::Report(), RetrieveUrlCacheEntryStreamA(), RosSymAggregate(), RosSymCreateFromMem(), RosSymGetAddressInformation(), rpc_call(), RpcNetworkInqProtseqsA(), RPCRT4_BuildBindAckHeader(), RpcTransport_ParseTopOfTower(), run_reg_exe_(), run_regedit_exe_(), RunApplicationA_EnumLocalApplications(), runcmd(), ruserpass(), s_get_names(), Save(), save_av0(), save_cert_mgr_usages(), save_licence(), sc_FNNOTIFY_A(), ScmQueryServiceLockStatusA(), search_addchar(), search_back(), search_forw(), send_inode(), CHttpClient::SendFile(), serial_enum_devices(), set_curr_dir_path(), set_outfile(), set_progname(), set_string(), CCabinet::SetCabinetName(), CDFParser::SetDiskName(), SetDomainAndUsername(), TNetwork::SetLocalAddress(), Telnet::SetLocalAddress(), setnetpath(), settype(), setup_tables(), SetupIterateCabinetA(), shader_arb_generate_pshader(), shader_arb_get_dst_param(), shader_arb_get_register_name(), shader_arb_request_a0(), shader_glsl_get_register_name(), SheGetDirA(), SheGetDirW(), shell(), shell_execute_(), shell_execute_ex_(), ShowPartitionSizeInputBox(), SHPinDllOfCLSID(), simple_callbackA(), site(), SMTPTransport_CallbackSendHello(), sort_n_finish(), source_new(), sources_entry_create(), CHttpClient::SplitResource(), CHttpClient::SplitUri(), SPY_EnterMessage(), sspi_import_name(), stabbuf_append(), stabs_new_include(), stabs_parse(), stabs_pts_read_aggregate(), START_TEST(), Str_SetPtrA(), StrDup(), strdupA(), strdupU(), strerror(), StringExpands(), STRMBASE_DllGetClassObject(), sunlabel_write(), SymEnumLines(), system(), TConfig::TConfig(), tcp_get_address(), telCommandLine(), test__atodbl(), test__snprintf(), test__strlwr_s(), test__strupr(), test__tcsncoll(), test__tcsnicoll(), test_amh_corruption(), test_appsearch_complocator(), test_appsearch_drlocator(), test_appsearch_inilocator(), test_appsearch_reglocator(), test_ash1_corruption(), test_ash1_corruption2(), test_AutoOpenWAVE(), test_bitmap_font_glyph_index(), test_bitmap_font_metrics(), test_BodyDeleteProp(), test_bsc_marshaling(), test_BuildCommDCB(), test_button_messages(), test_ChooseFontA(), test_class_name_(), test_ClassIDs(), test_click_make_new_folder_button(), test_CommandLine(), test_costs(), test_CreateActCtx(), test_CreateDirectoryA(), test_CreateFileA(), test_CurrentDirectoryA(), test_dde(), test_debug_children(), test_default_data(), test_east_asian_font_selection(), test_EM_AUTOURLDETECT(), test_EM_GETLINE(), test_EM_SETCHARFORMAT(), test_enum_value(), test_EnumFontFamilies(), test_EnumFontFamiliesEx_default_charset(), test_EnumFonts(), test_EnumFonts_subst(), test_EnumProcessModules(), test_Environment(), test_ExpandEnvironmentStringsA(), test_extension_helper(), test_ExtractAssociatedIcon(), test_fake_bold_font(), test_filenames(), test_FileSecurity(), test_fileurls(), test_find_executable(), test_FindFirstFile_wildcards(), Test_FindFirstFileA(), test_FindFirstFileA(), test_finditem(), test_font_substitution(), test_fontsize(), test_format_record(), test_freed_hglobal(), test_fullname2_helper(), test_fullpath(), test_GdipDrawString(), test_get_displayname(), test_get_file_info(), test_get_servicekeyname(), test_get_set(), test_get_value(), test_GetCharABCWidths(), test_GetCharWidth32(), test_GetCharWidthI(), test_GetDateFormatA(), test_GetDiskInfoA(), test_GetDlgItemText(), test_GetFinalPathNameByHandleA(), test_GetFullPathNameA(), test_GetGlyphIndices(), test_gethostbyname(), test_GetIconLocation(), test_GetKerningPairs(), test_GetLongPathNameA(), test_GetOutlineTextMetrics(), test_GetPtrAW(), test_getset_item(), test_GetTempPath(), test_gettext(), test_GetTimeFormatA(), test_getuserobjectinformation(), test_handles_process_open(), test_header(), test_header_order(), test_height(), test_http_info(), test_HttpQueryInfo(), test_ID3DXFont(), test_import_resolution(), test_install_svc_from(), test_IStream_invalid_operations(), test_itemedit(), test_items(), test_ITextFont(), test_key_names(), test_keynames(), test_listbox_dlgdir(), test_listbox_LB_DIR(), test_load(), test_load_save(), test_LoadImageFile(), test_long_names(), test_long_url(), test_longstrings(), test_longtextA(), test_makepath(), test_makepath_s(), test_margins_default(), test_margins_font_change(), test_margins_usefontinfo(), test_max_height(), test_mbs_help(), test_menu_add_string(), test_menu_search_bycommand(), test_message_wrap(), test_MessageGetPropInfo(), test_MessageOptions(), test_MessageSetProp(), test_metadata_tEXt(), test_mhtml_protocol_binding(), test_mktemp(), test_mru(), test_MRUListA(), test_MsiEnumComponents(), test_MsiEnumComponentsEx(), test_MsiEnumProducts(), test_MsiEnumProductsEx(), test_MsiGetFeatureInfo(), test_msirecord(), test_MsiSetFeatureAttributes(), test_nonexistent_font(), test_ok(), test_OpenFile(), test_outline_font(), test_param_check(), test_paste(), test_PathMakePretty(), test_PathRemoveBlanks(), test_PathUnExpandEnvStrings(), test_PlayerData(), test_PlaySound(), test_ports_client(), test_profile_directory_readonly(), test_props(), test_PropVariantChangeType_LPWSTR(), test_PropVariantToStringAlloc(), test_put_hash(), test_RealizationInfo(), test_reg_query_info(), test_relative_path(), test_remote_data_replication(), test_request_groups(), test_RtlCompareMemory(), test_RtlIsNameLegalDOS8Dot3(), test_RtlMoveMemory(), test_ScriptGetGlyphABCWidth(), test_ScriptPlace(), test_searchenv(), test_setlocale(), test_SetupCopyOEMInf(), test_SetupDiInstallClassExA(), test_SetupGetIntField(), test_SetupInstallServicesFromInfSectionExA(), test_SetupInstallServicesFromInfSectionExW(), test_SHGetRegPath(), test_SHGetValue(), test_SHQueryValueEx(), test_simple_patch(), test_SPI_SETICONMETRICS(), test_SPI_SETWALLPAPER(), test_sprintf(), test_SQLGetPrivateProfileString(), test_SQLInstallDriverEx(), test_SQLInstallTranslatorEx(), test_SQLValidDSN(), test_sscanf(), test_start_trace(), test_strncpy(), test_StrRetToBSTR(), test_StrRetToStringNW(), test_strtok(), test_suminfo(), test_system_menu(), test_targetpath(), test_text_extents(), test_type_info(), test_UDS_SETBUDDYINT(), test_utf7_encoding(), test_view_get_error(), test_viewmodify(), test_WNetCachePassword(), test_WNetUseConnection(), testFileExistenceA(), testFileExistenceW(), TestHostName(), testRegStore(), TIFFClientOpen(), TIFFRegisterCODEC(), TIFFSetClientInfo(), TKeyDef::TKeyDef(), tokenizeCommand(), TranslateFunctionName(), TranslateParameters(), Traverse(), TuiTruncateStringEllipsis(), TWAIN_OpenDS(), UDFGetDeviceName(), UDFGetOptUlongInherited(), UiEscapeString(), UiShowMessageBoxesInArgv(), UnLslR(), unpack_iso(), UpdateImageInfo(), urlcache_entry_commit(), use_connection_set_accessnameA(), UserLoginThread(), ValidatePixelShader(), ValidateVertexShader(), VbeInitialize(), VerInstallFileA(), vers_write(), VfdGetImageInfo(), VfdImageTip(), VfdInstallDriver(), wave_in_test_device(), wave_out_test_device(), WChName(), WINHELP_GetOpenFileName(), WINHELP_GetWindowInfo(), WINHELP_LookupHelpFile(), WinHelpA(), WinHttpDetectAutoProxyConfigUrl(), wpp_default_lookup(), write_cabinet(), write_line(), write_new_procformatstring_type(), write_resource_file(), CDFParser::WriteInfLine(), WSAAsyncGetHostByName(), WSAAsyncGetProtoByName(), WSAAsyncGetServByName(), WSNoteSuccessfulHostentLookup(), wWinMain(), xHalIoAssignDriveLetters(), xmlMemStrdupLoc(), xsltNewLocale(), xstrdup(), and xstrsave().
Definition at line 263 of file string.h.
Referenced by _mbsnbcat_l(), _mbsncat_l(), account(), clnt_spcreateerror(), GetProtoOpenNetworkDatabase(), is_ssi_file(), main(), pathjoin(), process_sub(), shell(), CHttpClient::SplitResource(), CHttpClient::SplitUri(), sspi_import_name(), str_handle_lines(), telCommandLine(), and TRIO_ARGS3().
Definition at line 263 of file string.h.
Referenced by __DEFINE_CPP_OVERLOAD_INLINE_NFUNC_0_3_EX(), and append_message().
strncpy |
Definition at line 335 of file string.h.
Referenced by __DECLARE_CPP_OVERLOAD_INLINE_NFUNC_0_3_EX(), __Extract_locale_name(), __getpublickey_real(), __Named_exception::__Named_exception(), __rpc_uaddr2taddr_af(), __rpcbind_is_up(), _get_tzname(), _Locale_strcmp(), _Locale_strxfrm(), _mbsnbcpy_l(), _mbsncpy_l(), _strxfrm_l(), _tzset(), account(), AcpiExConvertToBuffer(), AcpiTbFindTable(), AddrStrToAddr(), aexpand(), AtapiStartIo__(), BiosInitialize(), cfgets(), change_section_attribs(), channel_register(), clnt_sperror(), ConvertPathCase(), CsrLoadServerDll(), demFileFindFirst(), disk_create(), disk_enum_devices(), disk_query_directory(), DisplayScreen(), DosChangeDirectory(), DosCreateProcess(), DosInt21h(), DosKRNLInitialize(), dump_boot(), DuplicateToMultiByte(), evd_write(), Ext2ProcessGlobalProperty(), Ext2ProcessVolumeProperty(), file_add(), find_layer(), finish_seh_function(), FsVolumeInfo(), generate_xa_rr_attributes(), get_previous_identifier(), get_special_folder(), get_torito_desc(), GetAdaptersInfo(), getclnthandle(), getDirectory(), gethostname(), GetIpHostName(), getline(), GetPreviousParamString(), GetUsrName(), gl_set_home_dir(), graftcp(), HalGetEnvironmentVariable(), HalpDebugPciDumpBus(), hist_save(), hookup(), inet_ntop(), TConfig::inifile_init(), IniReadSettingByName(), IniReadSettingByNumber(), TConfig::init(), InitDeviceList(), interpret(), IntGetConsoleKeyboardLayoutName(), is_valid_file(), TConfig::keyfile_init(), kmem_cache_create(), licence_generate_hwid(), LlbEnvParseArguments(), LlbEnvRead(), LsaLookupAuthenticationPackage(), LsaRegisterLogonProcess(), macdef(), main(), MkDirs(), netname2host(), netname2user(), NtLdrAddOptions(), Telnet::Open(), __Named_exception::operator=(), parse_dhcp_options(), parse_new_id3(), parse_rr(), parse_server_and_port(), ParseCommandLine(), ParseInputFile(), pathcp(), pathjoin(), PrepareAdapterForService(), pretty_print_option(), process_file(), processQueryValue(), pswitch(), pvd_write(), read_input_file(), read_until(), read_until_end(), ReverseIP(), RosSymCreateFromFile(), RosSymCreateFromMem(), RpnpParseExpression(), ServiceNameToPortNumber(), TConfig::set_string(), setnmap(), setntrans(), setup_tables(), skip_to_next_tag(), sparc_boot_label(), StoreNameInSft(), StringExpands(), sunx86_boot_label(), toIPAddressString(), vDbgPrintExWithPrefixInternal(), VfdGetDriverConfig(), and xmlCanonicPath().
strncpy_s |
Definition at line 335 of file string.h.
Referenced by __acrt_GetLocaleInfoA(), __Named_exception::__Named_exception(), __Named_exception::operator=(), and throw().