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

  /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/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) {
  /external/libxml2/
trio.h 218 #define asprintf trio_asprintf macro
  /external/curl/lib/
mprintf.c 170 struct asprintf { struct
1031 struct asprintf *infop = (struct asprintf *)data;
1070 struct asprintf info;
1095 struct asprintf info;
  /bionic/libc/stdio/
stdio.cpp 740 int asprintf(char** s, const char* fmt, ...) { function

Completed in 960 milliseconds