MCPcopy 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
70inline S32 dStrncmp(const char *str1, const char *str2, dsize_t len)
71{
72 return strncmp(str1, str2, len);
73}
74
75inline S32 dStricmp(const char *str1, const char *str2)
76{

Callers 15

expandOldScriptFilenameFunction · 0.85
processMethod · 0.85
sGetDocTypeStringFunction · 0.85
processLineBufferMethod · 0.85
lookupnMethod · 0.85
_readHeaderMethod · 0.85
enableMarkerMethod · 0.85
setDefaultPathMethod · 0.85
setDefaultFileMethod · 0.85
allocFontMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected