xmlStrncatNew    10887 third_party/libxml/src/elfgcchack.h #undef xmlStrncatNew
xmlStrncatNew    10888 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStrncatNew) xmlStrncatNew __attribute((alias("xmlStrncatNew__internal_alias")));
xmlStrncatNew    10890 third_party/libxml/src/elfgcchack.h #ifndef xmlStrncatNew
xmlStrncatNew    10891 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStrncatNew) xmlStrncatNew__internal_alias __attribute((visibility("hidden")));
xmlStrncatNew    10892 third_party/libxml/src/elfgcchack.h #define xmlStrncatNew xmlStrncatNew__internal_alias
xmlStrncatNew      94 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrncatNew            (const xmlChar *str1,
xmlStrncatNew    36451 third_party/libxml/src/testapi.c         ret_val = xmlStrncatNew((const xmlChar *)str1, (const xmlChar *)str2, len);
xmlStrncatNew    5654 third_party/libxml/src/tree.c 		    cur->content = xmlStrncatNew(cur->content, content, len);
xmlStrncatNew    6827 third_party/libxml/src/tree.c 	node->content = xmlStrncatNew(node->content, content, len);
xmlStrncatNew    26777 third_party/libxml/src/xmlschemas.c 		BAD_CAST xmlStrncatNew(vctxt->inode->value, value, len);