Home
last modified time | relevance | path

Searched refs:FTW_NOLOOP (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/head/
H A Dftw.h68 #define FTW_NOLOOP 0100 /* private interface for find utility */ macro
/titanic_44/usr/src/lib/libc/port/gen/
H A Dnftw.c345 if ((vp->curflags & FTW_NOLOOP) || in walk()
355 if (vp->curflags & FTW_NOLOOP) { in walk()
/titanic_44/usr/src/cmd/find/
H A Dfind.c225 static int walkflags = FTW_CHDIR|FTW_PHYS|FTW_ANYERR|FTW_NOLOOP;