|
PatchworkOS
|
Go to the source code of this file.
Functions | |
| int | vsnprintf (char *_RESTRICT s, size_t n, const char *_RESTRICT format, va_list arg) |
Definition at line 5 of file vsnprintf.c.
References _print(), _format_ctx_t::arg, _format_ctx_t::base, _format_ctx_t::buffer, _format_ctx_t::currentChars, EOF, _format_ctx_t::flags, _format_ctx_t::maxChars, NULL, _format_ctx_t::precision, _format_ctx_t::stream, _format_ctx_t::totalChars, va_copy, va_end, and _format_ctx_t::width.
Referenced by log_vprint(), openf(), panic(), snprintf(), sprintf(), vopenf(), vremovef(), vsprintf(), and vwritef().