Searched refs:dir_info_t (Results 1 – 1 of 1) sorted by relevance
53 } dir_info_t; typedef54 static dir_info_t *dirs;68 dir_info_t *new_dirs; in ensure_dirs_slot()75 ? (dir_info_t *) realloc (dirs, new_allocated * sizeof *dirs) in ensure_dirs_slot()76 : (dir_info_t *) malloc (new_allocated * sizeof *dirs)); in ensure_dirs_slot()