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

/external/libxml2/
H A Dxmlstring.c434 * xmlStrncat:
448 xmlStrncat(xmlChar *cur, const xmlChar *add, int len) { function
478 * same as xmlStrncat, but creates a new string. The original
534 return(xmlStrncat(cur, add, p - add));
H A Delfgcchack.h11027 #undef xmlStrncat macro
11028 extern __typeof (xmlStrncat) xmlStrncat __attribute((alias("xmlStrncat__internal_alias")));
11030 #ifndef xmlStrncat
11031 extern __typeof (xmlStrncat) xmlStrncat__internal_alias __attribute((visibility("hidden")));
11032 #define xmlStrncat xmlStrncat__internal_alias macro

Completed in 176 milliseconds