Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c325 static char const **temp_dirs; variable
850 char const *temp_dir = temp_dirs[temp_dir_index]; in create_temp_file()
1236 temp_dirs = X2NREALLOC (temp_dirs, &temp_dir_alloc); in add_temp_dir()
1238 temp_dirs[temp_dir_count++] = dir; in add_temp_dir()