Lines Matching refs:cfgfile
57 char *cfgfile)
159 if (cfgfile == NULL) {
160 cfgfile = "/etc/nscd.conf";
161 if (access(cfgfile, R_OK) != 0) {
168 rc = _nscd_cfg_read_file(cfgfile, &err);
172 cfgfile, rc, NSCD_ERR2MSG(err));
178 cfgfile, rc);
186 if (cfgfile != NULL) {
187 cfgfile_save = strdup(cfgfile);
199 char *cfgfile;
208 cfgfile = "/etc/nscd.conf";
210 cfgfile = cfgfile_save;
212 if (access(cfgfile, R_OK) != 0) {
215 cfgfile, NSCD_CFG_FILE_ACCESS_ERROR,
221 rc = _nscd_cfg_read_file(cfgfile, &err);
225 cfgfile, rc, NSCD_ERR2MSG(err));