MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dStrnicmp

Function dStrnicmp

Engine/source/core/strings/stringFunctions.h:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103inline S32 dStrnicmp(const char *str1, const char *str2, dsize_t len)
104{
105 return strncasecmp( str1, str2, len );
106}
107
108#ifdef UNSAFE_STRING_FUNCTIONS
109/// @deprecated Use strcpy(char *, const char *, dsize_t) instead

Callers 15

tryGetBasePathFunction · 0.85
setPrefixedDataFieldMethod · 0.85
executeFileFunction · 0.85
getModNameFromPathFunction · 0.85
isBasePathFunction · 0.85
getDSOPathFunction · 0.85
canTabCompleteFunction · 0.85
readMethod · 0.85
compileExecMethod · 0.85
writeFieldMethod · 0.85

Calls 1

strncasecmpFunction · 0.85

Tested by

no test coverage detected