strncasecmp       421 base/strings/string_util.cc     return base::strncasecmp(str.c_str(), search.c_str(), search.length()) == 0;
strncasecmp        37 base/strings/string_util.h int strncasecmp(const char* s1, const char* s2, size_t count);
strncasecmp        27 base/strings/string_util_posix.h inline int strncasecmp(const char* string1, const char* string2, size_t count) {
strncasecmp        28 base/strings/string_util_posix.h   return ::strncasecmp(string1, string2, count);
strncasecmp        27 base/strings/string_util_win.h inline int strncasecmp(const char* s1, const char* s2, size_t count) {
strncasecmp       128 chrome/browser/media_galleries/fileapi/media_path_filter.cc   if ((base::strncasecmp(base_name.c_str(),
strncasecmp       131 chrome/browser/media_galleries/fileapi/media_path_filter.cc       (base::strncasecmp(base_name.c_str(),
strncasecmp       134 chrome/browser/media_galleries/fileapi/media_path_filter.cc       (base::strncasecmp(base_name.c_str(),
strncasecmp        30 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc     if (strncasecmp(key.c_str(), &headers.data()[offset], key.size()) != 0) {
strncasecmp       352 net/base/mime_sniffer.cc       match = (base::strncasecmp(magic_entry.magic, content, len) == 0);
strncasecmp       472 net/base/mime_sniffer.cc     if (0 == base::strncasecmp(extension, kOfficeExtensionTypes[i].extension,
strncasecmp       615 net/base/mime_sniffer.cc     if (base::strncasecmp(pos, "<?xml", sizeof("<?xml") - 1) == 0) {
strncasecmp       619 net/base/mime_sniffer.cc     } else if (base::strncasecmp(pos, "<!DOCTYPE",
strncasecmp       183 net/base/mime_util.cc           base::strncasecmp(extensions, ext, ext_len) == 0)
strncasecmp       119 net/base/registry_controlled_domains/registry_controlled_domain.cc       if (do_check && base::strncasecmp(domain_str,
strncasecmp       126 net/cookies/cookie_util.cc           if (base::strncasecmp(token.c_str(), kMonths[i], 3) == 0) {
strncasecmp       241 net/http/http_request_headers.cc         !base::strncasecmp(key.data(), it->key.data(), key.length()))
strncasecmp       253 net/http/http_request_headers.cc         !base::strncasecmp(key.data(), it->key.data(), key.length()))
strncasecmp       677 net/tools/balsa/balsa_frame.cc       !strncasecmp(value_begin, "chunked", 7)) {
strncasecmp       680 net/tools/balsa/balsa_frame.cc       !strncasecmp(value_begin, "identity", 8)) {
strncasecmp       801 net/tools/balsa/balsa_frame.cc             0 == strncasecmp(key_begin, kContentLength, kContentLengthSize)) {
strncasecmp       827 net/tools/balsa/balsa_frame.cc             0 == strncasecmp(key_begin, kTransferEncoding,
strncasecmp       608 net/tools/balsa/balsa_headers.cc     if (strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
strncasecmp       628 net/tools/balsa/balsa_headers.cc     if (strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
strncasecmp       651 net/tools/balsa/balsa_headers.cc     if (strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
strncasecmp       713 net/tools/balsa/balsa_headers.cc     if (!strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
strncasecmp        55 printing/backend/cups_helper.cc     if (base::strncasecmp (line.c_str(), kDefault, kDefaultLen) == 0 &&
strncasecmp        58 printing/backend/cups_helper.cc     } else if (base::strncasecmp (line.c_str(), kDest, kDestLen) == 0 &&
strncasecmp        77 printing/backend/cups_helper.cc     if (base::strncasecmp(printer_name.c_str(), name.c_str(),
strncasecmp       418 third_party/libevent/http.c 	    && strncasecmp(connection, "keep-alive", 10) == 0);
strncasecmp       555 third_party/libevent/http.c 	if (strncasecmp(url, HTTP_PREFIX, len))
strncasecmp       149 third_party/libusb/src/libusb/strerror.c 		if (strncasecmp(usbi_locale_supported[i], locale, 2) == 0)
strncasecmp       123 third_party/libxml/src/nanohttp.c #define xmlStrncasecmp(a, b, n) strncasecmp((char *)a, (char *)b, n)
strncasecmp       528 third_party/libxml/src/triostr.c       return (0 == strncasecmp(first, second, max));
strncasecmp       130 third_party/npapi/npspy/extern/nspr/md/sunos4.h extern int strncasecmp(const char *, const char *, size_t);
strncasecmp       470 third_party/talloc/libreplace/replace.c 		    strncasecmp(s, needle, nlen) == 0) {
strncasecmp        63 third_party/talloc/libreplace/strptime.c      int result = strncasecmp ((cs1), (s2), len) == 0;			      \
strncasecmp        69 third_party/talloc/libreplace/strptime.c   (strncasecmp ((cs1), (s2), strlen (cs1)) ? 0 : ((s2) += strlen (cs1), 1))
strncasecmp       105 third_party/talloc/libreplace/strptime.c 	      if (strncasecmp (alts, rp, len) == 0)			      \
strncasecmp       371 third_party/tcmalloc/chromium/src/base/sysinfo.cc     if (!saw_mhz && strncasecmp(line, "cpu MHz", sizeof("cpu MHz")-1) == 0) {
strncasecmp       378 third_party/tcmalloc/chromium/src/base/sysinfo.cc     } else if (strncasecmp(line, "bogomips", sizeof("bogomips")-1) == 0) {
strncasecmp       385 third_party/tcmalloc/chromium/src/base/sysinfo.cc     } else if (strncasecmp(line, "processor", sizeof("processor")-1) == 0) {
strncasecmp       356 third_party/tcmalloc/vendor/src/base/sysinfo.cc     if (!saw_mhz && strncasecmp(line, "cpu MHz", sizeof("cpu MHz")-1) == 0) {
strncasecmp       363 third_party/tcmalloc/vendor/src/base/sysinfo.cc     } else if (strncasecmp(line, "bogomips", sizeof("bogomips")-1) == 0) {
strncasecmp       370 third_party/tcmalloc/vendor/src/base/sysinfo.cc     } else if (strncasecmp(line, "processor", sizeof("processor")-1) == 0) {