FTS_PHYSICAL      350 maint/gnulib/lib/fts.c                     | (ISSET (FTS_PHYSICAL) ? O_NOFOLLOW : 0));
FTS_PHYSICAL      379 maint/gnulib/lib/fts.c         if ( ! (options & (FTS_LOGICAL | FTS_PHYSICAL))) {
FTS_PHYSICAL     1243 maint/gnulib/lib/fts.c                   (((ISSET(FTS_PHYSICAL)                        \
FTS_PHYSICAL     1371 maint/gnulib/lib/fts.c                        && ! (ISSET (FTS_NOSTAT) && ISSET (FTS_PHYSICAL)
FTS_PHYSICAL     1517 maint/gnulib/lib/fts.c                                           && (ISSET(FTS_PHYSICAL)
FTS_PHYSICAL       98 maint/gnulib/lib/fts_.h # define FTS_PHYSICAL   0x0010          /* physical walk */
FTS_PHYSICAL       47 maint/gnulib/tests/test-fts.c   FTS *ftsp = fts_open (curr_dir, FTS_NOSTAT | FTS_PHYSICAL | FTS_CWDFD, 0);
FTS_PHYSICAL       62 maint/gnulib/tests/test-fts.c   FTS *ftsp = fts_open (argv, FTS_NOSTAT | FTS_PHYSICAL | FTS_CWDFD, 0);
FTS_PHYSICAL      138 maint/gnulib/tests/test-fts.c   ftsp = fts_open (argv, FTS_SEEDOT | FTS_NOSTAT | FTS_PHYSICAL | FTS_CWDFD, 0);