Searched defs:asprintf (Results 1 – 7 of 7) sorted by relevance
77 int asprintf(char **str, const char *fmt, ...) in asprintf() function
170 struct asprintf { struct171 char *buffer; /* allocated buffer */172 size_t len; /* length of string */173 size_t alloc; /* length of alloc */174 int fail; /* (!= 0) if an alloc has failed and thus
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
330 #define asprintf libintl_asprintf macro
1897 TEST(MemorySanitizer, asprintf) { // NOLINT in TEST() argument