Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c334 static size_t cwd_n_alloc; variable
1755 cwd_n_alloc = 100; in main()
1756 cwd_file = xnmalloc (cwd_n_alloc, sizeof *cwd_file); in main()
3390 if (cwd_n_used == cwd_n_alloc) in gobble_file()
3392 cwd_file = xnrealloc (cwd_file, cwd_n_alloc, 2 * sizeof *cwd_file); in gobble_file()
3393 cwd_n_alloc *= 2; in gobble_file()