tmp_out          1510 lib/common/options.c     pcmk__output_t *tmp_out = NULL;
tmp_out          1515 lib/common/options.c     int rc = pcmk__output_new(&tmp_out, "xml", "/dev/null", NULL);
tmp_out          1521 lib/common/options.c     pcmk__output_set_legacy_xml(tmp_out);
tmp_out          1524 lib/common/options.c         pcmk__output_fencing_params(tmp_out, name, desc_short, desc_long, true);
tmp_out          1526 lib/common/options.c         pcmk__output_cluster_options(tmp_out, name, desc_short, desc_long,
tmp_out          1530 lib/common/options.c     tmp_out->finish(tmp_out, CRM_EX_OK, false, (void **) &top);
tmp_out          1539 lib/common/options.c     pcmk__output_free(tmp_out);