filespec          335 include/crm/common/xml_internal.h                               const char *filespec);
filespec         2212 lib/common/xml.c find_artefact(enum pcmk__xml_artefact_ns ns, const char *path, const char *filespec)
filespec         2219 lib/common/xml.c             if (pcmk__ends_with(filespec, ".rng")) {
filespec         2220 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s", path, filespec);
filespec         2222 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s.rng", path, filespec);
filespec         2227 lib/common/xml.c             if (pcmk__ends_with(filespec, ".xsl")) {
filespec         2228 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s", path, filespec);
filespec         2230 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s.xsl", path, filespec);
filespec         2241 lib/common/xml.c pcmk__xml_artefact_path(enum pcmk__xml_artefact_ns ns, const char *filespec)
filespec         2247 lib/common/xml.c     ret = find_artefact(ns, base, filespec);
filespec         2254 lib/common/xml.c         ret = find_artefact(ns, remote_schema_dir, filespec);