Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dclean-temp.c96 size_t tempdir_allocated; member
268 if (cleanup_list.tempdir_count == cleanup_list.tempdir_allocated) in create_temp_dir()
273 size_t old_allocated = cleanup_list.tempdir_allocated; in create_temp_dir()
274 size_t new_allocated = 2 * cleanup_list.tempdir_allocated + 1; in create_temp_dir()
294 cleanup_list.tempdir_allocated = new_allocated; in create_temp_dir()