Searched refs:allocated_names (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dnames.c217 static size_t allocated_names; /* how big is the array? */
225 if (names == allocated_names)
227 if (allocated_names == 0)
228 allocated_names = 10; /* Set initial allocation */
229 name_array = x2nrealloc (name_array, &allocated_names,
215 static size_t allocated_names; /* how big is the array? */ variable

Completed in 77 milliseconds