Searched defs:asprintf (Results 1 – 8 of 8) sorted by relevance
5 int asprintf(char **s, const char *fmt, ...) in asprintf() function
80 inline int asprintf(char **strp, const char *fmt, ...) { in asprintf() function
101 #define asprintf util_asprintf macro
42 int asprintf(char **app, const char *fmt, ...) in asprintf() function
218 #define asprintf trio_asprintf macro
171 struct asprintf { struct172 struct dynbuf *b;173 bool fail; /* if an alloc has failed and thus the output is not the complete
169 asprintf(char **strp, const char *fmt, ...) in asprintf() function
1897 TEST(MemorySanitizer, asprintf) { // NOLINT in TEST() argument