crm_exit_name     364 include/crm/common/results.h const char *crm_exit_name(crm_exit_t exit_code);
crm_exit_name      59 lib/common/results.c             code_name = crm_exit_name(code);
crm_exit_name      34 lib/common/tests/results/pcmk__results_test.c     assert_string_equal(crm_exit_name(CRM_EX_OK), "CRM_EX_OK");