Home
last modified time | relevance | path

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

/io/
A 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
A Dftwtest.c61 return FTW_SKIP_SUBTREE; in cb()
A Dftw.c475 if ((data->flags & FTW_ACTIONRETVAL) && result == FTW_SKIP_SUBTREE) in process_entry()
782 && (result == FTW_SKIP_SUBTREE || result == FTW_SKIP_SIBLINGS)) in ftw_startup()

Completed in 5 milliseconds