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

/external/libxml2/
H A Dxmlstring.c530 * xmlStrPrintf:
541 xmlStrPrintf(xmlChar *buf, int len, const xmlChar *msg, ...) { function
H A Delfgcchack.h10657 #undef xmlStrPrintf macro
10658 extern __typeof (xmlStrPrintf) xmlStrPrintf __attribute((alias("xmlStrPrintf__internal_alias")));
10660 #ifndef xmlStrPrintf
10661 extern __typeof (xmlStrPrintf) xmlStrPrintf__internal_alias __attribute((visibility("hidden")));
10662 #define xmlStrPrintf xmlStrPrintf__internal_alias macro

Completed in 551 milliseconds