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

/freebsd-9.3-release/bin/pax/
H A Dftree.c75 static FTSENT *ftent = NULL; /* current file tree entry */ variable
212 if (ftent != NULL)
213 (void)fts_set(ftsp, ftent, FTS_SKIP);
224 if (ftent != NULL)
225 (void)fts_set(ftsp, ftent, FTS_SKIP);
371 if ((ftent = fts_read(ftsp)) == NULL) {
384 switch(ftent->fts_info) {
404 if (!tflag || (get_atdir(ftent->fts_statb.st_dev,
405 ftent->fts_statb.st_ino, &mtime, &atime) < 0))
407 if (!tflag || (get_atdir(ftent
[all...]

Completed in 145 milliseconds