Searched refs:concat2 (Results 1 – 2 of 2) sorted by relevance
91 concat2 (char const *str1, char const *str2) in concat2() function284 all_but_ext = concat2 (all_but_tab_ext, TAB_EXT); in compute_file_name_parts()312 : concat2 (all_but_ext, src_extension)); in compute_output_file_names()317 spec_defines_file = concat2 (all_but_ext, header_extension); in compute_output_file_names()323 spec_graph_file = concat2 (all_but_tab_ext, ".dot"); in compute_output_file_names()330 spec_xml_file = concat2 (all_but_tab_ext, ".xml"); in compute_output_file_names()337 spec_verbose_file = concat2 (all_but_tab_ext, OUTPUT_EXT); in compute_output_file_names()
13940 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)14141 (concat2): Renamed from stringappend. Now static.