temp_rc 339 lib/cib/cib_utils.c int temp_rc = pcmk_rc_no_output; temp_rc 348 lib/cib/cib_utils.c temp_rc = out->message(out, "xml-patchset", local_diff); temp_rc 349 lib/cib/cib_utils.c out_rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 102 lib/common/patchset_display.c int temp_rc = xml_show_patchset_v1_recursive(out, prefix, child, temp_rc 104 lib/common/patchset_display.c rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 149 lib/common/patchset_display.c int temp_rc = xml_show_patchset_v1_recursive(out, "- ", child, 0, temp_rc 152 lib/common/patchset_display.c rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 165 lib/common/patchset_display.c int temp_rc = xml_show_patchset_v1_recursive(out, "+ ", child, 0, temp_rc 168 lib/common/patchset_display.c rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 198 lib/common/patchset_display.c int temp_rc = pcmk_rc_no_output; temp_rc 213 lib/common/patchset_display.c temp_rc = pcmk__xml_show(out, prefix, change->children, 0, temp_rc 215 lib/common/patchset_display.c rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 222 lib/common/patchset_display.c temp_rc = pcmk__xml_show(out, prefix, change->children, 0, temp_rc 226 lib/common/patchset_display.c rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 232 lib/common/patchset_display.c temp_rc = out->info(out, temp_rc 235 lib/common/patchset_display.c rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 264 lib/common/patchset_display.c temp_rc = out->info(out, "+ %s: %s", xpath, buffer_set->str); temp_rc 265 lib/common/patchset_display.c rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 270 lib/common/patchset_display.c temp_rc = out->info(out, "-- %s: %s", temp_rc 272 lib/common/patchset_display.c rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 281 lib/common/patchset_display.c temp_rc = out->info(out, "-- %s (%d)", xpath, position); temp_rc 283 lib/common/patchset_display.c temp_rc = out->info(out, "-- %s", xpath); temp_rc 285 lib/common/patchset_display.c rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 162 lib/common/xml_display.c int temp_rc = show_xml_node(out, buffer, prefix, child, depth + 1, temp_rc 166 lib/common/xml_display.c rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 171 lib/common/xml_display.c int temp_rc = out->info(out, "%s%s%*s</%s>", temp_rc 175 lib/common/xml_display.c rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 274 lib/common/xml_display.c int temp_rc = pcmk_rc_no_output; temp_rc 309 lib/common/xml_display.c temp_rc = out->info(out, "%s %*s @%s=%s", temp_rc 329 lib/common/xml_display.c temp_rc = out->info(out, "%s %*s @%s=%s", temp_rc 332 lib/common/xml_display.c rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 338 lib/common/xml_display.c temp_rc = show_xml_changes_recursive(out, child, depth + 1, temp_rc 340 lib/common/xml_display.c rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 344 lib/common/xml_display.c temp_rc = pcmk__xml_show(out, PCMK__XML_PREFIX_MODIFIED, data, depth, temp_rc 346 lib/common/xml_display.c return pcmk__output_select_rc(rc, temp_rc); temp_rc 352 lib/common/xml_display.c temp_rc = show_xml_changes_recursive(out, child, depth + 1, options); temp_rc 353 lib/common/xml_display.c rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 374 lib/common/xml_display.c int temp_rc = pcmk_rc_no_output; temp_rc 390 lib/common/xml_display.c temp_rc = out->info(out, PCMK__XML_PREFIX_DELETED " %s (%d)", temp_rc 393 lib/common/xml_display.c temp_rc = out->info(out, PCMK__XML_PREFIX_DELETED " %s", temp_rc 396 lib/common/xml_display.c rc = pcmk__output_select_rc(rc, temp_rc); temp_rc 399 lib/common/xml_display.c temp_rc = show_xml_changes_recursive(out, xml, 0, pcmk__xml_fmt_pretty); temp_rc 400 lib/common/xml_display.c return pcmk__output_select_rc(rc, temp_rc); temp_rc 216 tools/crm_diff.c int temp_rc = pcmk_rc_no_output; temp_rc 272 tools/crm_diff.c temp_rc = logger_out->message(logger_out, "xml-patchset", output); temp_rc 273 tools/crm_diff.c out_rc = pcmk__output_select_rc(out_rc, temp_rc);