Home
last modified time | relevance | path

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

/openbsd/usr.bin/find/
H A Dmain.c81 ftsoptions &= ~FTS_LOGICAL; in main()
93 ftsoptions |= FTS_LOGICAL; in main()
H A Dfunction.c316 (ftsoptions & FTS_LOGICAL)) /* or finally, logical on */ in f_delete()
836 ftsoptions |= FTS_LOGICAL; in c_follow()
/openbsd/bin/cp/
H A Dcp.c158 fts_options |= FTS_LOGICAL; in main()
165 fts_options |= FTS_LOGICAL; in main()
169 fts_options |= FTS_LOGICAL; in main()
/openbsd/bin/chmod/
H A Dchmod.c146 fts_options |= FTS_LOGICAL; in main()
247 if (!hflag && (fts_options & FTS_LOGICAL)) in main()
/openbsd/lib/libc/gen/
H A Dftw.c45 ftsp = fts_open(paths, FTS_LOGICAL | FTS_COMFOLLOW | FTS_NOCHDIR, NULL); in ftw()
H A Dnftw.c53 ftsflags |= FTS_LOGICAL; in nftw()
H A Dfts.c98 if (ISSET(FTS_LOGICAL)) in fts_open()
817 if (ISSET(FTS_LOGICAL) || follow) { in fts_stat()
/openbsd/include/
H A Dfts.h50 #define FTS_LOGICAL 0x0002 /* logical walk */ macro
/openbsd/usr.bin/du/
H A Ddu.c141 ftsoptions |= FTS_LOGICAL; in main()
/openbsd/bin/pax/
H A Dftree.c120 ftsopts |= FTS_LOGICAL; in ftree_start()
/openbsd/bin/ls/
H A Dls.c194 fts_options |= FTS_LOGICAL; in ls_main()