Searched refs:FTW_SKIP_SUBTREE (Results 1 – 5 of 5) 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()
476 if ((data->flags & FTW_ACTIONRETVAL) && result == FTW_SKIP_SUBTREE) in process_entry()783 && (result == FTW_SKIP_SUBTREE || result == FTW_SKIP_SIBLINGS)) in ftw_startup()
1127 and @code{FTW_STOP} is returned to the caller. If @code{FTW_SKIP_SUBTREE}
4425 (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.