MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / vSWPrintf

Method vSWPrintf

rEFIt_UEFI/cpp_foundation/XString.h:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167public:
168 void vSWPrintf(const char* format, va_list va)
169 {
170 setEmpty();
171 vwprintf_with_callback(format, va, transmitSPrintf, this);
172 }
173 void SWPrintf(const char* format, ...) __attribute__((__format__(__printf__, 2, 3)))
174 {
175 va_list va;

Callers 4

vprintfFunction · 0.80
AddMenuInfo_fMethod · 0.80
AddMenuInfoLine_fMethod · 0.80
SWPrintfFunction · 0.80

Calls 1

vwprintf_with_callbackFunction · 0.50

Tested by

no test coverage detected