Searched refs:va_fmt (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | vsprintf.c | 1704 static char *va_format(char *buf, char *end, struct va_format *va_fmt, in va_format() argument 1709 if (check_pointer(&buf, end, va_fmt, spec)) in va_format() 1712 va_copy(va, *va_fmt->va); in va_format() 1713 buf += vsnprintf(buf, end > buf ? end - buf : 0, va_fmt->fmt, va); in va_format()
|