MCPcopy 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
93inline S32 dStrncmp(const char *str1, const char *str2, dsize_t len)
94{
95 return strncmp(str1, str2, len);
96}
97
98inline S32 dStricmp(const char *str1, const char *str2)
99{

Callers 15

parseSpecMethod · 0.85
packUpdateMethod · 0.85
expandOldScriptFilenameFunction · 0.85
assignFromMethod · 0.85
processMethod · 0.85
sGetDocTypeStringFunction · 0.85
processLineBufferMethod · 0.85
lookupnMethod · 0.85
_readHeaderMethod · 0.85
enableMarkerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected