Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Ddir.c240 DIR *dirstream; /* Stream reading this directory. */ member
550 ENULLLOOP (dc->dirstream, opendir (name)); in find_directory()
551 if (dc->dirstream == 0) in find_directory()
634 if (dir->dirstream == 0) in dir_contents_file_exists_p()
661 dir->dirstream = opendir(dir->path_key); in dir_contents_file_exists_p()
662 if (!dir->dirstream) in dir_contents_file_exists_p()
678 ENULLLOOP (d, readdir (dir->dirstream)); in dir_contents_file_exists_p()
723 closedir (dir->dirstream); in dir_contents_file_exists_p()
724 dir->dirstream = 0; in dir_contents_file_exists_p()
1059 if (dir->contents->dirstream == 0) in print_dir_data_base()
[all …]