Searched refs:FTW_ANYERR (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Dftw.h66 #define FTW_ANYERR 020 /* return FTW_NS on any stat failure */ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnftw.c54 * FTW_ANYERR Call the callback function and return
242 } else if ((vp->curflags & FTW_ANYERR) && errno != ENOENT) {
244 * If FTW_ANYERR is specified, then a stat error
280 * if FTW_ANYERR is set in flags, we call
284 if (!(vp->curflags & FTW_ANYERR))
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c261 * Use FTW_ANYERR to get FTW_NS and FTW_DNR entries *and*
265 (void) nftw64(root->subtree, &walker, 20, FTW_PHYS|FTW_ANYERR);
/illumos-gate/usr/src/cmd/find/
H A Dfind.c225 static int walkflags = FTW_CHDIR|FTW_PHYS|FTW_ANYERR|FTW_NOLOOP;

Completed in 89 milliseconds