Home
last modified time | relevance | path

Searched refs:which_buf (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa.c1142 char which_buf[16]; in cgraph_build_static_cdtor_1() local
1149 sprintf (which_buf, "%c_%.5d_%d", which, priority, counter++); in cgraph_build_static_cdtor_1()
1153 sprintf (which_buf, "sub_%c_%.5d_%d", which, priority, counter++); in cgraph_build_static_cdtor_1()
1154 name = get_file_function_name (which_buf); in cgraph_build_static_cdtor_1()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa.c862 char which_buf[16]; in cgraph_build_static_cdtor_1() local
869 sprintf (which_buf, "%c_%.5d_%d", which, priority, counter++); in cgraph_build_static_cdtor_1()
873 sprintf (which_buf, "sub_%c_%.5d_%d", which, priority, counter++); in cgraph_build_static_cdtor_1()
874 name = get_file_function_name (which_buf); in cgraph_build_static_cdtor_1()