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

Function printa

src/gpre/languages/rmc.cpp:4324–4336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4322//
4323
4324static void printa(const TEXT* column, bool call, const TEXT* string, ...)
4325{
4326 va_list ptr;
4327 TEXT s[256];
4328
4329 va_start(ptr, string);
4330 strcpy(s, column);
4331 strcat(s, string);
4332 strcat(s, "\n");
4333 vsprintf(output_buffer, s, ptr);
4334 va_end(ptr);
4335 RMC_print_buffer(output_buffer, call);
4336}
4337
4338
4339#ifdef NOT_USED_OR_REPLACED

Callers 15

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_clear_handlesFunction · 0.70
gen_compileFunction · 0.70
gen_create_databaseFunction · 0.70
gen_cursor_closeFunction · 0.70
gen_cursor_initFunction · 0.70
gen_cursor_openFunction · 0.70

Calls 2

vsprintfFunction · 0.85
RMC_print_bufferFunction · 0.85

Tested by

no test coverage detected