Searched defs:asprintf (Results 1 – 9 of 9) sorted by relevance
5 int asprintf(char **s, const char *fmt, ...) in asprintf() function
101 #define asprintf util_asprintf macro
102 #define asprintf util_asprintf macro
80 inline int asprintf(char **strp, const char *fmt, ...) { in asprintf() function
42 int asprintf(char **app, const char *fmt, ...) in asprintf() function
218 #define asprintf trio_asprintf macro
172 struct asprintf { struct173 struct dynbuf *b;174 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