va_fmt 1611 lib/vsprintf.c static char *va_format(char *buf, char *end, struct va_format *va_fmt, va_fmt 1616 lib/vsprintf.c if (check_pointer(&buf, end, va_fmt, spec)) va_fmt 1619 lib/vsprintf.c va_copy(va, *va_fmt->va); va_fmt 1620 lib/vsprintf.c buf += vsnprintf(buf, end > buf ? end - buf : 0, va_fmt->fmt, va);