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

/freebsd-10.0-release/bin/pax/
H A Dftree.h48 } FTREE; typedef in typeref:struct:ftree
H A Dftree.c58 * file args supplied to pax are stored on a single linked list (of type FTREE)
72 static FTREE *fthead = NULL; /* head of linked list of file args */
73 static FTREE *fttail = NULL; /* tail of linked list of file args */
74 static FTREE *ftcur = NULL; /* current file arg being processed */
147 FTREE *ft;
159 * allocate FTREE node and add to the end of the linked list (args are
163 if ((ft = (FTREE *)malloc(sizeof(FTREE))) == NULL) {
237 FTREE *ft;

Completed in 111 milliseconds