filespec          281 include/crm/common/xml_internal.h                               const char *filespec);
filespec         1663 lib/common/xml.c find_artefact(enum pcmk__xml_artefact_ns ns, const char *path, const char *filespec)
filespec         1670 lib/common/xml.c             if (pcmk__ends_with(filespec, ".rng")) {
filespec         1671 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s", path, filespec);
filespec         1673 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s.rng", path, filespec);
filespec         1678 lib/common/xml.c             if (pcmk__ends_with(filespec, ".xsl")) {
filespec         1679 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s", path, filespec);
filespec         1681 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s.xsl", path, filespec);
filespec         1692 lib/common/xml.c pcmk__xml_artefact_path(enum pcmk__xml_artefact_ns ns, const char *filespec)
filespec         1698 lib/common/xml.c     ret = find_artefact(ns, base, filespec);
filespec         1705 lib/common/xml.c         ret = find_artefact(ns, remote_schema_dir, filespec);