xml_file           32 devel/scratch.c     const char *xml_file = NULL;
xml_file           42 devel/scratch.c                 xml_file = optarg;
xml_file           50 devel/scratch.c     top = filename2xml(xml_file);
xml_file          102 tools/crm_resource.c     gchar *xml_file;              // Value of (deprecated) --xml-file
xml_file          620 tools/crm_resource.c     { "xml-file", 'x', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_FILENAME, &options.xml_file,
xml_file         1235 tools/crm_resource.c     if (options.xml_file != NULL) {
xml_file         1236 tools/crm_resource.c         *cib_xml_copy = filename2xml(options.xml_file);
xml_file         2127 tools/crm_resource.c     g_free(options.xml_file);
xml_file           63 tools/crm_simulate.c     char *xml_file;
xml_file           94 tools/crm_simulate.c     if (options.xml_file) {
xml_file           95 tools/crm_simulate.c         free(options.xml_file);
xml_file           98 tools/crm_simulate.c     options.xml_file = NULL;
xml_file          234 tools/crm_simulate.c     if (options.xml_file) {
xml_file          235 tools/crm_simulate.c         free(options.xml_file);
xml_file          238 tools/crm_simulate.c     options.xml_file = strdup(optarg);
xml_file          244 tools/crm_simulate.c     if (options.xml_file) {
xml_file          245 tools/crm_simulate.c         free(options.xml_file);
xml_file          248 tools/crm_simulate.c     options.xml_file = strdup("-");
xml_file          691 tools/crm_simulate.c profile_one(const char *xml_file, long long repeat, pe_working_set_t *data_set, char *use_date)
xml_file          698 tools/crm_simulate.c     cib_object = filename2xml(xml_file);
xml_file          726 tools/crm_simulate.c     out->message(out, "profile", xml_file, start, end);
xml_file          772 tools/crm_simulate.c     const char *xml_file = va_arg(args, const char *);
xml_file          776 tools/crm_simulate.c     out->list_item(out, NULL, "Testing %s ... %.2f secs", xml_file,
xml_file          785 tools/crm_simulate.c     const char *xml_file = va_arg(args, const char *);
xml_file          792 tools/crm_simulate.c                                  "file", xml_file,
xml_file          872 tools/crm_simulate.c     options.xml_file = strdup("-");
xml_file          939 tools/crm_simulate.c     rc = setup_input(options.xml_file, options.store ? options.xml_file : options.output_file, &error);
xml_file          964 tools/crm_simulate.c     if(options.xml_file) {
xml_file         1021 tools/crm_simulate.c         if(options.xml_file) {
xml_file         1159 tools/crm_simulate.c     free(options.xml_file);
xml_file           44 tools/crm_ticket.c const char *xml_file = NULL;
xml_file          817 tools/crm_ticket.c                 xml_file = optarg;
xml_file          871 tools/crm_ticket.c     if (xml_file != NULL) {
xml_file          872 tools/crm_ticket.c         cib_xml_copy = filename2xml(xml_file);
xml_file           42 tools/crm_verify.c     char *xml_file;
xml_file           54 tools/crm_verify.c       &options.xml_file, "Check the configuration in the named file",
xml_file          175 tools/crm_verify.c     } else if (options.xml_file != NULL) {
xml_file          176 tools/crm_verify.c         cib_object = filename2xml(options.xml_file);
xml_file          179 tools/crm_verify.c             g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input file: %s", options.xml_file);
xml_file          289 tools/crm_verify.c     free(options.xml_file);