pcmk__ends_with 37 include/crm/common/strings_internal.h bool pcmk__ends_with(const char *s, const char *match); pcmk__ends_with 20 lib/common/tests/strings/pcmk__ends_with_test.c assert_false(pcmk__ends_with(NULL, "xyz")); pcmk__ends_with 22 lib/common/tests/strings/pcmk__ends_with_test.c assert_true(pcmk__ends_with(NULL, NULL)); pcmk__ends_with 23 lib/common/tests/strings/pcmk__ends_with_test.c assert_true(pcmk__ends_with(NULL, "")); pcmk__ends_with 24 lib/common/tests/strings/pcmk__ends_with_test.c assert_true(pcmk__ends_with("", NULL)); pcmk__ends_with 25 lib/common/tests/strings/pcmk__ends_with_test.c assert_true(pcmk__ends_with("", "")); pcmk__ends_with 26 lib/common/tests/strings/pcmk__ends_with_test.c assert_true(pcmk__ends_with("abc", NULL)); pcmk__ends_with 27 lib/common/tests/strings/pcmk__ends_with_test.c assert_true(pcmk__ends_with("abc", "")); pcmk__ends_with 32 lib/common/tests/strings/pcmk__ends_with_test.c assert_true(pcmk__ends_with("abc", "abc")); pcmk__ends_with 33 lib/common/tests/strings/pcmk__ends_with_test.c assert_true(pcmk__ends_with("abc", "bc")); pcmk__ends_with 34 lib/common/tests/strings/pcmk__ends_with_test.c assert_true(pcmk__ends_with("abc", "c")); pcmk__ends_with 35 lib/common/tests/strings/pcmk__ends_with_test.c assert_true(pcmk__ends_with("abcbc", "bc")); pcmk__ends_with 37 lib/common/tests/strings/pcmk__ends_with_test.c assert_false(pcmk__ends_with("abc", "def")); pcmk__ends_with 38 lib/common/tests/strings/pcmk__ends_with_test.c assert_false(pcmk__ends_with("abc", "defg")); pcmk__ends_with 39 lib/common/tests/strings/pcmk__ends_with_test.c assert_false(pcmk__ends_with("abc", "bcd")); pcmk__ends_with 40 lib/common/tests/strings/pcmk__ends_with_test.c assert_false(pcmk__ends_with("abc", "ab")); pcmk__ends_with 42 lib/common/tests/strings/pcmk__ends_with_test.c assert_false(pcmk__ends_with("abc", "BC")); pcmk__ends_with 1279 lib/pacemaker/pcmk_graph_producer.c && pcmk__ends_with(input->action->uuid, "_stop_0")) { pcmk__ends_with 1354 lib/pacemaker/pcmk_graph_producer.c && pcmk__ends_with(input->action->uuid, "_stop_0") pcmk__ends_with 52 lib/pacemaker/pcmk_resource.c if (pcmk__ends_with(ID(lrm_rsc_op), "_last_failure_0") pcmk__ends_with 1575 lib/pacemaker/pcmk_sched_allocate.c && !pcmk__ends_with(lh_action_task, "_" RSC_STOP "_0")) { pcmk__ends_with 1588 lib/pacemaker/pcmk_sched_allocate.c && pcmk__ends_with(rh_action_task,"_" RSC_STOP "_0")) { pcmk__ends_with 648 lib/pacemaker/pcmk_sched_bundle.c if (pcmk__ends_with(first->uuid, "_stopped_0") pcmk__ends_with 649 lib/pacemaker/pcmk_sched_bundle.c || pcmk__ends_with(first->uuid, "_demoted_0")) { pcmk__ends_with 795 lib/pacemaker/pcmk_sched_bundle.c if (pcmk__ends_with(then->uuid, "_stop_0") pcmk__ends_with 796 lib/pacemaker/pcmk_sched_bundle.c || pcmk__ends_with(then->uuid, "_demote_0")) { pcmk__ends_with 3394 lib/pengine/unpack.c bool is_last_failure = pcmk__ends_with(ID(xml_op), "_last_failure_0");