Lines Matching defs:dbase
151 LIBC_STRDUP(cfp->dbase, name);
345 LIBC_STRDUP(cfp->dbase, name);
485 syslog_warning(const char *dbase)
489 dbase, __NSW_CONFIG_FILE);
514 __nsw_getconfig_v1(const char *dbase, enum __nsw_parse_err *errp)
524 if (cfp = scrounge_cache_v1(dbase)) {
573 if (strcmp(cfp->dbase, dbase) == 0) {
590 strcmp(tokenp, dbase) == 0) {
607 syslog_warning(dbase);
612 __nsw_getconfig(const char *dbase, enum __nsw_parse_err *errp)
622 if (cfp = scrounge_cache(dbase)) {
670 if (strcmp(cfp->dbase, dbase) == 0) {
687 strcmp(tokenp, dbase) == 0) {
704 syslog_warning(dbase);
710 scrounge_cache_v1(const char *dbase)
715 if (strcmp(dbase, cellp->sw->dbase) == 0)
721 scrounge_cache(const char *dbase)
726 if (strcmp(dbase, cellp->sw->dbase) == 0)
735 if (cfp->dbase)
736 libc_free(cfp->dbase);
753 if (cfp->dbase)
754 libc_free(cfp->dbase);