Home
last modified time | relevance | path

Searched refs:FTW_DEPTH (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dftw.h74 FTW_DEPTH = 8 /* Report files in directory before directory itself.*/ enumerator
75 # define FTW_DEPTH FTW_DEPTH macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ftw/
A Dftw.c475 if (!(data->flags & FTW_DEPTH)) in ftw_dir()
562 if (result == 0 && (data->flags & FTW_DEPTH)) in ftw_dir()
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