Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ vsprintf
Function
vsprintf
payloads/libpayload/libc/printf.c:783–786 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
781
}
782
783
int vsprintf(char *str, const char *fmt, va_list ap)
784
{
785
return vsnprintf(str, (size_t) - 1, fmt, ap);
786
}
787
788
int printf(const char *fmt, ...)
789
{
Callers
3
sprintf
Function · 0.85
vwprintw
Function · 0.85
vwprintw
Function · 0.85
Calls
1
vsnprintf
Function · 0.70
Tested by
no test coverage detected