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 = pcmk__xml_read(xml_file); xml_file 856 lib/pacemaker/pcmk_output.c const char *xml_file = va_arg(args, const char *); xml_file 860 lib/pacemaker/pcmk_output.c out->list_item(out, NULL, "Testing %s ... %.2f secs", xml_file, xml_file 869 lib/pacemaker/pcmk_output.c const char *xml_file = va_arg(args, const char *); xml_file 876 lib/pacemaker/pcmk_output.c PCMK_XA_FILE, xml_file, xml_file 329 lib/pacemaker/pcmk_simulate.c profile_file(const char *xml_file, long long repeat, xml_file 340 lib/pacemaker/pcmk_simulate.c cib_object = pcmk__xml_read(xml_file); xml_file 377 lib/pacemaker/pcmk_simulate.c out->message(out, "profile", xml_file, start, end); xml_file 49 tools/crm_simulate.c char *xml_file; xml_file 95 tools/crm_simulate.c if (options.xml_file) { xml_file 96 tools/crm_simulate.c free(options.xml_file); xml_file 99 tools/crm_simulate.c options.xml_file = NULL; xml_file 218 tools/crm_simulate.c pcmk__str_update(&options.xml_file, optarg); xml_file 225 tools/crm_simulate.c pcmk__str_update(&options.xml_file, "-"); xml_file 476 tools/crm_simulate.c options.xml_file = strdup("-"); xml_file 536 tools/crm_simulate.c rc = setup_input(out, options.xml_file, xml_file 537 tools/crm_simulate.c options.store? options.xml_file : options.output_file, xml_file 557 tools/crm_simulate.c free(options.xml_file); xml_file 53 tools/crm_ticket.c gchar *xml_file; xml_file 241 tools/crm_ticket.c { "xml-file", 'x', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, &options.xml_file, xml_file 417 tools/crm_ticket.c if (options.xml_file != NULL) { xml_file 418 tools/crm_ticket.c cib_xml_copy = pcmk__xml_read(options.xml_file); xml_file 656 tools/crm_ticket.c g_free(options.xml_file); xml_file 42 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 221 tools/crm_verify.c if (options.xml_file != NULL) { xml_file 222 tools/crm_verify.c cib_source = options.xml_file; xml_file 280 tools/crm_verify.c free(options.xml_file);