Home
last modified time | relevance | path

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

/openbsd/include/
H A Dfts.h54 #define FTS_SEEDOT 0x0020 /* return dot and dot-dot */ macro
/openbsd/lib/libc/gen/
H A Dfts.c582 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2); in fts_build()
592 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
653 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name)) in fts_build()
/openbsd/bin/ls/
H A Dls.c203 fts_options |= FTS_SEEDOT; in ls_main()
/openbsd/sbin/dump/
H A Dtraverse.c198 if ((dirh = fts_open(dirv, FTS_PHYSICAL|FTS_SEEDOT|FTS_XDEV, in mapfiles()