Home
last modified time | relevance | path

Searched refs:FTS_COMFOLLOW (Results 1 – 25 of 95) sorted by relevance

1234

/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dxfts.c62 return ((ISSET (fts, FTS_PHYSICAL) && !ISSET (fts, FTS_COMFOLLOW)) in cycle_warning_required()
63 || (ISSET (fts, FTS_PHYSICAL) && ISSET (fts, FTS_COMFOLLOW) in cycle_warning_required()
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dxfts.c62 return ((ISSET (fts, FTS_PHYSICAL) && !ISSET (fts, FTS_COMFOLLOW)) in cycle_warning_required()
63 || (ISSET (fts, FTS_PHYSICAL) && ISSET (fts, FTS_COMFOLLOW) in cycle_warning_required()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/nt/
H A DtstNtFts.c130 fFtsFlags |= FTS_COMFOLLOW; in main()
225 && ( (fFtsFlags & FTS_COMFOLLOW) in main()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/cmds/
H A Dchmod.c198 fts_opts = FTS_PHYSICAL | FTS_COMFOLLOW; in b_chmod()
208 if (!chlink) fts_opts = FTS_PHYSICAL | FTS_COMFOLLOW; in b_chmod()
/dports/devel/mk-configure/mk-configure-0.37.0/examples/fts/
H A Dprog.c30 fs = fts_open(argv + 1, FTS_COMFOLLOW | FTS_NOCHDIR, compare); in main()
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/gen/
H A Dftw.c45 ftsp = fts_open(paths, FTS_LOGICAL | FTS_COMFOLLOW | FTS_NOCHDIR, NULL); in ftw()
H A Dnftw.c45 ftsflags = FTS_COMFOLLOW; in nftw()
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dcp.c288 fts_options |= FTS_COMFOLLOW; in kmk_builtin_cp()
295 fts_options |= FTS_LOGICAL | FTS_COMFOLLOW; in kmk_builtin_cp()
565 ((fts_options & FTS_COMFOLLOW) && in copy()
H A Dftsfake.h57 #define FTS_COMFOLLOW 0x001 /* follow command line symlinks */ macro
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dftw.c53 ftsp = fts_open(paths, FTS_COMFOLLOW | FTS_NOCHDIR, NULL); in ftw()
H A Dnftw.c55 ftsflags = FTS_COMFOLLOW; in nftw()
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/
H A Dfts.h49 #define FTS_COMFOLLOW 0x0001 /* follow command line symlinks */ macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/
H A Dfts.h51 #define FTS_COMFOLLOW 0x0001 /* follow command line symlinks */ macro
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/
H A Dfts.h51 #define FTS_COMFOLLOW 0x0001 /* follow command line symlinks */ macro
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dfts_compat.h52 #define FTS_COMFOLLOW 0x001 /* follow command line symlinks */ macro
/dports/net/owamp/owamp-3.3/owampd/
H A Dfts.h59 #define FTS_COMFOLLOW 0x001 /* follow command line symlinks */ macro
/dports/lang/gawk/gawk-5.1.1/extension/
H A Dgawkfts.h65 #define FTS_COMFOLLOW 0x001 /* follow command line symlinks */ macro
/dports/security/amavisd-milter/amavisd-milter-1.7.0/compat/
H A Dfts_compat.h68 #define FTS_COMFOLLOW 0x001 /* follow command line symlinks */ macro
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/contrib/libbsdport/include/
H A Dfts.h52 #define FTS_COMFOLLOW 0x001 /* follow command line symlinks */ macro
/dports/ftp/tnftpd/tnftpd-20200704/libnetbsd/
H A Dftpfts.h72 #define FTS_COMFOLLOW 0x001 /* follow command line symlinks */ macro
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/lib/fts/
H A Dfts.h74 #define FTS_COMFOLLOW 0x001 /* follow command line symlinks */ macro
/dports/japanese/jls/ls/
H A Dls.c233 fts_options |= FTS_COMFOLLOW; in main()
243 fts_options &= ~FTS_COMFOLLOW; in main()
398 fts_options |= FTS_COMFOLLOW; in main()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/include/
H A Dfts.h59 #define FTS_COMFOLLOW FTS_META macro
/dports/shells/ksh93/ast-93u/src/lib/libast/include/
H A Dfts.h59 #define FTS_COMFOLLOW FTS_META macro
/dports/misc/rump/buildrump.sh-b914579/src/include/
H A Dfts.h71 #define FTS_COMFOLLOW 0x001 /* follow command line symlinks */ macro

1234