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           215 lib/common/patchset_display.c             temp_rc = pcmk__xml_show(out, prefix, change->children, 0,
temp_rc           217 lib/common/patchset_display.c             rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           224 lib/common/patchset_display.c             temp_rc = pcmk__xml_show(out, prefix, change->children, 0,
temp_rc           228 lib/common/patchset_display.c             rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           234 lib/common/patchset_display.c             temp_rc = out->info(out,
temp_rc           237 lib/common/patchset_display.c             rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           269 lib/common/patchset_display.c                 temp_rc = out->info(out, "+  %s:  %s", xpath, buffer_set->str);
temp_rc           270 lib/common/patchset_display.c                 rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           275 lib/common/patchset_display.c                 temp_rc = out->info(out, "-- %s:  %s",
temp_rc           277 lib/common/patchset_display.c                 rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           286 lib/common/patchset_display.c                 temp_rc = out->info(out, "-- %s (%d)", xpath, position);
temp_rc           288 lib/common/patchset_display.c                 temp_rc = out->info(out, "-- %s", xpath);
temp_rc           290 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           388 lib/common/xml_display.c             temp_rc = out->info(out, PCMK__XML_PREFIX_DELETED " %s (%d)",
temp_rc           391 lib/common/xml_display.c             temp_rc = out->info(out, PCMK__XML_PREFIX_DELETED " %s",
temp_rc           394 lib/common/xml_display.c         rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           397 lib/common/xml_display.c     temp_rc = show_xml_changes_recursive(out, xml, 0, pcmk__xml_fmt_pretty);
temp_rc           398 lib/common/xml_display.c     return pcmk__output_select_rc(rc, temp_rc);