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

Function printa

src/gpre/languages/pas.cpp:3380–3388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3378//
3379
3380static void printa( int column, const char* string, ...)
3381{
3382 va_list ptr;
3383
3384 va_start(ptr, string);
3385 align(column);
3386 vfprintf(gpreGlob.out_file, string, ptr);
3387 va_end(ptr);
3388}
3389
3390
3391//____________________________________________________________

Callers 15

beginFunction · 0.70
endpFunction · 0.70
endsFunction · 0.70
set_sqlcodeFunction · 0.70
asgn_fromFunction · 0.70
gen_at_endFunction · 0.70
gen_blob_closeFunction · 0.70
gen_blob_endFunction · 0.70
gen_blob_forFunction · 0.70
gen_blob_openFunction · 0.70
gen_blrFunction · 0.70
gen_compileFunction · 0.70

Calls 2

vfprintfFunction · 0.85
alignFunction · 0.70

Tested by

no test coverage detected