Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
inline S32 dStricmp(const char *str1, const char *str2)
99
{
100
return strcasecmp( str1, str2 );
101
}
102
103
inline S32 dStrnicmp(const char *str1, const char *str2, dsize_t len)
104
{
Callers
15
afxMagicSpell.cpp
File · 0.85
ea_start
Method · 0.85
onStaticModified
Method · 0.85
update_derived_values
Method · 0.85
writeFields
Method · 0.85
assignName
Method · 0.85
QSORT_CALLBACK compareFields
Function · 0.85
simObject.cpp
File · 0.85
consoleStringToNumber
Function · 0.85
exec
Method · 0.85
getPropertyIndex
Method · 0.85
updateObject
Method · 0.85
Calls
1
strcasecmp
Function · 0.85
Tested by
6
TEST
Function · 0.68
TEST
Function · 0.68
_populateMenu
Method · 0.68
findExistentGroup
Method · 0.68
findExistentGroupIndex
Method · 0.68
isGroupFiltered
Method · 0.68