Home
last modified time | relevance | path

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

/glibc-2.36/io/
Dftw.h72 FTW_CHDIR = 4, /* Change to current directory while processing it. */ enumerator
73 # define FTW_CHDIR FTW_CHDIR macro
Dftw.c362 if (data->flags & FTW_CHDIR) in open_dir_stream()
418 if ((data->flags & FTW_CHDIR) == 0) in process_entry()
527 if (data->flags & FTW_CHDIR) in ftw_dir()
605 && (data->flags & FTW_CHDIR) in ftw_dir()
690 if (flags & FTW_CHDIR) in ftw_startup()
734 if (data.flags & FTW_CHDIR) in ftw_startup()
839 & ~(FTW_PHYS | FTW_MOUNT | FTW_CHDIR | FTW_DEPTH | FTW_ACTIONRETVAL)) in NFTW_NEW_NAME()
858 flags &= (FTW_PHYS | FTW_MOUNT | FTW_CHDIR | FTW_DEPTH); in NFTW_OLD_NAME()
Dbug-ftw5.c15 if (nftw ("/", fn, 0, FTW_CHDIR | FTW_ACTIONRETVAL) < 0) in do_test()
Dftwtest.c83 flag |= FTW_CHDIR; in main()
/glibc-2.36/conform/data/
Dftw.h-data23 macro FTW_CHDIR
/glibc-2.36/manual/
Dfilesys.texi1002 important if the @code{FTW_CHDIR} flag was set in calling @code{nftw}
1082 @c if FTW_CHDIR, call open, and fchdir, or chdir and getcwd
1084 @c if FTW_CHDIR, also calls fchdir
1113 @item FTW_CHDIR
Dintro.texi841 @code{FTW_CHDIR}), avoiding the option may be a good alternative to
/glibc-2.36/ChangeLog.old/
DChangeLog.1411438 * io/ftw.c (ftw_startup): When using FTW_CHDIR, always remember
12238 with FTW_CHDIR option.
12284 (open_dir_stream): When FTW_CHDIR is enabled, invoke opendir on
12286 (process_entry): When FTW_CHDIR is enabled, invoke XSTAT or LXSTAT on
DChangeLog.1712400 * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
DChangeLog.162016 directory for FTW_CHDIR.
DChangeLog.1821911 (FTW_CHDIR): Likewise.