Home | History | Annotate | Download | only in internal

Lines Matching defs:StrCaseCmp

1556 inline int StrCaseCmp(const char* s1, const char* s2) {
1566 inline int StrCaseCmp(const char* s1, const char* s2) {
1592 inline int StrCaseCmp(const char* s1, const char* s2) {
1593 return strcasecmp(s1, s2);