ends_with         538 lib/common/strings.c     return ends_with(s, match, false);
ends_with         565 lib/common/strings.c     return ends_with(s, match, true);
ends_with          63 lib/common/tests/strings/pcmk__ends_with_test.c         cmocka_unit_test(ends_with),