Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c847 static size_t temp_dir_index; in create_temp_file() local
850 char const *temp_dir = temp_dirs[temp_dir_index]; in create_temp_file()
860 if (++temp_dir_index == temp_dir_count) in create_temp_file()
861 temp_dir_index = 0; in create_temp_file()