Home
last modified time | relevance | path

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

/original-bsd/contrib/sort/
H A Dfsort.c51 FILE *prevfd, *tailfd[FSORTMAX+1]; local
53 memset(tailfd, 0, sizeof(tailfd));
181 tailfd[panic] = prevfd;
203 if (tailfd[i]) {
204 concat(outfd, tailfd[i]);
205 fclose(tailfd[i]);