Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c331 static size_t temp_dir_alloc; variable
1235 if (temp_dir_count == temp_dir_alloc) in add_temp_dir()
1236 temp_dirs = X2NREALLOC (temp_dirs, &temp_dir_alloc); in add_temp_dir()