Lines Matching refs:dir_entry
82 struct dir_entry struct
94 struct dir_entry *next; argument
99 static struct dir_entry *dir_entries;
338 static struct dir_entry *
339 new_sub_entry (const struct dir_entry *entry, const char *path, in new_sub_entry()
342 struct dir_entry *new_entry = xmalloc (sizeof (struct dir_entry)); in new_sub_entry()
357 add_single_dir (struct dir_entry *entry, int verbose) in add_single_dir()
359 struct dir_entry *ptr, *prev; in add_single_dir()
397 add_glibc_hwcaps_subdirectories (struct dir_entry *entry, const char *path) in add_glibc_hwcaps_subdirectories()
446 struct dir_entry *new_entry = new_sub_entry (entry, new_path, in add_glibc_hwcaps_subdirectories()
465 struct dir_entry *entry = xmalloc (sizeof (struct dir_entry)); in add_dir_1()
782 search_dir (const struct dir_entry *entry) in search_dir()
960 struct dir_entry *new_entry = new_sub_entry (entry, file_name, in search_dir()
1191 struct dir_entry *entry; in search_dirs()