xmlMemoryStrdup  5301 third_party/libxml/src/elfgcchack.h #undef xmlMemoryStrdup
xmlMemoryStrdup  5302 third_party/libxml/src/elfgcchack.h extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup __attribute((alias("xmlMemoryStrdup__internal_alias")));
xmlMemoryStrdup  5304 third_party/libxml/src/elfgcchack.h #ifndef xmlMemoryStrdup
xmlMemoryStrdup  5305 third_party/libxml/src/elfgcchack.h extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup__internal_alias __attribute((visibility("hidden")));
xmlMemoryStrdup  5306 third_party/libxml/src/elfgcchack.h #define xmlMemoryStrdup xmlMemoryStrdup__internal_alias
xmlMemoryStrdup    87 third_party/libxml/src/globals.c xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
xmlMemoryStrdup   552 third_party/libxml/src/globals.c     gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
xmlMemoryStrdup   159 third_party/libxml/src/include/libxml/xmlmemory.h 	xmlMemoryStrdup	(const char *str);
xmlMemoryStrdup   224 third_party/libxml/src/runsuite.c     xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
xmlMemoryStrdup   535 third_party/libxml/src/runtest.c     xmlMemSetup(xmlMemFree, xmlMemMalloc, xmlMemRealloc, xmlMemoryStrdup);
xmlMemoryStrdup   388 third_party/libxml/src/xmllint.c     ret = xmlMemoryStrdup(str);