Searched refs:dir_s (Results 1 – 1 of 1) sorted by relevance
69 struct dir_s { struct147 static void free_cached_dir(struct dir_s *dirstruct) in free_cached_dir()189 static struct dir_s *alloc_dirstruct(DIR *dir) in alloc_dirstruct()191 struct dir_s *dirstruct; in alloc_dirstruct()195 dirstruct = malloc(sizeof(struct dir_s)); in alloc_dirstruct()197 memset(dirstruct, 0, sizeof(struct dir_s)); in alloc_dirstruct()203 static void cache_dirstruct(struct dir_s *dirstruct) in cache_dirstruct()214 dirstruct->max * sizeof(struct dir_s)); in cache_dirstruct()243 struct dir_s *dirstruct; in opendir()276 struct dir_s *dirstruct; in fdopendir()[all …]