base 844 lib/common/logging.c const char *base = CRM_CORE_DIR; base 853 lib/common/logging.c } else if (chdir(base) < 0) { base 854 lib/common/logging.c crm_perror(LOG_INFO, "Cannot change active directory to %s", base); base 857 lib/common/logging.c crm_info("Changed active directory to %s", base); base 865 lib/common/logging.c crm_info("Changed active directory to %s/%s/%s", base, pwent->pw_name, path); base 382 lib/common/schemas.c char *base = pcmk__xml_artefact_root(pcmk__xml_artefact_ns_legacy_rng); base 388 lib/common/schemas.c max = scandir(base, &namelist, schema_filter, schema_sort); base 390 lib/common/schemas.c crm_notice("scandir(%s) failed: %s (%d)", base, strerror(errno), errno); base 391 lib/common/schemas.c free(base); base 394 lib/common/schemas.c free(base); base 2891 lib/common/xml.c static const char *base = NULL; base 2894 lib/common/xml.c if (base == NULL) { base 2895 lib/common/xml.c base = getenv("PCMK_schema_directory"); base 2897 lib/common/xml.c if (pcmk__str_empty(base)) { base 2898 lib/common/xml.c base = CRM_SCHEMA_DIRECTORY; base 2904 lib/common/xml.c ret = strdup(base); base 2908 lib/common/xml.c ret = crm_strdup_printf("%s/base", base); base 2919 lib/common/xml.c char *base = pcmk__xml_artefact_root(ns), *ret = NULL; base 2924 lib/common/xml.c ret = crm_strdup_printf("%s/%s.rng", base, filespec); base 2928 lib/common/xml.c ret = crm_strdup_printf("%s/%s.xsl", base, filespec); base 2933 lib/common/xml.c free(base); base 1850 lib/pengine/unpack.c char *base = clone_strip(rsc_id); base 1852 lib/pengine/unpack.c rsc = find_anonymous_clone(data_set, node, parent, base); base 1853 lib/pengine/unpack.c free(base); base 485 libltdl/loaders/dyld.c unsigned long base = ((dylib_command *) lc)->dylib.name.offset; base 486 libltdl/loaders/dyld.c char *name = (char *) (base + (unsigned long) lc);