pcmk__ends_with    36 include/crm/common/strings_internal.h bool pcmk__ends_with(const char *s, const char *match);
pcmk__ends_with    52 lib/pacemaker/pcmk_resource.c         if (pcmk__ends_with(ID(lrm_rsc_op), "_last_failure_0")
pcmk__ends_with  2414 lib/pacemaker/pcmk_sched_allocate.c                    && !pcmk__ends_with(lh_action_task, "_" RSC_STOP "_0")) {
pcmk__ends_with  2427 lib/pacemaker/pcmk_sched_allocate.c                        && pcmk__ends_with(rh_action_task,"_" RSC_STOP "_0")) {
pcmk__ends_with   660 lib/pacemaker/pcmk_sched_bundle.c     if (pcmk__ends_with(first->uuid, "_stopped_0")
pcmk__ends_with   661 lib/pacemaker/pcmk_sched_bundle.c         || pcmk__ends_with(first->uuid, "_demoted_0")) {
pcmk__ends_with   807 lib/pacemaker/pcmk_sched_bundle.c     if (pcmk__ends_with(then->uuid, "_stop_0")
pcmk__ends_with   808 lib/pacemaker/pcmk_sched_bundle.c         || pcmk__ends_with(then->uuid, "_demote_0")) {
pcmk__ends_with  1590 lib/pacemaker/pcmk_sched_graph.c                && pcmk__ends_with(input->action->uuid, "_stop_0")) {
pcmk__ends_with  1665 lib/pacemaker/pcmk_sched_graph.c                && pcmk__ends_with(input->action->uuid, "_stop_0")
pcmk__ends_with  3397 lib/pengine/unpack.c     bool is_last_failure = pcmk__ends_with(ID(xml_op), "_last_failure_0");