xmlStrncasecmp   2855 third_party/libxml/src/HTMLparser.c                 if (xmlStrncasecmp(ctxt->name, ctxt->input->cur+2,
xmlStrncasecmp   10867 third_party/libxml/src/elfgcchack.h #undef xmlStrncasecmp
xmlStrncasecmp   10868 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStrncasecmp) xmlStrncasecmp __attribute((alias("xmlStrncasecmp__internal_alias")));
xmlStrncasecmp   10870 third_party/libxml/src/elfgcchack.h #ifndef xmlStrncasecmp
xmlStrncasecmp   10871 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStrncasecmp) xmlStrncasecmp__internal_alias __attribute((visibility("hidden")));
xmlStrncasecmp   10872 third_party/libxml/src/elfgcchack.h #define xmlStrncasecmp xmlStrncasecmp__internal_alias
xmlStrncasecmp     74 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrncasecmp           (const xmlChar *str1,
xmlStrncasecmp    731 third_party/libxml/src/nanohttp.c     } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAST"Content-Type:", 13)) {
xmlStrncasecmp    757 third_party/libxml/src/nanohttp.c     } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAST"ContentType:", 12)) {
xmlStrncasecmp    782 third_party/libxml/src/nanohttp.c     } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAST"Location:", 9)) {
xmlStrncasecmp    796 third_party/libxml/src/nanohttp.c     } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAST"WWW-Authenticate:", 17)) {
xmlStrncasecmp    802 third_party/libxml/src/nanohttp.c     } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAST"Proxy-Authenticate:", 19)) {
xmlStrncasecmp    809 third_party/libxml/src/nanohttp.c     } else if ( !xmlStrncasecmp( BAD_CAST line, BAD_CAST"Content-Encoding:", 17) ) {
xmlStrncasecmp    812 third_party/libxml/src/nanohttp.c 	if ( !xmlStrncasecmp( BAD_CAST cur, BAD_CAST"gzip", 4) ) {
xmlStrncasecmp    828 third_party/libxml/src/nanohttp.c     } else if ( !xmlStrncasecmp( BAD_CAST line, BAD_CAST"Content-Length:", 15) ) {
xmlStrncasecmp   36405 third_party/libxml/src/testapi.c         ret_val = xmlStrncasecmp((const xmlChar *)str1, (const xmlChar *)str2, len);
xmlStrncasecmp    887 third_party/libxml/src/xmlIO.c     if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file://localhost/", 17)) {
xmlStrncasecmp    893 third_party/libxml/src/xmlIO.c     } else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:///", 8)) {
xmlStrncasecmp    899 third_party/libxml/src/xmlIO.c     } else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:/", 6)) {
xmlStrncasecmp    969 third_party/libxml/src/xmlIO.c     if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file://localhost/", 17))
xmlStrncasecmp    975 third_party/libxml/src/xmlIO.c     else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:///", 8)) {
xmlStrncasecmp   1152 third_party/libxml/src/xmlIO.c     if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file://localhost/", 17))
xmlStrncasecmp   1158 third_party/libxml/src/xmlIO.c     else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:///", 8)) {
xmlStrncasecmp   1226 third_party/libxml/src/xmlIO.c     if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file://localhost/", 17))
xmlStrncasecmp   1232 third_party/libxml/src/xmlIO.c     else if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "file:///", 8)) {
xmlStrncasecmp   1701 third_party/libxml/src/xmlIO.c     if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "http://", 7))
xmlStrncasecmp   2061 third_party/libxml/src/xmlIO.c     if (!xmlStrncasecmp(BAD_CAST filename, BAD_CAST "ftp://", 6))
xmlStrncasecmp   3747 third_party/libxml/src/xmlIO.c     if (!xmlStrncasecmp(BAD_CAST URL, BAD_CAST "file://localhost/", 17))
xmlStrncasecmp   3753 third_party/libxml/src/xmlIO.c     else if (!xmlStrncasecmp(BAD_CAST URL, BAD_CAST "file:///", 8)) {
xmlStrncasecmp   3979 third_party/libxml/src/xmlIO.c         if ((!xmlStrncasecmp(BAD_CAST resource, BAD_CAST "ftp://", 6)) ||
xmlStrncasecmp   3980 third_party/libxml/src/xmlIO.c             (!xmlStrncasecmp(BAD_CAST resource, BAD_CAST "http://", 7))) {
xmlStrncasecmp    379 third_party/libxml/src/xmlstring.c             if (!xmlStrncasecmp(str, val, n)) return(str);
xmlStrncasecmp    202 third_party/libxslt/libexslt/strings.c 		else if (!xmlStrncasecmp(cur, delimiter, delimiterLength)) {
xmlStrncasecmp    759 third_party/libxslt/libxslt/attributes.c 	    (!xmlStrncasecmp(prefix, (xmlChar *) "xmlns", 5)))
xmlStrncasecmp    952 third_party/libxslt/libxslt/preproc.c 		(!xmlStrncasecmp(prefix, (xmlChar *)"xml", 3)))
xmlStrncasecmp   1073 third_party/libxslt/libxslt/preproc.c 		if (!xmlStrncasecmp(prefix, (xmlChar *) "xmlns", 5)) {
xmlStrncasecmp   3919 third_party/libxslt/libxslt/transform.c 	    (!xmlStrncasecmp(prefix, (xmlChar *)"xml", 3)))