filespec          335 include/crm/common/xml_internal.h                               const char *filespec);
filespec         2230 lib/common/xml.c find_artefact(enum pcmk__xml_artefact_ns ns, const char *path, const char *filespec)
filespec         2237 lib/common/xml.c             if (pcmk__ends_with(filespec, ".rng")) {
filespec         2238 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s", path, filespec);
filespec         2240 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s.rng", path, filespec);
filespec         2245 lib/common/xml.c             if (pcmk__ends_with(filespec, ".xsl")) {
filespec         2246 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s", path, filespec);
filespec         2248 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s.xsl", path, filespec);
filespec         2259 lib/common/xml.c pcmk__xml_artefact_path(enum pcmk__xml_artefact_ns ns, const char *filespec)
filespec         2265 lib/common/xml.c     ret = find_artefact(ns, base, filespec);
filespec         2272 lib/common/xml.c         ret = find_artefact(ns, remote_schema_dir, filespec);