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

/haiku-fatelf/src/bin/unzip/
H A Dbeos.c85 static DIR *wild_dir = (DIR *)NULL; variable
101 wild_dir = NULL;
125 if ((wild_dir = opendir(dirname)) != (DIR *)NULL) {
126 while ((file = readdir(wild_dir)) != (struct dirent *)NULL) {
139 closedir(wild_dir); variable
140 wild_dir = (DIR *)NULL;
150 if (wild_dir == (DIR *)NULL) {
161 while ((file = readdir(wild_dir)) != (struct dirent *)NULL) {
174 closedir(wild_dir); /* have read at least one entry; nothing left */ variable
175 wild_dir
[all...]

Completed in 35 milliseconds