Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ dStrncmp
Function
dStrncmp
Engine/source/core/strings/stringFunctions.h:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
inline S32 dStrncmp(const char *str1, const char *str2, dsize_t len)
71
{
72
return strncmp(str1, str2, len);
73
}
74
75
inline S32 dStricmp(const char *str1, const char *str2)
76
{
Callers
15
expandOldScriptFilename
Function · 0.85
parseFunctionArgumentNames
Function · 0.85
consoleFunctions.cpp
File · 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
setDefaultPath
Method · 0.85
setDefaultFile
Method · 0.85
allocFont
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected