MCPcopy 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
783int vsprintf(char *str, const char *fmt, va_list ap)
784{
785 return vsnprintf(str, (size_t) - 1, fmt, ap);
786}
787
788int printf(const char *fmt, ...)
789{

Callers 3

sprintfFunction · 0.85
vwprintwFunction · 0.85
vwprintwFunction · 0.85

Calls 1

vsnprintfFunction · 0.70

Tested by

no test coverage detected