Lines Matching refs:xstrdup
147 src_extension = xstrdup (language->src_extension); in compute_exts_from_gf()
148 header_extension = xstrdup (language->header_extension); in compute_exts_from_gf()
152 src_extension = xstrdup (ext); in compute_exts_from_gf()
153 header_extension = xstrdup (ext); in compute_exts_from_gf()
168 src_extension = xstrdup (ext); in compute_exts_from_src()
169 header_extension = xstrdup (ext); in compute_exts_from_src()
266 all_but_tab_ext = xstrdup (spec_file_prefix); in compute_file_name_parts()
271 dir_prefix = xstrdup (""); in compute_file_name_parts()
272 all_but_tab_ext = xstrdup ("y"); in compute_file_name_parts()
278 dir_prefix = xstrdup (""); in compute_file_name_parts()
286 all_but_ext = xstrdup (all_but_tab_ext); in compute_file_name_parts()
305 src_extension = xstrdup (".c"); in compute_output_file_names()
307 header_extension = xstrdup (".h"); in compute_output_file_names()
311 ? xstrdup (spec_outfile) in compute_output_file_names()
376 file_names[file_names_count-1] = xstrdup (*file_name); in output_file_name_check()