Searched refs:FTS_SEEDOT (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/lib/libc/gen/
H A Dfts-compat.h53 #define FTS_SEEDOT 0x020 /* return dot and dot-dot */ macro
H A Dfts-compat.c687 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2);
699 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
756 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
H A Dfts.c675 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2);
687 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
744 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
/freebsd-10.3-release/include/
H A Dfts.h55 #define FTS_SEEDOT 0x020 /* return dot and dot-dot */ macro
/freebsd-10.3-release/bin/ls/
H A Dls.c230 fts_options |= FTS_SEEDOT;

Completed in 66 milliseconds