strcasecmp         61 content/shell/tools/plugin/main.cpp static inline int strcasecmp(const char* s1, const char* s2)
strcasecmp         93 third_party/libevent/http.c #define strcasecmp _stricmp
strcasecmp         71 third_party/libxml/src/triostr.c #  define strcasecmp(x,y) stricmp(x,y)
strcasecmp         77 third_party/libxml/src/triostr.c #  define strcasecmp(x,y) _stricmp(x,y)
strcasecmp         79 third_party/libxml/src/triostr.c #  define strcasecmp(x,y) strcmpi(x,y)