Home
last modified time | relevance | path

Searched refs:dir_info_t (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dfchdir.c53 } dir_info_t; typedef
54 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()