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          668 lib/pacemaker/pcmk_output.c     const char *xml_file = va_arg(args, const char *);
xml_file          672 lib/pacemaker/pcmk_output.c     out->list_item(out, NULL, "Testing %s ... %.2f secs", xml_file,
xml_file          681 lib/pacemaker/pcmk_output.c     const char *xml_file = va_arg(args, const char *);
xml_file          688 lib/pacemaker/pcmk_output.c                                  "file", xml_file,
xml_file          326 lib/pacemaker/pcmk_simulate.c profile_file(const char *xml_file, long long repeat, pe_working_set_t *data_set,
xml_file          337 lib/pacemaker/pcmk_simulate.c     cib_object = filename2xml(xml_file);
xml_file          371 lib/pacemaker/pcmk_simulate.c     out->message(out, "profile", xml_file, start, end);
xml_file          102 tools/crm_resource.c     gchar *xml_file;              // Value of (deprecated) --xml-file
xml_file          624 tools/crm_resource.c     { "xml-file", 'x', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_FILENAME, &options.xml_file,
xml_file         1233 tools/crm_resource.c     if (options.xml_file != NULL) {
xml_file         1234 tools/crm_resource.c         *cib_xml_copy = filename2xml(options.xml_file);
xml_file         2145 tools/crm_resource.c     g_free(options.xml_file);
xml_file           48 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          217 tools/crm_simulate.c     pcmk__str_update(&options.xml_file, optarg);
xml_file          224 tools/crm_simulate.c     pcmk__str_update(&options.xml_file, "-");
xml_file          470 tools/crm_simulate.c     options.xml_file = strdup("-");
xml_file          538 tools/crm_simulate.c     rc = setup_input(options.xml_file, options.store ? options.xml_file : options.output_file, &error);
xml_file          557 tools/crm_simulate.c     free(options.xml_file);
xml_file           53 tools/crm_ticket.c     gchar *xml_file;
xml_file          233 tools/crm_ticket.c     { "xml-file", 'x', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, &options.xml_file,
xml_file          789 tools/crm_ticket.c     if (options.xml_file != NULL) {
xml_file          790 tools/crm_ticket.c         cib_xml_copy = filename2xml(options.xml_file);
xml_file         1016 tools/crm_ticket.c     g_free(options.xml_file);
xml_file           43 tools/crm_verify.c     char *xml_file;
xml_file           53 tools/crm_verify.c       &options.xml_file, "Check the configuration in the named file",
xml_file          157 tools/crm_verify.c     } else if (options.xml_file != NULL) {
xml_file          158 tools/crm_verify.c         cib_object = filename2xml(options.xml_file);
xml_file          161 tools/crm_verify.c             g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input file: %s", options.xml_file);
xml_file          269 tools/crm_verify.c     free(options.xml_file);