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

/external/libxml2/
H A Dxmlstring.c32 * xmlStrndup:
41 xmlStrndup(const xmlChar *cur, int len) { function
71 return(xmlStrndup(cur, p - cur));
409 return(xmlStrndup(str, len));
457 return(xmlStrndup(add, len));
497 return(xmlStrndup(str2, len));
505 return(xmlStrndup(str1, size));
H A Delfgcchack.h11057 #undef xmlStrndup macro
11058 extern __typeof (xmlStrndup) xmlStrndup __attribute((alias("xmlStrndup__internal_alias")));
11060 #ifndef xmlStrndup
11061 extern __typeof (xmlStrndup) xmlStrndup__internal_alias __attribute((visibility("hidden")));
11062 #define xmlStrndup xmlStrndup__internal_alias macro

Completed in 128 milliseconds