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

/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.h53 #define FTS_SEEDOT 0x020 /* return dot and dot-dot */ macro
H A Dfts-compat.c674 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2);
686 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
743 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
H A Dfts.c672 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2);
684 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
741 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
/freebsd-11-stable/include/
H A Dfts.h55 #define FTS_SEEDOT 0x020 /* return dot and dot-dot */ macro
/freebsd-11-stable/bin/ls/
H A Dls.c245 fts_options |= FTS_SEEDOT;

Completed in 140 milliseconds