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

/ndk/sources/host-tools/make-3.81/
H A Ddir.c242 DIR *dirstream; /* Stream reading this directory. */
553 ENULLLOOP (dc->dirstream, opendir (name));
554 if (dc->dirstream == 0)
638 if (dir->dirstream == 0)
665 dir->dirstream = opendir(dir->path_key);
666 if (!dir->dirstream)
682 ENULLLOOP (d, readdir (dir->dirstream));
727 closedir (dir->dirstream);
728 dir->dirstream = 0;
1068 if (dir->contents->dirstream
240 DIR *dirstream; /* Stream reading this directory. */ member in struct:directory_contents
1088 struct dirstream struct
[all...]

Completed in 58 milliseconds