Searched refs:FTS_DP (Results 1 – 14 of 14) sorted by relevance
89 #define FTW_DP FTS_DP
84 #define FTS_DP (FTS_D|FTS_P) /* dir - post-order visit */ macro
98 #define FTW_DP FTS_DP
93 #define FTS_DP (FTS_D|FTS_P) /* dir - post-order visit */ macro
203 case FTS_DP: in rm()221 if (ent->fts_info == FTS_DP && !beenhere(ent)) in rm()
308 case FTS_DP: in visit()
1169 if ((f->fts_info & FTS_DP) == FTS_D) in fts_read()1201 f->fts_info = FTS_DP; in fts_read()1334 f->fts_info = f->status == FTS_AGAIN ? FTS_DP : 0; in fts_read()
589 03-05-18 misc/fts.c: re-stat FTS_DP to update nlink/times