Searched refs:spec_xml_file (Results 1 – 5 of 5) sorted by relevance
58 char *spec_xml_file = NULL; /* for -x. */ variable430 if (! spec_xml_file) in compute_output_file_names()431 spec_xml_file = concat2 (all_but_tab_ext, ".xml"); in compute_output_file_names()432 output_file_name_check (&spec_xml_file, false); in compute_output_file_names()529 free (spec_xml_file); in output_file_names_free()
48 extern char *spec_xml_file;
827 free (spec_xml_file); in getargs()828 spec_xml_file = xstrdup (optarg); in getargs()
497 FILE *out = xfopen (spec_xml_file, "w"); in print_xml()
7141 * src/files.c (spec_xml_file): New var.7143 * src/files.h (spec_xml_file): New decl.