HomeSort by relevance Sort by last modified time
    Searched defs:vasprintf (Results 1 - 13 of 13) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vasprintf.c 1 /* $OpenBSD: vasprintf.c,v 1.16 2009/11/09 00:18:27 kurt Exp $ */
26 vasprintf(char **str, const char *fmt, __va_list ap) function
  /external/libcxx/src/support/win32/
support.cpp 25 result = vasprintf(sptr, format, ap);
33 int vasprintf( char **sptr, const char *__restrict format, va_list ap ) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
support.cpp 25 result = vasprintf(sptr, format, ap);
33 int vasprintf( char **sptr, const char *__restrict format, va_list ap ) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stdio2.h 196 __NTH (vasprintf (char **__restrict __ptr, __const char *__restrict __fmt, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio2.h 196 __NTH (vasprintf (char **__restrict __ptr, __const char *__restrict __fmt, 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/libcxx/include/support/ibm/
xlocale.h 303 int vasprintf(char **strp, const char *fmt, va_list ap) function
  /external/qemu/util/
osdep.c 500 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 );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 303 int vasprintf(char **strp, const char *fmt, va_list ap) function
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 303 int vasprintf(char **strp, const char *fmt, va_list ap) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 213 int vasprintf(char **__ret, const char *__format, __builtin_va_list __local_argv) function
389 int __cdecl vasprintf(char ** __restrict__ ret,const char * __restrict__ format,va_list ap) __attribute__ ((format (__MINGW_PRINTF_FORMAT, 2, 0)));;
    [all...]

Completed in 211 milliseconds