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

Function make_name

src/gpre/languages/ftn.cpp:3679–3684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3677//
3678
3679static TEXT* make_name( TEXT* const string, const gpre_sym* symbol)
3680{
3681 fb_utils::snprintf(string, MAX_CURSOR_SIZE, "%s'%s '%s", REF_1, symbol->sym_string, REF_2);
3682
3683 return string;
3684}
3685
3686
3687//____________________________________________________________

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