Home
last modified time | relevance | path

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

/trueos/bin/pax/
HDftree.c72 static FTREE *fthead = NULL; /* head of linked list of file args */ variable
124 if ((fthead == NULL) && ((farray[0] = malloc(PAXPATHLEN+2)) == NULL)) { in ftree_start()
174 if (fthead == NULL) { in ftree_add()
175 fttail = fthead = ft; in ftree_add()
250 for (ft = fthead; ft != NULL; ft = ft->fow) { in ftree_chk()
289 if (fthead == NULL) { in ftree_arg()
303 ftcur = fthead; in ftree_arg()