MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dStricmp

Function dStricmp

Engine/source/core/strings/stringFunctions.h:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98inline S32 dStricmp(const char *str1, const char *str2)
99{
100 return strcasecmp( str1, str2 );
101}
102
103inline S32 dStrnicmp(const char *str1, const char *str2, dsize_t len)
104{

Callers 15

afxMagicSpell.cppFile · 0.85
ea_startMethod · 0.85
onStaticModifiedMethod · 0.85
update_derived_valuesMethod · 0.85
writeFieldsMethod · 0.85
assignNameMethod · 0.85
simObject.cppFile · 0.85
consoleStringToNumberFunction · 0.85
execMethod · 0.85
getPropertyIndexMethod · 0.85
updateObjectMethod · 0.85

Calls 1

strcasecmpFunction · 0.85

Tested by 6

TESTFunction · 0.68
TESTFunction · 0.68
_populateMenuMethod · 0.68
findExistentGroupMethod · 0.68
isGroupFilteredMethod · 0.68