Home
last modified time | relevance | path

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

/coreutils/src/
Dod.c236 static size_t n_specs_allocated; variable
979 if (n_specs_allocated <= n_specs) in ATTRIBUTE_NONNULL()
980 spec = X2NREALLOC (spec, &n_specs_allocated); in ATTRIBUTE_NONNULL()
1609 n_specs_allocated = 0; in main()