FTS_CWDFD 243 maint/gnulib/lib/fts.c (!ISSET(FTS_NOCHDIR) && (ISSET(FTS_CWDFD) \ FTS_CWDFD 336 maint/gnulib/lib/fts.c int fail = FCHDIR (sp, ISSET (FTS_CWDFD) ? AT_FDCWD : sp->fts_rfd); FTS_CWDFD 352 maint/gnulib/lib/fts.c int fd = (ISSET (FTS_CWDFD) FTS_CWDFD 375 maint/gnulib/lib/fts.c if ((options & FTS_NOCHDIR) && (options & FTS_CWDFD)) { FTS_CWDFD 394 maint/gnulib/lib/fts.c CLR(FTS_CWDFD); FTS_CWDFD 399 maint/gnulib/lib/fts.c if ( ISSET(FTS_CWDFD) && ! HAVE_OPENAT_SUPPORT) FTS_CWDFD 422 maint/gnulib/lib/fts.c CLR(FTS_CWDFD); FTS_CWDFD 534 maint/gnulib/lib/fts.c if (!ISSET(FTS_NOCHDIR) && !ISSET(FTS_CWDFD) FTS_CWDFD 598 maint/gnulib/lib/fts.c if (ISSET(FTS_CWDFD)) FTS_CWDFD 711 maint/gnulib/lib/fts.c if (!ISSET (FTS_CWDFD)) FTS_CWDFD 1167 maint/gnulib/lib/fts.c if (ISSET(FTS_CWDFD)) FTS_CWDFD 1240 maint/gnulib/lib/fts.c opendirat((! ISSET(FTS_NOCHDIR) && ISSET(FTS_CWDFD) \ FTS_CWDFD 1378 maint/gnulib/lib/fts.c if (ISSET(FTS_CWDFD)) FTS_CWDFD 1386 maint/gnulib/lib/fts.c if (ISSET(FTS_CWDFD) && 0 <= dir_fd) FTS_CWDFD 2016 maint/gnulib/lib/fts.c if (ISSET (FTS_CWDFD) && 0 <= fd) FTS_CWDFD 2021 maint/gnulib/lib/fts.c if (fd < 0 && is_dotdot && ISSET (FTS_CWDFD)) FTS_CWDFD 2070 maint/gnulib/lib/fts.c if (ISSET(FTS_CWDFD)) FTS_CWDFD 135 maint/gnulib/lib/fts_.h # define FTS_CWDFD 0x0200 FTS_CWDFD 47 maint/gnulib/tests/test-fts.c FTS *ftsp = fts_open (curr_dir, FTS_NOSTAT | FTS_PHYSICAL | FTS_CWDFD, 0); FTS_CWDFD 62 maint/gnulib/tests/test-fts.c FTS *ftsp = fts_open (argv, FTS_NOSTAT | FTS_PHYSICAL | FTS_CWDFD, 0); FTS_CWDFD 138 maint/gnulib/tests/test-fts.c ftsp = fts_open (argv, FTS_SEEDOT | FTS_NOSTAT | FTS_PHYSICAL | FTS_CWDFD, 0);