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

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfts.c113 #define SKIPLINK(p,f) ((f)->fts_parent->nlink == 0) macro
118 #define SKIP(p,f) ((f)->fts_parent->must == 0 && (((f)->type == DT_UNKNOWN) ? SKIPLINK(p,f) : ((f)->type != DT_DIR && ((f)->type != DT_LNK || ((p)->flags & FTS_PHYSICAL)))))
126 #define SKIP(p,f) ((f)->fts_parent->must == 0 && SKIPLINK(p,f))

Completed in 89 milliseconds