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           47 include/pcmki/pcmki_simulate.h void pcmk__profile_file(const char *xml_file, long long repeat, pe_working_set_t *data_set,
xml_file          666 lib/pacemaker/pcmk_output.c     const char *xml_file = va_arg(args, const char *);
xml_file          670 lib/pacemaker/pcmk_output.c     out->list_item(out, NULL, "Testing %s ... %.2f secs", xml_file,
xml_file          679 lib/pacemaker/pcmk_output.c     const char *xml_file = va_arg(args, const char *);
xml_file          686 lib/pacemaker/pcmk_output.c                                  "file", xml_file,
xml_file          249 lib/pacemaker/pcmk_simulate.c pcmk__profile_file(const char *xml_file, long long repeat, pe_working_set_t *data_set, char *use_date)
xml_file          258 lib/pacemaker/pcmk_simulate.c     cib_object = filename2xml(xml_file);
xml_file          285 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          620 tools/crm_resource.c     { "xml-file", 'x', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_FILENAME, &options.xml_file,
xml_file         1247 tools/crm_resource.c     if (options.xml_file != NULL) {
xml_file         1248 tools/crm_resource.c         *cib_xml_copy = filename2xml(options.xml_file);
xml_file         2140 tools/crm_resource.c     g_free(options.xml_file);
xml_file           47 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          233 tools/crm_simulate.c     if (options.xml_file) {
xml_file          234 tools/crm_simulate.c         free(options.xml_file);
xml_file          237 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          494 tools/crm_simulate.c     options.xml_file = strdup("-");
xml_file          562 tools/crm_simulate.c     rc = setup_input(options.xml_file, options.store ? options.xml_file : options.output_file, &error);
xml_file          581 tools/crm_simulate.c     free(options.xml_file);
xml_file           44 tools/crm_ticket.c const char *xml_file = NULL;
xml_file          816 tools/crm_ticket.c                 xml_file = optarg;
xml_file          870 tools/crm_ticket.c     if (xml_file != NULL) {
xml_file          871 tools/crm_ticket.c         cib_xml_copy = filename2xml(xml_file);
xml_file           43 tools/crm_verify.c     char *xml_file;
xml_file           55 tools/crm_verify.c       &options.xml_file, "Check the configuration in the named file",
xml_file          159 tools/crm_verify.c     } else if (options.xml_file != NULL) {
xml_file          160 tools/crm_verify.c         cib_object = filename2xml(options.xml_file);
xml_file          163 tools/crm_verify.c             g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input file: %s", options.xml_file);
xml_file          268 tools/crm_verify.c     free(options.xml_file);