Home
last modified time | relevance | path

Searched refs:FTS_DP (Results 1 – 14 of 14) sorted by relevance

/titanic_50/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
/titanic_50/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
/titanic_50/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
/titanic_50/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
/titanic_50/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
/titanic_50/usr/src/lib/libcmd/common/
H A Drm.c203 case FTS_DP: in rm()
221 if (ent->fts_info == FTS_DP && !beenhere(ent)) in rm()
H A Dcp.c308 case FTS_DP: in visit()
/titanic_50/usr/src/lib/libast/common/misc/
H A Dfts.c1169 if ((f->fts_info & FTS_DP) == FTS_D) in fts_read()
1201 f->fts_info = FTS_DP; in fts_read()
1334 f->fts_info = f->status == FTS_AGAIN ? FTS_DP : 0; in fts_read()
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE589 03-05-18 misc/fts.c: re-stat FTS_DP to update nlink/times