Home
last modified time | relevance | path

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

/third_party/FreeBSD/include/
Dfts.h93 #define FTS_LOGICAL 0x002 /* logical walk */ macro
/third_party/FreeBSD/lib/libc/gen/
Dfts.c144 if (ISSET(FTS_LOGICAL)) in fts_open()
909 if (ISSET(FTS_LOGICAL) || follow) { in fts_stat()