Searched defs:asprintf (Results 1 – 10 of 10) sorted by relevance
/external/openssh/openbsd-compat/ |
D | bsd-asprintf.c | 86 int asprintf(char **str, const char *fmt, ...) in asprintf() function
|
/external/mesa3d/src/util/ |
D | u_string.h | 101 #define asprintf util_asprintf macro
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | compat.h | 80 inline int asprintf(char **strp, const char *fmt, ...) { in asprintf() function
|
/external/ltp/lib/ |
D | self_exec.c | 42 int asprintf(char **app, const char *fmt, ...) in asprintf() function
|
/external/libxml2/ |
D | trio.h | 218 #define asprintf trio_asprintf macro
|
/external/libxkbcommon/src/ |
D | utils.c | 169 asprintf(char **strp, const char *fmt, ...) in asprintf() function
|
/external/curl/lib/ |
D | mprintf.c | 171 struct asprintf { struct 172 struct dynbuf *b; 173 bool fail; /* if an alloc has failed and thus the output is not the complete
|
/external/e2fsprogs/intl/ |
D | libgnuintl.h.in | 330 #define asprintf libintl_asprintf macro
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1897 TEST(MemorySanitizer, asprintf) { // NOLINT in TEST() argument
|
/external/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 2039 TEST(MemorySanitizer, asprintf) { in TEST() argument
|