Searched refs:FTS_NOSEEDOTDIR (Results 1 – 16 of 16) sorted by relevance
72 #define FTW_NOSEEDOTDIR FTS_NOSEEDOTDIR
48 #define FTS_NOSEEDOTDIR (1<<11) /* never retain leading . dir */ macro
81 #define FTW_NOSEEDOTDIR FTS_NOSEEDOTDIR
57 #define FTS_NOSEEDOTDIR (1<<11) /* never retain leading . dir */ macro
171 flags = fts_flags() | FTS_TOP | FTS_NOPOSTORDER | FTS_NOSEEDOTDIR; in b_chmod()
240 flags = fts_flags() | FTS_TOP | FTS_NOPOSTORDER | FTS_NOSEEDOTDIR; in b_chgrp()
490 …n((char**)e, FTS_NOCHDIR|FTS_ONEPATH|FTS_PHYSICAL|FTS_NOPOSTORDER|FTS_NOSTAT|FTS_NOSEEDOTDIR, NiL)) in visit()685 state->flags = FTS_NOCHDIR|FTS_NOSEEDOTDIR; in b_cp()
229 chmod,chgrp,cp: use FTS_NOSEEDOTDIR for correct path construction
593 if (fts->flags & FTS_NOSEEDOTDIR) in toplist()616 if (fts->flags & FTS_NOSEEDOTDIR) in toplist()
1130 fts: fix FTS_NOSEEDOTDIR bug that botched ./* in top list