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           161 lib/common/xml_display.c             int temp_rc = show_xml_node(out, buffer, prefix, child, depth + 1,
temp_rc           165 lib/common/xml_display.c             rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           170 lib/common/xml_display.c         int temp_rc = out->info(out, "%s%s%*s</%s>",
temp_rc           174 lib/common/xml_display.c         rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           273 lib/common/xml_display.c     int temp_rc = pcmk_rc_no_output;
temp_rc           308 lib/common/xml_display.c                 temp_rc = out->info(out, "%s %*s @%s=%s",
temp_rc           328 lib/common/xml_display.c                 temp_rc = out->info(out, "%s %*s @%s=%s",
temp_rc           331 lib/common/xml_display.c             rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           337 lib/common/xml_display.c             temp_rc = show_xml_changes_recursive(out, child, depth + 1,
temp_rc           339 lib/common/xml_display.c             rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           343 lib/common/xml_display.c         temp_rc = pcmk__xml_show(out, PCMK__XML_PREFIX_MODIFIED, data, depth,
temp_rc           345 lib/common/xml_display.c         return pcmk__output_select_rc(rc, temp_rc);
temp_rc           351 lib/common/xml_display.c         temp_rc = show_xml_changes_recursive(out, child, depth + 1, options);
temp_rc           352 lib/common/xml_display.c         rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           373 lib/common/xml_display.c     int temp_rc = pcmk_rc_no_output;
temp_rc           389 lib/common/xml_display.c             temp_rc = out->info(out, PCMK__XML_PREFIX_DELETED " %s (%d)",
temp_rc           392 lib/common/xml_display.c             temp_rc = out->info(out, PCMK__XML_PREFIX_DELETED " %s",
temp_rc           395 lib/common/xml_display.c         rc = pcmk__output_select_rc(rc, temp_rc);
temp_rc           398 lib/common/xml_display.c     temp_rc = show_xml_changes_recursive(out, xml, 0, pcmk__xml_fmt_pretty);
temp_rc           399 lib/common/xml_display.c     return pcmk__output_select_rc(rc, temp_rc);