Home
last modified time | relevance | path

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

/mirbsd/src/bin/pax/
Dftree.c70 static FTREE *fthead = NULL; /* head of linked list of file args */
71 static FTREE *fttail = NULL; /* tail of linked list of file args */
72 static FTREE *ftcur = NULL; /* current file arg being processed */
142 FTREE *ft; in ftree_add()
158 if ((ft = (FTREE *)malloc(sizeof(FTREE))) == NULL) { in ftree_add()
234 FTREE *ft; in ftree_chk()
Dftree.h52 } FTREE; typedef