base              898 lib/common/logging.c         const char *base = CRM_CORE_DIR;
base              907 lib/common/logging.c         } else if (chdir(base) < 0) {
base              908 lib/common/logging.c             crm_perror(LOG_INFO, "Cannot change active directory to %s", base);
base              911 lib/common/logging.c             crm_info("Changed active directory to %s", base);
base              919 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             2904 lib/common/xml.c     static const char *base = NULL;
base             2907 lib/common/xml.c     if (base == NULL) {
base             2908 lib/common/xml.c         base = getenv("PCMK_schema_directory");
base             2910 lib/common/xml.c     if (pcmk__str_empty(base)) {
base             2911 lib/common/xml.c         base = CRM_SCHEMA_DIRECTORY;
base             2917 lib/common/xml.c             ret = strdup(base);
base             2921 lib/common/xml.c             ret = crm_strdup_printf("%s/base", base);
base             2932 lib/common/xml.c     char *base = pcmk__xml_artefact_root(ns), *ret = NULL;
base             2937 lib/common/xml.c             ret = crm_strdup_printf("%s/%s.rng", base, filespec);
base             2941 lib/common/xml.c             ret = crm_strdup_printf("%s/%s.xsl", base, filespec);
base             2946 lib/common/xml.c     free(base);
base             1253 lib/pacemaker/pcmk_sched_graph.c             GHashTable *base = pe_rsc_params(action->rsc, NULL, data_set);
base             1255 lib/pacemaker/pcmk_sched_graph.c             remote_addr = g_hash_table_lookup(base,
base             1908 lib/pengine/unpack.c             char *base = clone_strip(rsc_id);
base             1910 lib/pengine/unpack.c             rsc = find_anonymous_clone(data_set, node, parent, base);
base             1911 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);