base              554 lib/common/schemas.c         char *base = pcmk__xml_artefact_root(pcmk__xml_artefact_ns_legacy_rng);
base              562 lib/common/schemas.c         pcmk__load_schemas_from_dir(base);
base              564 lib/common/schemas.c         free(base);
base             1637 lib/common/xml.c     static const char *base = NULL;
base             1640 lib/common/xml.c     if (base == NULL) {
base             1641 lib/common/xml.c         base = pcmk__env_option(PCMK__ENV_SCHEMA_DIRECTORY);
base             1643 lib/common/xml.c     if (pcmk__str_empty(base)) {
base             1644 lib/common/xml.c         base = PCMK_SCHEMA_DIR;
base             1650 lib/common/xml.c             ret = strdup(base);
base             1654 lib/common/xml.c             ret = crm_strdup_printf("%s/base", base);
base             1695 lib/common/xml.c     char *base = pcmk__xml_artefact_root(ns);
base             1698 lib/common/xml.c     ret = find_artefact(ns, base, filespec);
base             1699 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             2253 lib/pengine/unpack.c             char *base = clone_strip(rsc_id);
base             2255 lib/pengine/unpack.c             rsc = find_anonymous_clone(scheduler, node, parent, base);
base             2256 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);