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 835 lib/pacemaker/pcmk_output.c const char *xml_file = va_arg(args, const char *); xml_file 839 lib/pacemaker/pcmk_output.c out->list_item(out, NULL, "Testing %s ... %.2f secs", xml_file, xml_file 848 lib/pacemaker/pcmk_output.c const char *xml_file = va_arg(args, const char *); xml_file 855 lib/pacemaker/pcmk_output.c "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 = filename2xml(xml_file); xml_file 374 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 637 tools/crm_resource.c { "xml-file", 'x', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_FILENAME, &options.xml_file, xml_file 1149 tools/crm_resource.c if (options.xml_file != NULL) { xml_file 1150 tools/crm_resource.c *cib_xml_copy = filename2xml(options.xml_file); xml_file 2076 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 471 tools/crm_simulate.c options.xml_file = strdup("-"); xml_file 541 tools/crm_simulate.c rc = setup_input(out, options.xml_file, xml_file 542 tools/crm_simulate.c options.store? options.xml_file : options.output_file, xml_file 562 tools/crm_simulate.c free(options.xml_file); xml_file 54 tools/crm_ticket.c gchar *xml_file; xml_file 234 tools/crm_ticket.c { "xml-file", 'x', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, &options.xml_file, xml_file 782 tools/crm_ticket.c if (options.xml_file != NULL) { xml_file 783 tools/crm_ticket.c cib_xml_copy = filename2xml(options.xml_file); xml_file 1006 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 176 tools/crm_verify.c } else if (options.xml_file != NULL) { xml_file 177 tools/crm_verify.c cib_object = filename2xml(options.xml_file); xml_file 180 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input file: %s", options.xml_file); xml_file 288 tools/crm_verify.c free(options.xml_file);