Lines Matching defs:basepath
631 char *basepath;
638 basepath = NULL;
656 if (create_path(zone, NULL, NULL, cd, &basepath) != ISC_R_SUCCESS) {
661 basepathlen = strlen(basepath);
663 if (stat(basepath, &sb) != 0) {
675 result = isc_dir_open(&dir, basepath);
682 basepath);
707 basepath);
736 if (basepath != NULL)
737 isc_mem_free(ns_g_mctx, basepath);