Home | History | Annotate | Download | only in src

Lines Matching refs:xstrdup

149       src_extension = xstrdup (language->src_extension);
150 header_extension = xstrdup (language->header_extension);
154 src_extension = xstrdup (ext);
155 header_extension = xstrdup (ext);
170 src_extension = xstrdup (ext);
171 header_extension = xstrdup (ext);
268 all_but_tab_ext = xstrdup (spec_file_prefix);
273 dir_prefix = xstrdup ("");
274 all_but_tab_ext = xstrdup ("y");
280 dir_prefix = xstrdup ("");
288 all_but_ext = xstrdup (all_but_tab_ext);
307 src_extension = xstrdup (".c");
309 header_extension = xstrdup (".h");
313 ? xstrdup (spec_outfile)
378 file_names[file_names_count-1] = xstrdup (*file_name);