MCPcopy Create free account
hub / github.com/crownengine/crown / strncmp

Function strncmp

3rdparty/bx/src/crtnone.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85extern "C" int32_t strncmp(const char* _lhs, const char* _rhs, size_t _max)
86{
87 return bx::strCmp(_lhs, _rhs, _max);
88}
89
90extern "C" int32_t strcasecmp(const char* _lhs, const char* _rhs)
91{

Callers 15

clib_check_ldsFunction · 0.85
clib_resolve_ldsFunction · 0.85
loadjitmoduleFunction · 0.85
jitopt_flagFunction · 0.85
jitopt_paramFunction · 0.85
jit_cpudetectFunction · 0.85
emit_asm_reloc_textFunction · 0.85
emit_asm_labelFunction · 0.85
nexttokenFunction · 0.85
emit_foldFunction · 0.85
libdef_nameFunction · 0.85
libdef_pushFunction · 0.85

Calls 1

strCmpFunction · 0.85

Tested by

no test coverage detected