Home | History | Annotate | Download | only in internal

Lines Matching defs:StrCaseCmp

1983 inline int StrCaseCmp(const char* s1, const char* s2) {
1993 inline int StrCaseCmp(const char* s1, const char* s2) {
2019 inline int StrCaseCmp(const char* s1, const char* s2) {
2020 return strcasecmp(s1, s2);