Searched defs:rootdir (Results 1 - 1 of 1) sorted by relevance

/sssd/src/tools/
H A Dfiles.c186 DIR *rootdir = NULL; local
199 rootdir = fdopendir(dir_fd);
200 if (rootdir == NULL) {
208 while ((result = readdir(rootdir)) != NULL) {
253 ret = closedir(rootdir);
254 rootdir = NULL;
270 if (rootdir) { /* clean up on abnormal exit but retain return code */
271 err = closedir(rootdir);

Completed in 227 milliseconds