Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c3790 struct tempnode *tempcopy = nullptr; in avoid_trashing_input() local
3815 if (! tempcopy) in avoid_trashing_input()
3818 tempcopy = create_temp (&tftp); in avoid_trashing_input()
3819 mergefiles (&files[i], 0, 1, tftp, tempcopy->name); in avoid_trashing_input()
3822 files[i].name = tempcopy->name; in avoid_trashing_input()
3823 files[i].temp = tempcopy; in avoid_trashing_input()