Home
last modified time | relevance | path

Searched refs:FTW_SKIP_SUBTREE (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/io/
Dftw.h94 FTW_SKIP_SUBTREE = 2, /* Only meaningful for FTW_D: Don't walk through the enumerator
97 # define FTW_SKIP_SUBTREE FTW_SKIP_SUBTREE macro
Dftwtest.c61 return FTW_SKIP_SUBTREE; in cb()
Dftw.c476 if ((data->flags & FTW_ACTIONRETVAL) && result == FTW_SKIP_SUBTREE) in process_entry()
783 && (result == FTW_SKIP_SUBTREE || result == FTW_SKIP_SIBLINGS)) in ftw_startup()
/glibc-2.36/manual/
Dfilesys.texi1127 and @code{FTW_STOP} is returned to the caller. If @code{FTW_SKIP_SUBTREE}
/glibc-2.36/ChangeLog.old/
DChangeLog.144425 (FTW_CONTINUE, FTW_STOP, FTW_SKIP_SUBTREE, FTW_SKIP_SIBLINGS): New.
4430 Change FTW_SKIP_SUBTREE result to 0.
4432 Clear result if it was FTW_SKIP_SUBTREE or FTW_SKIP_SIBLINGS.