xmlStrncmp 822 third_party/libxml/src/catalog.c if (xmlStrncmp(urn, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1)) xmlStrncmp 1667 third_party/libxml/src/catalog.c (!xmlStrncmp(sysID, cur->name, len))) { xmlStrncmp 1673 third_party/libxml/src/catalog.c if (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name))) xmlStrncmp 1705 third_party/libxml/src/catalog.c (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name)))) { xmlStrncmp 1758 third_party/libxml/src/catalog.c if (!xmlStrncmp(pubID, cur->name, xmlStrlen(cur->name)) && xmlStrncmp 1783 third_party/libxml/src/catalog.c (!xmlStrncmp(pubID, cur->name, xmlStrlen(cur->name)))) { xmlStrncmp 1898 third_party/libxml/src/catalog.c (!xmlStrncmp(URI, cur->name, len))) { xmlStrncmp 1904 third_party/libxml/src/catalog.c if (!xmlStrncmp(URI, cur->name, xmlStrlen(cur->name))) xmlStrncmp 1936 third_party/libxml/src/catalog.c (!xmlStrncmp(URI, cur->name, xmlStrlen(cur->name)))) { xmlStrncmp 2017 third_party/libxml/src/catalog.c if (!xmlStrncmp(pubID, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1)) { xmlStrncmp 2034 third_party/libxml/src/catalog.c if (!xmlStrncmp(sysID, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1)) { xmlStrncmp 2102 third_party/libxml/src/catalog.c if (!xmlStrncmp(URI, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1)) { xmlStrncmp 753 third_party/libxml/src/dict.c (!xmlStrncmp(insert->name, name, len))) xmlStrncmp 765 third_party/libxml/src/dict.c (!xmlStrncmp(insert->name, name, len))) xmlStrncmp 795 third_party/libxml/src/dict.c (!xmlStrncmp(tmp->name, name, len))) xmlStrncmp 807 third_party/libxml/src/dict.c (!xmlStrncmp(tmp->name, name, len))) xmlStrncmp 884 third_party/libxml/src/dict.c (!xmlStrncmp(insert->name, name, len))) xmlStrncmp 896 third_party/libxml/src/dict.c (!xmlStrncmp(insert->name, name, len))) xmlStrncmp 926 third_party/libxml/src/dict.c (!xmlStrncmp(tmp->name, name, len))) xmlStrncmp 938 third_party/libxml/src/dict.c (!xmlStrncmp(tmp->name, name, len))) xmlStrncmp 10897 third_party/libxml/src/elfgcchack.h #undef xmlStrncmp xmlStrncmp 10898 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStrncmp) xmlStrncmp __attribute((alias("xmlStrncmp__internal_alias"))); xmlStrncmp 10900 third_party/libxml/src/elfgcchack.h #ifndef xmlStrncmp xmlStrncmp 10901 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStrncmp) xmlStrncmp__internal_alias __attribute((visibility("hidden"))); xmlStrncmp 10902 third_party/libxml/src/elfgcchack.h #define xmlStrncmp xmlStrncmp__internal_alias xmlStrncmp 67 third_party/libxml/src/include/libxml/xmlstring.h xmlStrncmp (const xmlChar *str1, xmlStrncmp 4801 third_party/libxml/src/parser.c if (xmlStrncmp(tmp, BAD_CAST"catalog", 7)) xmlStrncmp 9276 third_party/libxml/src/parser.c if ((tlen > 0) && (xmlStrncmp(ctxt->input->cur, ctxt->name, tlen) == 0)) { xmlStrncmp 36497 third_party/libxml/src/testapi.c ret_val = xmlStrncmp((const xmlChar *)str1, (const xmlChar *)str2, len); xmlStrncmp 5184 third_party/libxml/src/tree.c if ((!xmlStrncmp(oldbase, BAD_CAST "http://", 7)) || xmlStrncmp 5185 third_party/libxml/src/tree.c (!xmlStrncmp(oldbase, BAD_CAST "ftp://", 6)) || xmlStrncmp 5186 third_party/libxml/src/tree.c (!xmlStrncmp(oldbase, BAD_CAST "urn:", 4))) xmlStrncmp 5612 third_party/libxml/src/valid.c (xmlStrncmp(cont->prefix, qname, plen) == 0) && xmlStrncmp 5619 third_party/libxml/src/valid.c (xmlStrncmp(cont->c1->prefix, qname, plen) == 0) && xmlStrncmp 351 third_party/libxml/src/xmlstring.c if (!xmlStrncmp(str, val, n)) return((const xmlChar *) str); xmlStrncmp 645 third_party/libxml/src/xmlstring.c return xmlStrncmp(utf1, utf2, xmlUTF8Size(utf1)); xmlStrncmp 926 third_party/libxml/src/xmlstring.c if (xmlStrncmp(utf, utfchar, size)==0) xmlStrncmp 8955 third_party/libxml/src/xpath.c if (xmlStrncmp(hay->stringval, needle->stringval, n)) xmlStrncmp 2472 third_party/libxml/src/xpointer.c match = (!xmlStrncmp(&cur->content[pos], string, stringlen)); xmlStrncmp 2489 third_party/libxml/src/xpointer.c match = (!xmlStrncmp(&cur->content[pos], string, sub)); xmlStrncmp 117 third_party/libxslt/libxslt/numbers.c return xmlStrncmp(utf1, utf2, xsltUTF8Size(utf1)); xmlStrncmp 1055 third_party/libxslt/libxslt/numbers.c (!xmlStrncmp(the_format, self->grouping, self_grouping_len))) { xmlStrncmp 1237 third_party/libxslt/libxslt/numbers.c (xmlStrncmp(nprefix, prefix, prefix_length) !=0 )) || xmlStrncmp 1239 third_party/libxslt/libxslt/numbers.c (xmlStrncmp(nsuffix, suffix, suffix_length) !=0 ))) {