Searched refs:fthead (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/bin/pax/
H A Dftree.c72 static FTREE *fthead = NULL; /* head of linked list of file args */ variable
124 if ((fthead == NULL) && ((farray[0] = malloc(PAXPATHLEN+2)) == NULL)) {
174 if (fthead == NULL) {
175 fttail = fthead = ft;
250 for (ft = fthead; ft != NULL; ft = ft->fow) {
289 if (fthead == NULL) {
303 ftcur = fthead;

Completed in 128 milliseconds