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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
asprintf.c 1 /* $OpenBSD: asprintf.c,v 1.19 2011/05/30 18:48:33 martynas Exp $ */
28 asprintf(char **str, const char *fmt, ...) function
  /external/libcxx/src/support/win32/
support.cpp 20 int asprintf(char **sptr, const char *__restrict format, ...) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
support.cpp 20 int asprintf(char **sptr, const char *__restrict format, ...) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stdio2.h 156 __NTH (asprintf (char **__restrict __ptr, __const char *__restrict __fmt, ...)) function
185 # define asprintf(ptr, ...) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio2.h 156 __NTH (asprintf (char **__restrict __ptr, __const char *__restrict __fmt, ...)) function
185 # define asprintf(ptr, ...) \ macro
  /external/chromium_org/third_party/libxml/src/
trio.h 204 #define asprintf trio_asprintf macro
  /external/chromium_org/third_party/libxslt/libxslt/
trio.h 204 #define asprintf trio_asprintf macro
  /external/libxml2/
trio.h 204 #define asprintf trio_asprintf macro
  /external/qemu/util/
osdep.c 499 int asprintf( char **, const char *, ... );
511 int asprintf( char **sptr, const char *fmt, ... ) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 202 int asprintf(char **__ret, const char *__format, ...) function
390 int __cdecl asprintf(char ** __restrict__ ret,const char * __restrict__ format,...) __attribute__ ((format (__MINGW_PRINTF_FORMAT, 2, 3)));
    [all...]

Completed in 416 milliseconds