MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / printf

Method printf

src/common/classes/fb_string.cpp:399–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397 }
398
399 void AbstractString::printf(const char* format,...)
400 {
401 va_list params;
402 va_start(params, format);
403 vprintf(format, params);
404 va_end(params);
405 }
406
407// Need macros here - va_copy()/va_end() should be called in SAME function
408#ifdef HAVE_VA_COPY

Callers 15

toStringMethod · 0.45
setupIcuAttributesMethod · 0.45
setAttrFunction · 0.45
getEntryPointMethod · 0.45
formatAndLoadMethod · 0.45
initializeMethod · 0.45
loadICUMethod · 0.45
unicode_util.cppFile · 0.45
getDefaultIcuVersionMethod · 0.45
checkMethod · 0.45
CVT_conversion_errorFunction · 0.45
getFilePathMethod · 0.45

Calls 1

vprintfFunction · 0.85

Tested by

no test coverage detected