Searched refs:spec_xml_file (Results 1 – 5 of 5) sorted by relevance
49 char *spec_xml_file = NULL; /* for -x. */ variable329 if (! spec_xml_file) in compute_output_file_names()330 spec_xml_file = concat2 (all_but_tab_ext, ".xml"); in compute_output_file_names()331 output_file_name_check (&spec_xml_file); in compute_output_file_names()386 free (spec_xml_file); in output_file_names_free()
45 extern char *spec_xml_file;
714 free (spec_xml_file); in getargs()715 spec_xml_file = xstrdup (AS_FILE_NAME (optarg)); in getargs()
502 FILE *out = xfopen (spec_xml_file, "w"); in print_xml()
4694 * src/files.c (spec_xml_file): New var.4696 * src/files.h (spec_xml_file): New decl.