_stricmp          319 base/process/process_metrics_unittest.cc   if (!chrome_allocator || _stricmp(chrome_allocator, "tcmalloc") == 0)
_stricmp           24 base/strings/string_util_win.h   return _stricmp(s1, s2);
_stricmp           63 content/shell/tools/plugin/main.cpp     return _stricmp(s1, s2);
_stricmp           19 third_party/cld/base/string_util.h   return _stricmp(s1, s2);
_stricmp           93 third_party/libevent/http.c #define strcasecmp _stricmp
_stricmp           49 third_party/libusb/src/libusb/os/windows_common.h #define safe_stricmp(str1, str2) _stricmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2))
_stricmp           77 third_party/libxml/src/triostr.c #  define strcasecmp(x,y) _stricmp(x,y)
_stricmp          155 third_party/npapi/npspy/common/epmanager.cpp     if(0 == _stricmp(eps->mimetype, mimetype))
_stricmp          214 third_party/npapi/npspy/common/epmanager.cpp     if(0 == _stricmp(eps->mimetype, pluginType))
_stricmp          361 third_party/npapi/npspy/common/logger.cpp   BOOL samefile = (_stricmp(szFile, filename) == 0);
_stricmp          169 third_party/npapi/npspy/common/plugload.cpp           if(0 == _stricmp(mimetype, type))