Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c328 static size_t temp_dir_count; variable
860 if (++temp_dir_index == temp_dir_count) in create_temp_file()
1235 if (temp_dir_count == temp_dir_alloc) in add_temp_dir()
1238 temp_dirs[temp_dir_count++] = dir; in add_temp_dir()
4776 if (temp_dir_count == 0) in main()