74int vxprintf(
void (*func)(
const char *,
int,
void *),
void *opaque,
const char *fmt, va_list ap);
88int vsprintf(
char *
buf,
const char *fmt, va_list ap);
104int vsnprintf(
char *
buf,
size_t n,
const char *fmt, va_list ap);
int vsprintf(char *buf, const char *fmt, va_list ap)
Prints a formatted string to a string.
Definition xprintf.c:723
int vxprintf(void(*func)(const char *, int, void *), void *opaque, const char *fmt, va_list ap)
Prints a formatted string to a callback.
Definition xprintf.c:318
int vasprintf(char **out, const char *fmt, va_list ap)
Prints a formatted string to a newly allocated string.
Definition xprintf.c:786
int vsnprintf(char *buf, size_t n, const char *fmt, va_list ap)
Prints a formatted string to a length-limited string.
Definition xprintf.c:730
uint32_t out
Definition cpu.c:62
static const void * buf
Definition syscalls.h:61