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

/bind-9.6-ESV-R11/lib/dns/
H A Dgen-unix.h36 #include <sys/types.h> /* Required on some systems for dirent.h. */
38 #include <dirent.h>
71 struct dirent *dirent; local
76 dirent = readdir(dir->handle);
77 if (dirent != NULL)
78 dir->filename = dirent->d_name;

Completed in 2098 milliseconds