Searched refs:FTW_NOLOOP (Results 1 – 3 of 3) sorted by relevance
68 #define FTW_NOLOOP 0100 /* private interface for find utility */ macro
345 if ((vp->curflags & FTW_NOLOOP) || in walk()355 if (vp->curflags & FTW_NOLOOP) { in walk()
225 static int walkflags = FTW_CHDIR|FTW_PHYS|FTW_ANYERR|FTW_NOLOOP;