Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ dStrncmp
Function
dStrncmp
Engine/source/core/strings/stringFunctions.h:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
inline S32 dStrncmp(const char *str1, const char *str2, dsize_t len)
94
{
95
return strncmp(str1, str2, len);
96
}
97
98
inline S32 dStricmp(const char *str1, const char *str2)
99
{
Callers
15
parseSpec
Method · 0.85
packUpdate
Method · 0.85
expandOldScriptFilename
Function · 0.85
parseFunctionArgumentNames
Function · 0.85
consoleFunctions.cpp
File · 0.85
assignFrom
Method · 0.85
process
Method · 0.85
sGetDocTypeString
Function · 0.85
processLineBuffer
Method · 0.85
lookupn
Method · 0.85
_readHeader
Method · 0.85
enableMarker
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected