Lines Matching refs:rootdir
65 char *rootdir;
129 if (space->rootdir)
130 free(space->rootdir);
1488 char *rootdir, *go_to;
1499 strlcpy(string, space->rootdir, sizeof(string));
1503 rootdir = space->rootdir;
1526 space->rootdir = new_root_dir(string);
1528 if (space->rootdir) {
1530 free(space->rootdir);
1543 space->rootdir = new_root_dir(string);
1544 if (space->rootdir) {
1546 free(space->rootdir);
1555 space->rootdir = rootdir;
1573 strlcpy(string, space->rootdir, sizeof(string));
1770 space->rootdir = new_root_dir(filename);
1771 if (space->rootdir != NULL) {