Home
last modified time | relevance | path

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

/third_party/FreeBSD/include/
Dfts.h97 #define FTS_SEEDOT 0x020 /* return dot and dot-dot */ macro
/third_party/FreeBSD/lib/libc/gen/
Dfts.c675 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2); in fts_build()
687 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
744 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name)) in fts_build()