Searched refs:FTW_SKIP_SUBTREE (Results 1 – 3 of 3) sorted by relevance
94 FTW_SKIP_SUBTREE = 2, /* Only meaningful for FTW_D: Don't walk through the enumerator97 # define FTW_SKIP_SUBTREE FTW_SKIP_SUBTREE macro
61 return FTW_SKIP_SUBTREE; in cb()
475 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