Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/include/
H A Dfts.h43 #define FTS_LOGICAL 0 /* logical traversal, follow symlinks */ macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dfts.h52 #define FTS_LOGICAL 0 /* logical traversal, follow symlinks */ macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dfts.h52 #define FTS_LOGICAL 0 /* logical traversal, follow symlinks */ macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dfts.h52 #define FTS_LOGICAL 0 /* logical traversal, follow symlinks */ macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dfts.h52 #define FTS_LOGICAL 0 /* logical traversal, follow symlinks */ macro
/titanic_50/usr/src/lib/libdll/common/
H A Ddllscan.c416 …if ((scan->fts = fts_open((char**)t, FTS_LOGICAL|FTS_NOPOSTORDER|FTS_ONEPATH, vercmp)) && (scan->e… in dllsread()
/titanic_50/usr/src/lib/libast/common/misc/
H A Dfts.c1495 return FTS_LOGICAL; in fts_flags()