Home
last modified time | relevance | path

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

/trueos/bin/pax/
HDftree.c75 static FTSENT *ftent = NULL; /* current file tree entry */ variable
212 if (ftent != NULL) in ftree_sel()
213 (void)fts_set(ftsp, ftent, FTS_SKIP); in ftree_sel()
224 if (ftent != NULL) in ftree_notsel()
225 (void)fts_set(ftsp, ftent, FTS_SKIP); in ftree_notsel()
371 if ((ftent = fts_read(ftsp)) == NULL) { in next_file()
384 switch(ftent->fts_info) { in next_file()
404 if (!tflag || (get_atdir(ftent->fts_statb.st_dev, in next_file()
405 ftent->fts_statb.st_ino, &mtime, &atime) < 0)) in next_file()
407 if (!tflag || (get_atdir(ftent->fts_statp->st_dev, in next_file()
[all …]