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

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dftwalk.h98 #define FTW_DP FTS_DP
H A Dfts.h93 #define FTS_DP (FTS_D|FTS_P) /* dir - post-order visit */ macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Dftwalk.h89 #define FTW_DP FTS_DP
H A Dfts.h84 #define FTS_DP (FTS_D|FTS_P) /* dir - post-order visit */ macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dftwalk.h98 #define FTW_DP FTS_DP
H A Dfts.h93 #define FTS_DP (FTS_D|FTS_P) /* dir - post-order visit */ macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dftwalk.h98 #define FTW_DP FTS_DP
H A Dfts.h93 #define FTS_DP (FTS_D|FTS_P) /* dir - post-order visit */ macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dftwalk.h98 #define FTW_DP FTS_DP
H A Dfts.h93 #define FTS_DP (FTS_D|FTS_P) /* dir - post-order visit */ macro
/illumos-gate/usr/src/lib/libcmd/common/
H A Drm.c203 case FTS_DP:
221 if (ent->fts_info == FTS_DP && !beenhere(ent))
H A Dcp.c308 case FTS_DP:
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfts.c1169 if ((f->fts_info & FTS_DP) == FTS_D)
1201 f->fts_info = FTS_DP;
1334 f->fts_info = f->status == FTS_AGAIN ? FTS_DP : 0;

Completed in 73 milliseconds