Home
last modified time | relevance | path

Searched refs:dirp (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/eal/windows/include/
H A Ddirent.h93 static int _wclosedir(_WDIR *dirp);
127 static struct dirent *readdir(DIR *dirp);
128 static int closedir(DIR *dirp);
131 static WIN32_FIND_DATAW *dirent_first(_WDIR *dirp);
132 static WIN32_FIND_DATAW *dirent_next(_WDIR *dirp);
158 _WDIR *dirp = NULL; in _wopendir() local
168 dirp = (_WDIR *)malloc(sizeof(struct _WDIR)); in _wopendir()
169 if (dirp != NULL) { in _wopendir()
173 dirp->handle = INVALID_HANDLE_VALUE; in _wopendir()
174 dirp->patt = NULL; in _wopendir()
[all …]