Searched refs:cwd_n_alloc (Results 1 – 1 of 1) sorted by relevance
334 static size_t cwd_n_alloc; variable1755 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()