Home
last modified time | relevance | path

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

/mirbsd/src/bin/pax/
Dftree.c71 static FTREE *fttail = NULL; /* tail of linked list of file args */ variable
171 fttail = fthead = ft; in ftree_add()
174 fttail->fow = ft; in ftree_add()
175 fttail = ft; in ftree_add()