Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c4087 struct sortfile *tempfiles = xnmalloc (ntemps, sizeof *tempfiles); in sort() local
4090 tempfiles[i].name = node->name; in sort()
4091 tempfiles[i].temp = node; in sort()
4094 merge (tempfiles, ntemps, ntemps, output_file); in sort()
4095 free (tempfiles); in sort()