assert_string_equal   23 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c         assert_string_equal((a)[i], (b)[i]); \
assert_string_equal   48 lib/common/tests/io/pcmk__get_tmpdir_test.c     assert_string_equal(result, "/tmp");
assert_string_equal   52 lib/common/tests/io/pcmk__get_tmpdir_test.c     assert_string_equal(result, "/tmp");
assert_string_equal   56 lib/common/tests/io/pcmk__get_tmpdir_test.c     assert_string_equal(result, "/tmp");
assert_string_equal   70 lib/common/tests/io/pcmk__get_tmpdir_test.c     assert_string_equal(result, "/var/tmp");
assert_string_equal   74 lib/common/tests/io/pcmk__get_tmpdir_test.c     assert_string_equal(result, "/");
assert_string_equal   78 lib/common/tests/io/pcmk__get_tmpdir_test.c     assert_string_equal(result, "/tmp/abcd.1234");
assert_string_equal   22 lib/common/tests/iso8601/pcmk__readable_interval_test.c     assert_string_equal(pcmk__readable_interval(0), "0s");
assert_string_equal   23 lib/common/tests/iso8601/pcmk__readable_interval_test.c     assert_string_equal(pcmk__readable_interval(30000), "30s");
assert_string_equal   24 lib/common/tests/iso8601/pcmk__readable_interval_test.c     assert_string_equal(pcmk__readable_interval(150000), "2m30s");
assert_string_equal   25 lib/common/tests/iso8601/pcmk__readable_interval_test.c     assert_string_equal(pcmk__readable_interval(3333), "3.333s");
assert_string_equal   26 lib/common/tests/iso8601/pcmk__readable_interval_test.c     assert_string_equal(pcmk__readable_interval(UINT_MAX), "49d17h2m47.295s");
assert_string_equal   28 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(rsc, "Fencing");
assert_string_equal   29 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(ty, "monitor");
assert_string_equal   43 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(rsc, "ClusterIP:0");
assert_string_equal   44 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(ty, "start");
assert_string_equal   50 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(rsc, "imagestoreclone:1");
assert_string_equal   51 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(ty, "post_notify_stop");
assert_string_equal   65 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(rsc, "httpd-bundle-0");
assert_string_equal   66 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(ty, "monitor");
assert_string_equal   72 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(rsc, "httpd-bundle-ip-192.168.122.132");
assert_string_equal   73 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(ty, "start");
assert_string_equal   87 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(rsc, "vm");
assert_string_equal   88 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(ty, "migrate_from");
assert_string_equal   94 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(rsc, "vm");
assert_string_equal   95 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(ty, "migrate_to");
assert_string_equal  101 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(rsc, "vm_idcc_devel");
assert_string_equal  102 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(ty, "migrate_to");
assert_string_equal  116 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(rsc, "rsc_drbd_7788:1");
assert_string_equal  117 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(ty, "post_notify_start");
assert_string_equal  123 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(rsc, "rabbitmq-bundle-clone");
assert_string_equal  124 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(ty, "pre_notify_stop");
assert_string_equal  130 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(rsc, "post_notify");
assert_string_equal  131 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(ty, "start");
assert_string_equal  144 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(ty, "monitor");
assert_string_equal  156 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(rsc, "Fencing");
assert_string_equal  168 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(rsc, "Fencing");
assert_string_equal  169 lib/common/tests/operations/parse_op_key_test.c     assert_string_equal(ty, "monitor");
assert_string_equal   23 lib/common/tests/results/pcmk__results_test.c     assert_string_equal(pcmk_rc_name(pcmk_rc_error-1), "pcmk_rc_unknown_format");
assert_string_equal   24 lib/common/tests/results/pcmk__results_test.c     assert_string_equal(pcmk_rc_name(pcmk_rc_ok), "pcmk_rc_ok");
assert_string_equal   25 lib/common/tests/results/pcmk__results_test.c     assert_string_equal(pcmk_rc_name(pcmk_rc_ok), "pcmk_rc_ok");
assert_string_equal   26 lib/common/tests/results/pcmk__results_test.c     assert_string_equal(pcmk_rc_name(-7777777), "Unknown");
assert_string_equal   31 lib/common/tests/results/pcmk__results_test.c     assert_string_equal(pcmk_rc_str(pcmk_rc_error-1), "Unknown output format");
assert_string_equal   32 lib/common/tests/results/pcmk__results_test.c     assert_string_equal(pcmk_rc_str(pcmk_rc_ok), "OK");
assert_string_equal   33 lib/common/tests/results/pcmk__results_test.c     assert_string_equal(pcmk_rc_str(-1), "Unknown error");
assert_string_equal   38 lib/common/tests/results/pcmk__results_test.c     assert_string_equal(crm_exit_name(CRM_EX_OK), "CRM_EX_OK");
assert_string_equal   43 lib/common/tests/results/pcmk__results_test.c     assert_string_equal(crm_exit_str(CRM_EX_OK), "OK");
assert_string_equal   44 lib/common/tests/results/pcmk__results_test.c     assert_string_equal(crm_exit_str(129), "Interrupted by signal");
assert_string_equal   45 lib/common/tests/results/pcmk__results_test.c     assert_string_equal(crm_exit_str(-7777777), "Unknown exit status");
assert_string_equal   56 lib/common/tests/results/pcmk__results_test.c     assert_string_equal(bz2_strerror(BZ_STREAM_END), "Ok");
assert_string_equal   20 lib/common/tests/strings/pcmk__btoa_test.c     assert_string_equal(pcmk__btoa(false), "false");
assert_string_equal   21 lib/common/tests/strings/pcmk__btoa_test.c     assert_string_equal(pcmk__btoa(true), "true");
assert_string_equal   22 lib/common/tests/strings/pcmk__btoa_test.c     assert_string_equal(pcmk__btoa(1 == 0), "false");
assert_string_equal   45 lib/common/tests/utils/pcmk_hostname_test.c     assert_string_equal("somename", retval);