Searched refs:FTW_CHDIR (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dftw.h37 #define FTW_CHDIR (FTW_DOT) macro
H A Dnftw.c57 if (flags & FTW_CHDIR) flags &= ~FTW_DOT;
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dftw.h46 #define FTW_CHDIR (FTW_DOT) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dftw.h46 #define FTW_CHDIR (FTW_DOT) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dftw.h46 #define FTW_CHDIR (FTW_DOT) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dftw.h46 #define FTW_CHDIR (FTW_DOT) macro
/illumos-gate/usr/src/head/
H A Dftw.h64 #define FTW_CHDIR 04 /* chdir to each directory before reading */ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnftw.c48 * FTW_CHDIR The walk will change to each directory before
89 * a file descriptor is used for each level. When FTW_CHDIR isn't set,
192 if ((vp->curflags & FTW_CHDIR) && last)
201 if (((vp->curflags & FTW_CHDIR) == 0) && (depth >= 2)) {
314 if (vp->curflags & FTW_CHDIR) {
427 if (vp->curflags & FTW_CHDIR) {
520 if (flags & FTW_CHDIR) {
563 if (((flags & FTW_CHDIR) == 0) && (depth >= 2)) {
602 if (flags & FTW_CHDIR)
609 * Get stat info on path when FTW_CHDIR i
[all...]
/illumos-gate/usr/src/cmd/find/
H A Dfind.c225 static int walkflags = FTW_CHDIR|FTW_PHYS|FTW_ANYERR|FTW_NOLOOP;
372 if ((errno == EACCES) && (walkflags & FTW_CHDIR)) {
378 walkflags &= ~FTW_CHDIR;
536 walkflags &= ~FTW_CHDIR;
605 walkflags &= ~FTW_CHDIR;
1078 filename = (walkflags & FTW_CHDIR) ?
1088 filename = (walkflags & FTW_CHDIR) ?
1100 filename = (walkflags & FTW_CHDIR) ?
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c236 int walkflags = FTW_CHDIR;
291 /* pass offset to relative name from FTW_CHDIR */
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c393 int walkflags = FTW_CHDIR;
454 /* Pass offset to relative name from FTW_CHDIR */

Completed in 419 milliseconds