pcmk__ends_with    36 include/crm/common/strings_internal.h bool pcmk__ends_with(const char *s, const char *match);
pcmk__ends_with  2402 lib/pacemaker/pcmk_sched_allocate.c                    && !pcmk__ends_with(lh_action_task, "_" RSC_STOP "_0")) {
pcmk__ends_with  2415 lib/pacemaker/pcmk_sched_allocate.c                        && pcmk__ends_with(rh_action_task,"_" RSC_STOP "_0")) {
pcmk__ends_with   650 lib/pacemaker/pcmk_sched_bundle.c     if (pcmk__ends_with(first->uuid, "_stopped_0")
pcmk__ends_with   651 lib/pacemaker/pcmk_sched_bundle.c         || pcmk__ends_with(first->uuid, "_demoted_0")) {
pcmk__ends_with   797 lib/pacemaker/pcmk_sched_bundle.c     if (pcmk__ends_with(then->uuid, "_stop_0")
pcmk__ends_with   798 lib/pacemaker/pcmk_sched_bundle.c         || pcmk__ends_with(then->uuid, "_demote_0")) {
pcmk__ends_with  1546 lib/pacemaker/pcmk_sched_graph.c                && pcmk__ends_with(input->action->uuid, "_stop_0")) {
pcmk__ends_with  1621 lib/pacemaker/pcmk_sched_graph.c                && pcmk__ends_with(input->action->uuid, "_stop_0")
pcmk__ends_with  3313 lib/pengine/unpack.c     bool is_last_failure = pcmk__ends_with(ID(xml_op), "_last_failure_0");