| D | mprintf.c | 158 char *buffer; member 213 static int parsefmt(const char *format, in parsefmt() argument 219 char *fmt = (char *)format; in parsefmt() 669 const char *format, /* %-formatted string */ in formatf() argument 689 if(parsefmt(format, output, input, &ocount, &icount, ap_save)) in formatf() 1011 #pragma clang diagnostic push in formatf() 1012 #pragma clang diagnostic ignored "-Wformat-nonliteral" in formatf() 1027 #pragma clang diagnostic pop in formatf() 1063 *infop->buffer++ = (char)outc; /* store */ in addbyter() 1070 int curl_mvsnprintf(char *buffer, size_t maxlength, const char *format, in curl_mvsnprintf() argument [all …]
|