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

/freebsd-9.3-release/bin/pax/
H A Dftree.c74 static FTREE *ftcur = NULL; /* current file arg being processed */ variable
197 if (ftcur != NULL)
198 ftcur->refcnt = 1;
302 if (ftcur == NULL)
303 ftcur = fthead;
304 else if ((ftcur = ftcur->fow) == NULL)
306 if (ftcur->chflg) {
313 if (chdir(ftcur->fname) < 0) {
315 ftcur
[all...]

Completed in 103 milliseconds