Searched refs:FTS_SEEDOT (Results 1 – 6 of 6) sorted by relevance
52 #define FTS_SEEDOT 0x020 /* return dot and dot-dot */ macro
681 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2); in fts_build()693 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()752 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name)) in fts_build()
680 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2); in fts_build()692 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()751 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name)) in fts_build()
682 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2); in fts_build()694 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()753 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name)) in fts_build()
54 #define FTS_SEEDOT 0x020 /* return dot and dot-dot */ macro
324 fts_options |= FTS_SEEDOT; in main()