pcmk__register_format  602 include/crm/common/output_internal.h pcmk__register_format(GOptionGroup *group, const char *name,
pcmk__register_format  153 lib/common/output.c         pcmk__register_format(group, entry->name, entry->create, entry->options);
pcmk__register_format   69 lib/common/tests/output/pcmk__call_message_test.c     pcmk__register_format(NULL, "text", mk_fake_text_output, NULL);
pcmk__register_format   55 lib/common/tests/output/pcmk__output_and_clear_error_test.c     pcmk__register_format(NULL, "text", mk_fake_text_output, NULL);
pcmk__register_format   51 lib/common/tests/output/pcmk__output_free_test.c     pcmk__register_format(NULL, "text", mk_fake_text_output, NULL);
pcmk__register_format   50 lib/common/tests/output/pcmk__output_new_test.c     pcmk__register_format(NULL, "text", mk_fake_text_output, NULL);
pcmk__register_format   27 lib/common/tests/output/pcmk__register_format_test.c     pcmk__assert_asserts(pcmk__register_format(NULL, "fake", NULL, NULL));
pcmk__register_format   28 lib/common/tests/output/pcmk__register_format_test.c     pcmk__assert_asserts(pcmk__register_format(NULL, "", null_create_fn, NULL));
pcmk__register_format   29 lib/common/tests/output/pcmk__register_format_test.c     pcmk__assert_asserts(pcmk__register_format(NULL, NULL, null_create_fn, NULL));
pcmk__register_format   41 lib/common/tests/output/pcmk__register_format_test.c     assert_int_equal(pcmk__register_format(NULL, "fake", null_create_fn, NULL), pcmk_rc_ok);
pcmk__register_format   51 lib/common/tests/output/pcmk__register_format_test.c     assert_int_equal(pcmk__register_format(NULL, "fake", null_create_fn_2, NULL), pcmk_rc_ok);
pcmk__register_format   57 lib/common/tests/output/pcmk__register_message_test.c     pcmk__register_format(NULL, "text", mk_fake_text_output, NULL);
pcmk__register_format   57 lib/common/tests/output/pcmk__register_messages_test.c     pcmk__register_format(NULL, "text", mk_fake_text_output, NULL);
pcmk__register_format   31 lib/common/tests/output/pcmk__unregister_formats_test.c     pcmk__register_format(NULL, "fake", null_create_fn, NULL);