Searched refs:fd_handle (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Ddirent.c108 intptr_t fd_handle; local
118 fd_handle = _findfirst(filespec, &fd);
120 if (fd_handle == -1)
171 } while (_findnext(fd_handle, &fd) == 0);
174 if (fd_handle != -1)
175 _findclose(fd_handle);

Completed in 43 milliseconds