Searched refs:dir_stream (Results 1 – 2 of 2) sorted by relevance
926 DIR *dir_stream; in cache_reload() local932 if (!(dir_stream = opendir(ah->fname))) in cache_reload()937 while ((ent = readdir(dir_stream))) in cache_reload()995 closedir(dir_stream); in cache_reload()
1032 DIR *dir_stream; in one_opt() local1054 if (!(dir_stream = opendir(directory))) in one_opt()1057 while ((ent = readdir(dir_stream))) in one_opt()1096 closedir(dir_stream); in one_opt()