Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/windows-NT/
H A Dndir.c41 struct _finddata_t find_buf; in opendir() local
69 if ((hFile = _findfirst (name_buf, &find_buf)) < 0) in opendir()
84 dp->_d_entry = malloc (strlen (find_buf.name) + 1); in opendir()
97 strcpy (dp->_d_entry, find_buf.name); in opendir()
101 } while (!_findnext (hFile, &find_buf)); in opendir()