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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlstring.c530 * xmlStrPrintf:
541 xmlStrPrintf(xmlChar *buf, int len, const xmlChar *msg, ...) { function
H A Delfgcchack.h10553 #undef xmlStrPrintf macro
10554 extern __typeof (xmlStrPrintf) xmlStrPrintf __attribute((alias("xmlStrPrintf__internal_alias")));
10556 #ifndef xmlStrPrintf
10557 extern __typeof (xmlStrPrintf) xmlStrPrintf__internal_alias __attribute((visibility("hidden")));
10558 #define xmlStrPrintf xmlStrPrintf__internal_alias macro

Completed in 69 milliseconds