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