Searched defs:xmlStrcat (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxmlstring.c507 * xmlStrcat:
518 xmlStrcat(xmlChar *cur, const xmlChar *add) { function
H A Delfgcchack.h10857 #undef xmlStrcat macro
10858 extern __typeof (xmlStrcat) xmlStrcat __attribute((alias("xmlStrcat__internal_alias")));
10860 #ifndef xmlStrcat
10861 extern __typeof (xmlStrcat) xmlStrcat__internal_alias __attribute((visibility("hidden")));
10862 #define xmlStrcat xmlStrcat__internal_alias macro

Completed in 330 milliseconds