/bionic/libc/stdio/ |
vasprintf.c | 1 /* $OpenBSD: vasprintf.c,v 1.13 2006/01/06 18:53:04 millert Exp $ */ 26 vasprintf(char **str, const char *fmt, __va_list ap) function
|
/external/openssh/openbsd-compat/ |
bsd-asprintf.c | 43 vasprintf(char **str, const char *fmt, va_list ap) function 96 ret = vasprintf(str, fmt, ap);
|
/external/qemu/ |
osdep.c | 190 int vasprintf( char **, const char *, va_list ); 192 int vasprintf( char **sptr, const char *fmt, va_list argv ) function 206 retval = vasprintf( sptr, fmt, argv );
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/ |
support.cpp | 35 result = vasprintf(sptr, format, ap); 48 int vasprintf( char **sptr, const char *__restrict format, va_list ap ) function
|
/external/chromium_org/third_party/libxml/src/ |
trio.h | 205 #define vasprintf trio_vasprintf macro
|
/external/chromium_org/third_party/libxslt/libxslt/ |
trio.h | 205 #define vasprintf trio_vasprintf macro
|
/external/libxml2/ |
trio.h | 205 #define vasprintf trio_vasprintf macro
|
/external/libxslt/libxslt/ |
trio.h | 205 #define vasprintf trio_vasprintf macro
|