base              457 lib/common/schemas.c         char *base = pcmk__xml_artefact_root(pcmk__xml_artefact_ns_legacy_rng);
base              465 lib/common/schemas.c         pcmk__load_schemas_from_dir(base);
base              467 lib/common/schemas.c         free(base);
base             1465 lib/common/xml.c     static const char *base = NULL;
base             1468 lib/common/xml.c     if (base == NULL) {
base             1469 lib/common/xml.c         base = pcmk__env_option(PCMK__ENV_SCHEMA_DIRECTORY);
base             1471 lib/common/xml.c     if (pcmk__str_empty(base)) {
base             1472 lib/common/xml.c         base = PCMK_SCHEMA_DIR;
base             1478 lib/common/xml.c             ret = strdup(base);
base             1482 lib/common/xml.c             ret = crm_strdup_printf("%s/base", base);
base             1523 lib/common/xml.c     char *base = pcmk__xml_artefact_root(ns);
base             1526 lib/common/xml.c     ret = find_artefact(ns, base, filespec);
base             1527 lib/common/xml.c     free(base);
base              657 lib/pacemaker/pcmk_sched_remote.c         GHashTable *base = pe_rsc_params(rsc, NULL, rsc->priv->scheduler);
base              659 lib/pacemaker/pcmk_sched_remote.c         remote_addr = g_hash_table_lookup(base, PCMK_REMOTE_RA_ADDR);
base             2244 lib/pengine/unpack.c             char *base = clone_strip(rsc_id);
base             2246 lib/pengine/unpack.c             rsc = find_anonymous_clone(scheduler, node, parent, base);
base             2247 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);