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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlstring.c471 * xmlStrncatNew:
483 xmlStrncatNew(const xmlChar *str1, const xmlChar *str2, int len) { function
H A Delfgcchack.h10783 #undef xmlStrncatNew macro
10784 extern __typeof (xmlStrncatNew) xmlStrncatNew __attribute((alias("xmlStrncatNew__internal_alias")));
10786 #ifndef xmlStrncatNew
10787 extern __typeof (xmlStrncatNew) xmlStrncatNew__internal_alias __attribute((visibility("hidden")));
10788 #define xmlStrncatNew xmlStrncatNew__internal_alias macro

Completed in 74 milliseconds