strnicmp
int __cdecl strnicmp(const char *Str1, const char *Str2, size_t MaxCount){
return _ascii_strnicmp((unsigned __int8 *)Str1, (unsigned __int8 *)Str2, MaxCount);
}Referenced by:
CmpAppendSection
CmpPreserveSystemHiveData
CmpProcessForSimpleStringSub
EmpInfParseGetValueFromSectionAndKeyName
IopStoreArcInformation
MiResolveImageReferences