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 833 lib/pacemaker/pcmk_output.c const char *xml_file = va_arg(args, const char *); xml_file 837 lib/pacemaker/pcmk_output.c out->list_item(out, NULL, "Testing %s ... %.2f secs", xml_file, xml_file 846 lib/pacemaker/pcmk_output.c const char *xml_file = va_arg(args, const char *); xml_file 853 lib/pacemaker/pcmk_output.c PCMK_XA_FILE, xml_file, xml_file 330 lib/pacemaker/pcmk_simulate.c profile_file(const char *xml_file, long long repeat, xml_file 341 lib/pacemaker/pcmk_simulate.c cib_object = pcmk__xml_read(xml_file); xml_file 378 lib/pacemaker/pcmk_simulate.c out->message(out, "profile", xml_file, start, end); xml_file 97 tools/crm_resource.c gchar *xml_file; // Value of (deprecated) --xml-file xml_file 779 tools/crm_resource.c { "xml-file", 'x', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_FILENAME, &options.xml_file, xml_file 1009 tools/crm_resource.c if (options.xml_file != NULL) { xml_file 1010 tools/crm_resource.c *cib_xml_copy = pcmk__xml_read(options.xml_file); xml_file 2171 tools/crm_resource.c g_free(options.xml_file); 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 543 tools/crm_simulate.c rc = setup_input(out, options.xml_file, xml_file 544 tools/crm_simulate.c options.store? options.xml_file : options.output_file, xml_file 564 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 418 tools/crm_ticket.c if (options.xml_file != NULL) { xml_file 419 tools/crm_ticket.c cib_xml_copy = pcmk__xml_read(options.xml_file); xml_file 654 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 222 tools/crm_verify.c if (options.xml_file != NULL) { xml_file 223 tools/crm_verify.c cib_source = options.xml_file; xml_file 286 tools/crm_verify.c free(options.xml_file);