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

  /toolchain/binutils/binutils-2.25/libiberty/
asprintf.c 32 @deftypefn Extension int asprintf (char **@var{resptr}, const char *@var{format}, ...)
47 asprintf (char **buf, const char *fmt, ...) function
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
asprintf.c 1 /* $OpenBSD: asprintf.c,v 1.22 2015/12/28 22:08:18 mmcc Exp $ */
27 asprintf(char **str, const char *fmt, ...) function
61 DEF_WEAK(asprintf); variable
  /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.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 156 __NTH (asprintf (char **__restrict __ptr, __const char *__restrict __fmt, ...)) function
185 # define asprintf(ptr, ...) \ macro
  /external/libxml2/
trio.h 218 #define asprintf trio_asprintf macro
  /external/libmicrohttpd/doc/examples/
sessions.c 4 /* needed for asprintf */
16 asprintf (char **resultp, const char *format, ...) function
340 if (-1 == asprintf (&reply,
382 if (-1 == asprintf (&reply,
  /external/curl/lib/
mprintf.c 182 struct asprintf { struct
1001 struct asprintf *infop=(struct asprintf *)data;
1037 struct asprintf info;
1063 struct asprintf info;
  /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...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 1082 milliseconds