Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dfts-compat.h52 #define FTS_SEEDOT 0x020 /* return dot and dot-dot */ macro
H A Dfts.c679 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2); in fts_build()
691 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
750 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name)) in fts_build()
H A Dfts-compat11.c681 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()
H A Dfts-compat.c682 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()
/freebsd/include/
H A Dfts.h54 #define FTS_SEEDOT 0x020 /* return dot and dot-dot */ macro
/freebsd/bin/ls/
H A Dls.c311 fts_options |= FTS_SEEDOT; in main()