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

Function printa

src/gpre/languages/ada.cpp:3524–3533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3522//
3523
3524static void printa( int column, const TEXT* string, ...)
3525{
3526 va_list ptr;
3527
3528 va_start(ptr, string);
3529 align(column);
3530 vsprintf(output_buffer, string, ptr);
3531 va_end(ptr);
3532 ADA_print_buffer(output_buffer, column);
3533}
3534
3535
3536//____________________________________________________________

Callers 15

endifFunction · 0.70
beginFunction · 0.70
endpFunction · 0.70
set_sqlcodeFunction · 0.70
asgn_fromFunction · 0.70
asgn_toFunction · 0.70
asgn_to_procFunction · 0.70
gen_at_endFunction · 0.70
gen_basedFunction · 0.70
gen_blob_closeFunction · 0.70
gen_blob_endFunction · 0.70
gen_blob_forFunction · 0.70

Calls 3

vsprintfFunction · 0.85
ADA_print_bufferFunction · 0.85
alignFunction · 0.70

Tested by

no test coverage detected