xml_file 32 scratch.c const char *xml_file = NULL; xml_file 42 scratch.c xml_file = optarg; xml_file 50 scratch.c top = filename2xml(xml_file); xml_file 101 tools/crm_resource.c gchar *xml_file; // Value of (deprecated) --xml-file xml_file 615 tools/crm_resource.c { "xml-file", 'x', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_FILENAME, &options.xml_file, xml_file 1228 tools/crm_resource.c if (options.xml_file != NULL) { xml_file 1229 tools/crm_resource.c *cib_xml_copy = filename2xml(options.xml_file); xml_file 2116 tools/crm_resource.c g_free(options.xml_file); xml_file 62 tools/crm_simulate.c char *xml_file; xml_file 93 tools/crm_simulate.c if (options.xml_file) { xml_file 94 tools/crm_simulate.c free(options.xml_file); xml_file 97 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 243 tools/crm_simulate.c if (options.xml_file) { xml_file 244 tools/crm_simulate.c free(options.xml_file); xml_file 247 tools/crm_simulate.c options.xml_file = strdup("-"); xml_file 688 tools/crm_simulate.c profile_one(const char *xml_file, long long repeat, pe_working_set_t *data_set, char *use_date) xml_file 695 tools/crm_simulate.c cib_object = filename2xml(xml_file); xml_file 723 tools/crm_simulate.c out->message(out, "profile", xml_file, start, end); xml_file 769 tools/crm_simulate.c const char *xml_file = va_arg(args, const char *); xml_file 773 tools/crm_simulate.c out->list_item(out, NULL, "Testing %s ... %.2f secs", xml_file, xml_file 782 tools/crm_simulate.c const char *xml_file = va_arg(args, const char *); xml_file 789 tools/crm_simulate.c "file", xml_file, xml_file 869 tools/crm_simulate.c options.xml_file = strdup("-"); xml_file 936 tools/crm_simulate.c rc = setup_input(options.xml_file, options.store ? options.xml_file : options.output_file, &error); xml_file 961 tools/crm_simulate.c if(options.xml_file) { xml_file 1018 tools/crm_simulate.c if(options.xml_file) { xml_file 1156 tools/crm_simulate.c free(options.xml_file); xml_file 44 tools/crm_ticket.c const char *xml_file = NULL; xml_file 817 tools/crm_ticket.c xml_file = optarg; xml_file 871 tools/crm_ticket.c if (xml_file != NULL) { xml_file 872 tools/crm_ticket.c cib_xml_copy = filename2xml(xml_file); xml_file 42 tools/crm_verify.c char *xml_file; xml_file 54 tools/crm_verify.c &options.xml_file, "Check the configuration in the named file", xml_file 175 tools/crm_verify.c } else if (options.xml_file != NULL) { xml_file 176 tools/crm_verify.c cib_object = filename2xml(options.xml_file); xml_file 179 tools/crm_verify.c g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input file: %s", options.xml_file); xml_file 289 tools/crm_verify.c free(options.xml_file);