filespec          311 include/crm/common/xml_internal.h                               const char *filespec);
filespec         1491 lib/common/xml.c find_artefact(enum pcmk__xml_artefact_ns ns, const char *path, const char *filespec)
filespec         1498 lib/common/xml.c             if (pcmk__ends_with(filespec, ".rng")) {
filespec         1499 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s", path, filespec);
filespec         1501 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s.rng", path, filespec);
filespec         1506 lib/common/xml.c             if (pcmk__ends_with(filespec, ".xsl")) {
filespec         1507 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s", path, filespec);
filespec         1509 lib/common/xml.c                 ret = crm_strdup_printf("%s/%s.xsl", path, filespec);
filespec         1520 lib/common/xml.c pcmk__xml_artefact_path(enum pcmk__xml_artefact_ns ns, const char *filespec)
filespec         1526 lib/common/xml.c     ret = find_artefact(ns, base, filespec);
filespec         1533 lib/common/xml.c         ret = find_artefact(ns, remote_schema_dir, filespec);