pcmk__ends_with_ext 108 daemons/based/based_io.c } else if (pcmk__ends_with_ext(a->d_name, ".sig")) { pcmk__ends_with_ext 46 include/crm/common/strings_internal.h bool pcmk__ends_with_ext(const char *s, const char *match); pcmk__ends_with_ext 549 lib/cib/cib_file.c bool compress = pcmk__ends_with_ext(private->filename, ".bz2"); pcmk__ends_with_ext 177 lib/common/schemas.c } else if (!pcmk__ends_with_ext(a->d_name, ".rng")) { pcmk__ends_with_ext 43 lib/common/tests/strings/pcmk__ends_with_test.c assert_true(pcmk__ends_with_ext("ab.c", ".c")); pcmk__ends_with_ext 44 lib/common/tests/strings/pcmk__ends_with_test.c assert_true(pcmk__ends_with_ext("ab.cb.c", ".c")); pcmk__ends_with_ext 46 lib/common/tests/strings/pcmk__ends_with_test.c assert_false(pcmk__ends_with_ext("ab.c", ".def")); pcmk__ends_with_ext 47 lib/common/tests/strings/pcmk__ends_with_test.c assert_false(pcmk__ends_with_ext("ab.c", ".defg")); pcmk__ends_with_ext 48 lib/common/tests/strings/pcmk__ends_with_test.c assert_false(pcmk__ends_with_ext("ab.c", ".cd")); pcmk__ends_with_ext 49 lib/common/tests/strings/pcmk__ends_with_test.c assert_false(pcmk__ends_with_ext("ab.c", "ab")); pcmk__ends_with_ext 51 lib/common/tests/strings/pcmk__ends_with_test.c assert_false(pcmk__ends_with_ext("ab.c", ".C")); pcmk__ends_with_ext 120 lib/common/xml_io.c } else if (pcmk__ends_with_ext(filename, ".bz2")) { pcmk__ends_with_ext 346 lib/pacemaker/pcmk_simulate.c if (!pcmk__ends_with_ext(filename, ".xml")) { pcmk__ends_with_ext 1119 lib/services/systemd.c if (pcmk__ends_with_ext(unit_name, ".service")) {