pcmk__ends_with_ext  134 daemons/based/based_io.c     } else if (pcmk__ends_with_ext(a->d_name, ".sig")) {
pcmk__ends_with_ext   38 include/crm/common/strings_internal.h bool pcmk__ends_with_ext(const char *s, const char *match);
pcmk__ends_with_ext  725 lib/cib/cib_file.c             gboolean do_bzip = pcmk__ends_with_ext(private->filename, ".bz2");
pcmk__ends_with_ext  134 lib/common/schemas.c     } else if (!pcmk__ends_with_ext(a->d_name, ".rng")) {
pcmk__ends_with_ext   47 lib/common/tests/strings/pcmk__ends_with_test.c     assert_true(pcmk__ends_with_ext("ab.c", ".c"));
pcmk__ends_with_ext   48 lib/common/tests/strings/pcmk__ends_with_test.c     assert_true(pcmk__ends_with_ext("ab.cb.c", ".c"));
pcmk__ends_with_ext   50 lib/common/tests/strings/pcmk__ends_with_test.c     assert_false(pcmk__ends_with_ext("ab.c", ".def"));
pcmk__ends_with_ext   51 lib/common/tests/strings/pcmk__ends_with_test.c     assert_false(pcmk__ends_with_ext("ab.c", ".defg"));
pcmk__ends_with_ext   52 lib/common/tests/strings/pcmk__ends_with_test.c     assert_false(pcmk__ends_with_ext("ab.c", ".cd"));
pcmk__ends_with_ext   53 lib/common/tests/strings/pcmk__ends_with_test.c     assert_false(pcmk__ends_with_ext("ab.c", "ab"));
pcmk__ends_with_ext   55 lib/common/tests/strings/pcmk__ends_with_test.c     assert_false(pcmk__ends_with_ext("ab.c", ".C"));
pcmk__ends_with_ext 1061 lib/common/xml.c         uncompressed = !pcmk__ends_with_ext(filename, ".bz2");
pcmk__ends_with_ext  395 lib/pacemaker/pcmk_simulate.c             } else if (!pcmk__ends_with_ext(namelist[file_num]->d_name,
pcmk__ends_with_ext 1370 tools/crm_mon.c     if (pcmk__ends_with_ext(argv[0], ".cgi")) {