Lines Matching defs:basepath
590 char *basepath;
597 basepath = NULL;
610 if (create_path(zone, NULL, NULL, cd, &basepath) != ISC_R_SUCCESS) {
616 basepathlen = strlen(basepath);
618 if (stat(basepath, &sb) != 0) {
630 result = dir_open(&dir, basepath);
636 basepath);
658 "directory to read entries.", basepath);
687 if (basepath != NULL)
688 free(basepath);