wcschr
WORD *__fastcall wcschr(WORD *a1, INT16 a2){
while( *a1 )
{
if( *a1 == a2 )
return a1;
++a1;
}
if( !a2 )
return a1;
return 0i64;
}Referenced by:
AslPathClean
BiCreateFileDeviceElement
BiCreatePartitionDevice
BiDoesHiveKeyExist
CmGetDeviceInterfaceReferenceString
CmGetDeviceInterfaceSubkeyPath
CmGetDeviceInterfaceSymbolicLinkName
CmGetDeviceRegPropWorker
CmGetMatchingDeviceListForSubkey
CmSplitDevicePanelId
DrvDbDeleteObjectSubKey
DrvDbGetDeviceIdMappedProperty
DrvDbGetObjectDatabaseNode
DrvDbSetDeviceIdDriverInfMatches
DrvDbSplitDeviceIdDriverInfMatch
DrvDbValidateDeviceIdName
DrvDbValidateDriverDatabaseName
DrvDbValidateDriverInfFileName
EtwpCovSampSplitSegments
EtwpGenerateFileName
LocalGetSDDLDeliminator
LocalpConvertStringSidToSid
MmCallDllInitialize
PiDevCfgFindDeviceDriver
PiDevCfgParsePropertyKeyName
PiDevCfgQueryIncludedDriverConfigurations
PiDevCfgResolveVariableKeyHandle
PiDevCfgSplitDriverConfigurationId
PiGetDeviceRegProperty
PiGetDeviceRegistryProperty
PiNormalizeDeviceText
PiPnpRtlGetFilteredDeviceList
PiProcessNewDeviceNode
PiSwFindSwDevice
RegRtlCreateTreeTransacted
SdbQueryDataExTagID
SdbpCreateSearchPathPartsFromPath
SepParseElamCertResources
SmUniqueIdParseProductName