Searched refs:FTW_SKIP_SUBTREE (Results 1 – 2 of 2) 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
444 if ((data->flags & FTW_ACTIONRETVAL) && result == FTW_SKIP_SUBTREE) in process_entry()727 && (result == FTW_SKIP_SUBTREE || result == FTW_SKIP_SIBLINGS)) in ftw_startup()
Completed in 4 milliseconds