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));
492 return(xmlStrndup(str2, len));
498 return(xmlStrndup(str1, size));
H A Delfgcchack.h10907 #undef xmlStrndup macro
10908 extern __typeof (xmlStrndup) xmlStrndup __attribute((alias("xmlStrndup__internal_alias")));
10910 #ifndef xmlStrndup
10911 extern __typeof (xmlStrndup) xmlStrndup__internal_alias __attribute((visibility("hidden")));
10912 #define xmlStrndup xmlStrndup__internal_alias macro

Completed in 77 milliseconds