Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ dmStrCaseCmp
Function
dmStrCaseCmp
engine/dlib/src/dlib/dstrings.cpp:222–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
int dmStrCaseCmp(const char *s1, const char *s2)
223
{
224
#ifdef _WIN32
225
return _stricmp(s1, s2);
226
#else
227
return strcasecmp(s1, s2);
228
#endif
229
}
230
231
232
#if defined(DM_NO_ERRNO)
Callers
15
GetArgTypeValue
Function · 0.85
ReplaceCallback
Function · 0.85
ConfigGetString
Function · 0.85
LoadFromBuffer
Function · 0.85
GetArgTypeValue
Function · 0.85
dmStrError
Function · 0.85
HandleHeader
Function · 0.85
NameEquals
Function · 0.85
EndsWithLocal
Function · 0.85
BuildInstanceName
Function · 0.85
HandleHeader
Function · 0.85
BuildLocalName
Function · 0.85
Calls
no outgoing calls
Tested by
6
BuildLocalName
Function · 0.68
HasQuestion
Function · 0.68
FindRecord
Function · 0.68
PacketMatchesNames
Function · 0.68
TEST
Function · 0.68
FindSoundFile
Function · 0.68