Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dftw.h72 FTW_CHDIR = 4, /* Change to current directory while processing it. */ enumerator
73 # define FTW_CHDIR FTW_CHDIR macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ftw/
A Dftw.c350 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