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

/freebsd-13-stable/bin/pax/
H A Dftree.c76 static FTREE *ftcur = NULL; /* current file arg being processed */ variable
199 if (ftcur != NULL)
200 ftcur->refcnt = 1;
304 if (ftcur == NULL)
305 ftcur = fthead;
306 else if ((ftcur = ftcur->fow) == NULL)
308 if (ftcur->chflg) {
315 if (chdir(ftcur->fname) < 0) {
317 ftcur
[all...]

Completed in 53 milliseconds