Searched defs:vasprintf (Results 1 - 6 of 6) sorted by relevance

/external/libcxx/src/support/win32/
H A Dsupport.cpp25 result = vasprintf(sptr, format, ap);
33 int vasprintf( char **sptr, const char *__restrict format, va_list ap ) function
/external/chromium_org/third_party/libxml/src/
H A Dtrio.h205 #define vasprintf trio_vasprintf macro
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtrio.h205 #define vasprintf trio_vasprintf macro
/external/libxml2/
H A Dtrio.h205 #define vasprintf trio_vasprintf macro
/external/qemu/util/
H A Dosdep.c500 int vasprintf( char **, const char *, va_list );
502 int vasprintf( char **sptr, const char *fmt, va_list argv ) function
516 retval = vasprintf( sptr, fmt, argv );
/external/libcxx/include/support/ibm/
H A Dxlocale.h303 int vasprintf(char **strp, const char *fmt, va_list ap) function

Completed in 251 milliseconds