BUF_VPRINTF(3) - Library Functions Manual
buf_vprintf - write a to a buffer using printf(3) like format
#include <buf.h>
int
buf_vprintf(struct buf *b, const char
*fmt, va_list ap);
This function is the synonym of buf_printf() but use a va_list argument instead.
See buf_printf(3) for more details.
The buf_vprintf() function returns -1 in case of error and errno is set to indicate the error.
[ENOMEM
]
Couldn’t allocate more memory.
libbuf(3), buf_printf(3)
The libbuf library was written by David Demelier <markand@malikania.fr>
macOS 13.5 - October 29, 2019-2022