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.h10707 #undef xmlStrcat macro
10708 extern __typeof (xmlStrcat) xmlStrcat __attribute((alias("xmlStrcat__internal_alias")));
10710 #ifndef xmlStrcat
10711 extern __typeof (xmlStrcat) xmlStrcat__internal_alias __attribute((visibility("hidden")));
10712 #define xmlStrcat xmlStrcat__internal_alias macro

Completed in 471 milliseconds