xmlStrchr 2120 third_party/libxml/src/debugXML.c next = (xmlChar*)xmlStrchr(next, '='); xmlStrchr 2130 third_party/libxml/src/debugXML.c next = (xmlChar*)xmlStrchr(next, ' '); xmlStrchr 2202 third_party/libxml/src/debugXML.c if ((xmlStrchr((xmlChar *) arg, '?')) || xmlStrchr 2203 third_party/libxml/src/debugXML.c (xmlStrchr((xmlChar *) arg, '*')) || xmlStrchr 2204 third_party/libxml/src/debugXML.c (xmlStrchr((xmlChar *) arg, '.')) || xmlStrchr 2205 third_party/libxml/src/debugXML.c (xmlStrchr((xmlChar *) arg, '['))) { xmlStrchr 10717 third_party/libxml/src/elfgcchack.h #undef xmlStrchr xmlStrchr 10718 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStrchr) xmlStrchr __attribute((alias("xmlStrchr__internal_alias"))); xmlStrchr 10720 third_party/libxml/src/elfgcchack.h #ifndef xmlStrchr xmlStrchr 10721 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStrchr) xmlStrchr__internal_alias __attribute((visibility("hidden"))); xmlStrchr 10722 third_party/libxml/src/elfgcchack.h #define xmlStrchr xmlStrchr__internal_alias xmlStrchr 881 third_party/libxml/src/entities.c if (xmlStrchr(content, '%')) { xmlStrchr 55 third_party/libxml/src/include/libxml/xmlstring.h xmlStrchr (const xmlChar *str, xmlStrchr 4770 third_party/libxml/src/parser.c if ((name != NULL) && (xmlStrchr(name, ':') != NULL)) { xmlStrchr 5023 third_party/libxml/src/parser.c if (xmlStrchr(name, ':') != NULL) { xmlStrchr 5112 third_party/libxml/src/parser.c if (xmlStrchr(name, ':') != NULL) { xmlStrchr 7316 third_party/libxml/src/parser.c (xmlStrchr(ent->content, '<'))) { xmlStrchr 7507 third_party/libxml/src/parser.c (xmlStrchr(ent->content, '<'))) { xmlStrchr 36259 third_party/libxml/src/testapi.c ret_val = xmlStrchr((const xmlChar *)str, val); xmlStrchr 7497 third_party/libxml/src/tree.c if (xmlStrchr(string, '\"')) { xmlStrchr 7498 third_party/libxml/src/tree.c if (xmlStrchr(string, '\'')) { xmlStrchr 1780 third_party/libxml/src/uri.c if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { xmlStrchr 1687 third_party/libxml/src/xinclude.c if ((doc != NULL) && (URL != NULL) && (xmlStrchr(URL, (xmlChar) '/')) && xmlStrchr 1712 third_party/libxml/src/xinclude.c if (!xmlStrchr(curBase, (xmlChar) '/')) xmlStrchr 1533 third_party/libxml/src/xmlsave.c if ((xmlStrchr(child->content, '<') == NULL) && xmlStrchr 1534 third_party/libxml/src/xmlsave.c (xmlStrchr(child->content, '&') == NULL) && xmlStrchr 14496 third_party/libxml/src/xpath.c if ((!xmlStrchr(str, '[')) && (!xmlStrchr(str, '(')) && xmlStrchr 14497 third_party/libxml/src/xpath.c (!xmlStrchr(str, '@'))) { xmlStrchr 14509 third_party/libxml/src/xpath.c tmp = xmlStrchr(str, ':'); xmlStrchr 2555 third_party/libxml/src/xpointer.c str = xmlStrchr(&cur->content[pos], first); xmlStrchr 190 third_party/libxslt/libxslt/attrvt.c if ((xmlStrchr(str, '{') == NULL) && xmlStrchr 191 third_party/libxslt/libxslt/attrvt.c (xmlStrchr(str, '}') == NULL)) return; xmlStrchr 438 third_party/libxslt/libxslt/templates.c ret = xmlStrchr(expr, '{');