Home | History | Annotate | Download | only in openbsd-compat

Lines Matching refs:DIR

41 #include <sys/dir.h>
55 DIR *dir = NULL;
148 if (!(dir = opendir(up)) || fstat(dirfd(dir), &s))
162 if (!(dp = readdir(dir)))
169 if (!(dp = readdir(dir)))
211 (void)closedir(dir);
232 if (dir)
233 (void)closedir(dir);