| D | mprintf.c | 161 char *buffer; member 216 static int parsefmt(const char *format, in parsefmt() argument 222 char *fmt = (char *)format; in parsefmt() 657 const char *format, /* %-formatted string */ in formatf() argument 677 if(parsefmt(format, output, input, &ocount, &icount, ap_save)) in formatf() 997 #pragma clang diagnostic push in formatf() 998 #pragma clang diagnostic ignored "-Wformat-nonliteral" in formatf() 1008 #pragma clang diagnostic pop in formatf() 1044 *infop->buffer++ = (char)outc; /* store */ in addbyter() 1051 int curl_mvsnprintf(char *buffer, size_t maxlength, const char *format, in curl_mvsnprintf() argument [all …]
|