Searched refs:FTW_CHDIR (Results 1 – 2 of 2) sorted by relevance
72 FTW_CHDIR = 4, /* Change to current directory while processing it. */ enumerator73 # define FTW_CHDIR FTW_CHDIR macro
350 const char *name = ((data->flags & FTW_CHDIR) in open_dir_stream()401 if ((data->flags & FTW_CHDIR) == 0) in process_entry()494 if (data->flags & FTW_CHDIR) in ftw_dir()566 && (data->flags & FTW_CHDIR) in ftw_dir()656 if (flags & FTW_CHDIR) in ftw_startup()683 const char *name = ((data.flags & FTW_CHDIR) in ftw_startup()777 & ~(FTW_PHYS | FTW_MOUNT | FTW_CHDIR | FTW_DEPTH | FTW_ACTIONRETVAL)) in NFTW_NEW_NAME()797 flags &= (FTW_PHYS | FTW_MOUNT | FTW_CHDIR | FTW_DEPTH); in NFTW_OLD_NAME()
Completed in 4 milliseconds