temp_rc            83 lib/common/patchset_display.c     int temp_rc = pcmk_rc_no_output;
temp_rc           100 lib/common/patchset_display.c             temp_rc = pcmk__xml_show(out, prefix, change->children, 0,
temp_rc           102 lib/common/patchset_display.c             rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           109 lib/common/patchset_display.c             temp_rc = pcmk__xml_show(out, prefix, change->children, 0,
temp_rc           113 lib/common/patchset_display.c             rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           119 lib/common/patchset_display.c             temp_rc = out->info(out,
temp_rc           122 lib/common/patchset_display.c             rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           154 lib/common/patchset_display.c                 temp_rc = out->info(out, "+  %s:  %s", xpath, buffer_set->str);
temp_rc           155 lib/common/patchset_display.c                 rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           160 lib/common/patchset_display.c                 temp_rc = out->info(out, "-- %s:  %s",
temp_rc           162 lib/common/patchset_display.c                 rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           171 lib/common/patchset_display.c                 temp_rc = out->info(out, "-- %s (%d)", xpath, position);
temp_rc           173 lib/common/patchset_display.c                 temp_rc = out->info(out, "-- %s", xpath);
temp_rc           175 lib/common/patchset_display.c             rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           154 lib/common/xml_display.c             int temp_rc = show_xml_node(out, buffer, prefix, child, depth + 1,
temp_rc           158 lib/common/xml_display.c             rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           163 lib/common/xml_display.c         int temp_rc = out->info(out, "%s%s%*s</%s>",
temp_rc           167 lib/common/xml_display.c         rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           266 lib/common/xml_display.c     int temp_rc = pcmk_rc_no_output;
temp_rc           301 lib/common/xml_display.c                 temp_rc = out->info(out, "%s %*s @%s=%s",
temp_rc           321 lib/common/xml_display.c                 temp_rc = out->info(out, "%s %*s @%s=%s",
temp_rc           324 lib/common/xml_display.c             rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           330 lib/common/xml_display.c             temp_rc = show_xml_changes_recursive(out, child, depth + 1,
temp_rc           332 lib/common/xml_display.c             rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           336 lib/common/xml_display.c         temp_rc = pcmk__xml_show(out, PCMK__XML_PREFIX_MODIFIED, data, depth,
temp_rc           338 lib/common/xml_display.c         return pcmk__output_select_rc(rc, temp_rc);
temp_rc           344 lib/common/xml_display.c         temp_rc = show_xml_changes_recursive(out, child, depth + 1, options);
temp_rc           345 lib/common/xml_display.c         rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           366 lib/common/xml_display.c     int temp_rc = pcmk_rc_no_output;
temp_rc           380 lib/common/xml_display.c             temp_rc = out->info(out, PCMK__XML_PREFIX_DELETED " %s (%d)",
temp_rc           383 lib/common/xml_display.c             temp_rc = out->info(out, PCMK__XML_PREFIX_DELETED " %s",
temp_rc           386 lib/common/xml_display.c         rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           389 lib/common/xml_display.c     temp_rc = show_xml_changes_recursive(out, xml, 0, pcmk__xml_fmt_pretty);
temp_rc           390 lib/common/xml_display.c     return pcmk__output_select_rc(rc, temp_rc);