xml_file           43 scratch.c          const char *xml_file = NULL;
xml_file           53 scratch.c                      xml_file = optarg;
xml_file           61 scratch.c          top = filename2xml(xml_file);
xml_file          100 tools/crm_resource.c     gchar *xml_file;
xml_file          580 tools/crm_resource.c     { "xml-file", 'x', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_FILENAME, &options.xml_file,
xml_file         1222 tools/crm_resource.c     if (options.xml_file != NULL) {
xml_file         1223 tools/crm_resource.c         *cib_xml_copy = filename2xml(options.xml_file);
xml_file         1961 tools/crm_resource.c     g_free(options.xml_file);
xml_file           61 tools/crm_simulate.c     char *xml_file;
xml_file           91 tools/crm_simulate.c     if (options.xml_file) {
xml_file           92 tools/crm_simulate.c         free(options.xml_file);
xml_file           95 tools/crm_simulate.c     options.xml_file = NULL;
xml_file          231 tools/crm_simulate.c     if (options.xml_file) {
xml_file          232 tools/crm_simulate.c         free(options.xml_file);
xml_file          235 tools/crm_simulate.c     options.xml_file = strdup(optarg);
xml_file          241 tools/crm_simulate.c     if (options.xml_file) {
xml_file          242 tools/crm_simulate.c         free(options.xml_file);
xml_file          245 tools/crm_simulate.c     options.xml_file = strdup("-");
xml_file          782 tools/crm_simulate.c profile_one(const char *xml_file, long long repeat, pe_working_set_t *data_set, char *use_date)
xml_file          787 tools/crm_simulate.c     printf("* Testing %s ...", xml_file);
xml_file          790 tools/crm_simulate.c     cib_object = filename2xml(xml_file);
xml_file          910 tools/crm_simulate.c     options.xml_file = strdup("-");
xml_file          963 tools/crm_simulate.c     rc = setup_input(options.xml_file, options.store ? options.xml_file : options.output_file, &error);
xml_file          987 tools/crm_simulate.c     if(options.xml_file) {
xml_file         1032 tools/crm_simulate.c         if(options.xml_file) {
xml_file         1129 tools/crm_simulate.c     free(options.xml_file);
xml_file           44 tools/crm_ticket.c const char *xml_file = NULL;
xml_file          814 tools/crm_ticket.c                 xml_file = optarg;
xml_file          868 tools/crm_ticket.c     if (xml_file != NULL) {
xml_file          869 tools/crm_ticket.c         cib_xml_copy = filename2xml(xml_file);
xml_file          121 tools/crm_verify.c     const char *xml_file = NULL;
xml_file          147 tools/crm_verify.c                 xml_file = optarg;
xml_file          215 tools/crm_verify.c     } else if (xml_file != NULL) {
xml_file          216 tools/crm_verify.c         cib_object = filename2xml(xml_file);
xml_file          218 tools/crm_verify.c             fprintf(stderr, "Couldn't parse input file: %s\n", xml_file);