Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dftree.c66 static FTREE *fthead = NULL; /* head of linked list of file args */ variable
114 if ((fthead == NULL) && ((farray[0] = malloc(PAXPATHLEN+2)) == NULL)) { in ftree_start()
164 if (fthead == NULL) { in ftree_add()
165 fttail = fthead = ft; in ftree_add()
240 for (ft = fthead; ft != NULL; ft = ft->fow) { in ftree_chk()
279 if (fthead == NULL) { in ftree_arg()
293 ftcur = fthead; in ftree_arg()