xml_file_new 38 tools/crm_diff.c char *xml_file_new; xml_file_new 57 tools/crm_diff.c { "new", 'n', 0, G_OPTION_ARG_STRING, &options.xml_file_new, xml_file_new 87 tools/crm_diff.c pcmk__str_update(&options.xml_file_new, optarg); xml_file_new 101 tools/crm_diff.c pcmk__str_update(&options.xml_file_new, optarg); xml_file_new 165 tools/crm_diff.c generate_patch(xmlNode *object_original, xmlNode *object_new, const char *xml_file_new, xml_file_new 190 tools/crm_diff.c crm_log_xml_debug(object_new, (xml_file_new? xml_file_new: "target")); xml_file_new 298 tools/crm_diff.c object_new = pcmk__xml_parse(options.xml_file_new); xml_file_new 304 tools/crm_diff.c } else if (options.xml_file_new != NULL) { xml_file_new 305 tools/crm_diff.c object_new = pcmk__xml_read(options.xml_file_new); xml_file_new 322 tools/crm_diff.c rc = generate_patch(object_original, object_new, options.xml_file_new, options.as_cib, options.no_version); xml_file_new 330 tools/crm_diff.c free(options.xml_file_new);