Searched defs:StrCmp (Results 1 – 2 of 2) sorted by relevance
24 static int StrCmp(const char *s1, const char *s2) { in StrCmp() function
343 void RunStrCmpTest(PointerToStrCmp StrCmp) { in RunStrCmpTest()