Home | History | Annotate | Download | only in internal

Lines Matching defs:StrCaseCmp

1566 inline int StrCaseCmp(const char* s1, const char* s2) {
1576 inline int StrCaseCmp(const char* s1, const char* s2) {
1602 inline int StrCaseCmp(const char* s1, const char* s2) {
1603 return strcasecmp(s1, s2);