Searched refs:concat2 (Results 1 – 2 of 2) sorted by relevance
90 concat2 (char const *str1, char const *str2) in concat2() function285 all_but_ext = concat2 (all_but_tab_ext, TAB_EXT); in compute_file_name_parts()314 spec_outfile ? spec_outfile : concat2 (all_but_ext, src_extension); in compute_output_file_names()319 spec_defines_file = concat2 (all_but_ext, header_extension); in compute_output_file_names()326 spec_graph_file = concat2 (all_but_tab_ext, ".vcg"); in compute_output_file_names()332 spec_verbose_file = concat2 (all_but_tab_ext, OUTPUT_EXT); in compute_output_file_names()
5679 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)5880 (concat2): Renamed from stringappend. Now static.