base 855 lib/common/logging.c const char *base = CRM_CORE_DIR; base 865 lib/common/logging.c } else if (chdir(base) < 0) { base 866 lib/common/logging.c crm_perror(LOG_INFO, "Cannot change active directory to %s", base); base 869 lib/common/logging.c crm_info("Changed active directory to %s", base); base 877 lib/common/logging.c crm_info("Changed active directory to %s/%s/%s", base, pwent->pw_name, path); base 130 lib/common/schemas.c static const char *base = NULL; base 132 lib/common/schemas.c if (base == NULL) { base 133 lib/common/schemas.c base = getenv("PCMK_schema_directory"); base 135 lib/common/schemas.c if (base == NULL || strlen(base) == 0) { base 136 lib/common/schemas.c base = CRM_DTD_DIRECTORY; base 138 lib/common/schemas.c return base; base 144 lib/common/schemas.c const char *base = get_schema_root(); base 147 lib/common/schemas.c return crm_strdup_printf("%s/%s", base, file); base 149 lib/common/schemas.c return crm_strdup_printf("%s/%s.rng", base, name); base 276 lib/common/schemas.c const char *base = get_schema_root(); base 280 lib/common/schemas.c max = scandir(base, &namelist, schema_filter, schema_sort); base 292 lib/common/schemas.c crm_notice("scandir(%s) failed: %s (%d)", base, strerror(errno), errno); base 1822 lib/pengine/unpack.c char *base = clone_strip(rsc_id); base 1824 lib/pengine/unpack.c rsc = find_anonymous_clone(data_set, node, parent, base); base 1826 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);