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

  /toolchain/binutils/binutils-2.27/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/conscrypt/common/src/jni/main/include/conscrypt/
compat.h 31 // OTOH, we need to have _GNU_SOURCE defined to pick up asprintf from stdio.h.
80 inline int asprintf(char **strp, const char *fmt, ...) { function
  /external/ltp/lib/
self_exec.c 25 #define _GNU_SOURCE /* for asprintf */
42 int asprintf(char **app, const char *fmt, ...) function
191 if (asprintf(&arg, "%s,%d", arg, ival) < 0) {
200 if (asprintf(&arg, "%s,%s", arg, str) < 0) {
  /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 683 int asprintf(char** s, const char* fmt, ...) { function
  /external/curl/lib/
mprintf.c 170 struct asprintf { struct
1031 struct asprintf *infop = (struct asprintf *)data;
1070 struct asprintf info;
1095 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 240 milliseconds