Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c667 static struct tempnode *volatile *temptail = &temphead; variable
868 *temptail = node; in create_temp_file()
869 temptail = &node->next; in create_temp_file()
1270 temptail = pnode; in zaptemp()