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

Function make_name

src/gpre/languages/pas.cpp:3243–3248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3241//
3242
3243static TEXT* make_name( TEXT* const string, const gpre_sym* symbol)
3244{
3245 fb_utils::snprintf(string, MAX_CURSOR_SIZE, "'%s '", symbol->sym_string);
3246
3247 return string;
3248}
3249
3250
3251//____________________________________________________________

Callers 9

gen_cursor_openFunction · 0.70
gen_dyn_closeFunction · 0.70
gen_dyn_declareFunction · 0.70
gen_dyn_describeFunction · 0.70
gen_dyn_executeFunction · 0.70
gen_dyn_fetchFunction · 0.70
gen_dyn_insertFunction · 0.70
gen_dyn_openFunction · 0.70
gen_dyn_prepareFunction · 0.70

Calls 1

snprintfFunction · 0.50

Tested by

no test coverage detected