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

/haiku-fatelf/src/bin/coreutils/src/
H A Dsort.c256 static char const **temp_dirs; variable
261 /* Number of allocated slots in temp_dirs. */
758 char const *temp_dir = temp_dirs[temp_dir_index];
1062 temp_dirs = X2NREALLOC (temp_dirs, &temp_dir_alloc);
1064 temp_dirs[temp_dir_count++] = dir;

Completed in 41 milliseconds