HomeSort by relevance Sort by last modified time
    Searched defs:asprintf (Results 1 - 17 of 17) 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
  /external/syslinux/com32/lib/
asprintf.c 2 * asprintf.c
9 int asprintf(char **bufp, const char *format, ...) function
  /external/syslinux/gpxe/src/core/
asprintf.c 41 int asprintf ( char **strp, const char *fmt, ... ) { function
  /external/openssh/openbsd-compat/
bsd-asprintf.c 4 * Based originally on asprintf.c from OpenBSD:
77 int asprintf(char **str, const char *fmt, ...) function
  /external/conscrypt/common/src/jni/main/include/
compat.h 31 // OTOH, we need to have _GNU_SOURCE defined to pick up asprintf from stdio.h.
79 inline int asprintf(char **strp, const char *fmt, ...) { function
  /external/libcxx/src/support/win32/
support.cpp 20 int asprintf(char **sptr, const char *__restrict format, ...) function
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
support.cpp 20 int asprintf(char **sptr, const char *__restrict format, ...) function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/support/win32/
support.cpp 20 int asprintf(char **sptr, const char *__restrict format, ...) function
  /external/ltp/lib/
self_exec.c 25 #define _GNU_SOURCE /* for asprintf */
41 int asprintf(char **app, const char *fmt, ...) function
194 if (asprintf(&arg, "%s,%d", arg, ival) < 0) {
203 if (asprintf(&arg, "%s,%s", arg, str) < 0) {
  /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,
  /bionic/libc/stdio/
stdio.cpp 648 int asprintf(char** s, const char* fmt, ...) { function
  /external/curl/lib/
mprintf.c 177 struct asprintf { struct
1025 struct asprintf *infop=(struct asprintf *)data;
1064 struct asprintf info;
1090 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
399 int __cdecl asprintf(char ** __restrict__ ret,const char * __restrict__ format,...) __attribute__ ((format (__MINGW_PRINTF_FORMAT, 2, 3)));
    [all...]

Completed in 946 milliseconds