Home
last modified time | relevance | path

Searched refs:FTS_TOP (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/lib/libast/common/include/
H A Dfts.h54 #define FTS_TOP (1<<8) /* don't traverse subdirectories */ macro
92 #define FTS_AGAIN FTS_TOP /* process entry again */
H A Dftwalk.h76 #define FTW_TOP FTS_TOP
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dfts.h63 #define FTS_TOP (1<<8) /* don't traverse subdirectories */ macro
101 #define FTS_AGAIN FTS_TOP /* process entry again */
H A Dftwalk.h85 #define FTW_TOP FTS_TOP
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dfts.h63 #define FTS_TOP (1<<8) /* don't traverse subdirectories */ macro
101 #define FTS_AGAIN FTS_TOP /* process entry again */
H A Dftwalk.h85 #define FTW_TOP FTS_TOP
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dfts.h63 #define FTS_TOP (1<<8) /* don't traverse subdirectories */ macro
101 #define FTS_AGAIN FTS_TOP /* process entry again */
H A Dftwalk.h85 #define FTW_TOP FTS_TOP
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dfts.h63 #define FTS_TOP (1<<8) /* don't traverse subdirectories */ macro
101 #define FTS_AGAIN FTS_TOP /* process entry again */
H A Dftwalk.h85 #define FTW_TOP FTS_TOP
/titanic_50/usr/src/lib/libcmd/common/
H A Dchmod.c171 flags = fts_flags() | FTS_TOP | FTS_NOPOSTORDER | FTS_NOSEEDOTDIR; in b_chmod()
222 flags &= ~FTS_TOP; in b_chmod()
H A Dchgrp.c240 flags = fts_flags() | FTS_TOP | FTS_NOPOSTORDER | FTS_NOSEEDOTDIR; in b_chgrp()
313 flags &= ~FTS_TOP; in b_chgrp()
H A Dcksum.c456 flags = fts_flags() | FTS_TOP | FTS_NOPOSTORDER; in b_cksum()
494 flags &= ~FTS_TOP; in b_cksum()
H A Dcp.c922 state->flags |= FTS_TOP; in b_cp()
/titanic_50/usr/src/lib/libast/common/misc/
H A Dfts.c923 …else if (!(fts->flags & FTS_TOP) && (!(fts->flags & FTS_XDEV) || f->statb.st_dev == f->fts_parent-… in fts_read()