Searched refs:FTS_NOCHDIR (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dtest-fts.c24 FTS_PHYSICAL | FTS_NOCHDIR, fts_compare);
H A Dcompat_fts.h48 #define FTS_NOCHDIR 0x0004 /* don't change directories */ macro
H A Dcatman.c164 FTS_PHYSICAL | FTS_NOCHDIR, NULL)) == NULL) {
H A Dmandocdb.c593 f = fts_open((char * const *)argv, FTS_PHYSICAL | FTS_NOCHDIR,
/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.h50 #define FTS_NOCHDIR 0x004 /* don't change directories */ macro
H A Dftw.c47 ftsp = fts_open(paths, FTS_LOGICAL | FTS_COMFOLLOW | FTS_NOCHDIR, NULL);
H A Dfts-compat.c85 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
150 SET(FTS_NOCHDIR);
219 if (!ISSET(FTS_NOCHDIR) &&
221 SET(FTS_NOCHDIR);
284 if (!ISSET(FTS_NOCHDIR)) {
344 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) {
435 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) {
570 ISSET(FTS_NOCHDIR))
727 if (ISSET(FTS_NOCHDIR)) {
769 if (ISSET(FTS_NOCHDIR))
[all...]
H A Dfts.c75 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
145 SET(FTS_NOCHDIR);
210 if (!ISSET(FTS_NOCHDIR) &&
212 SET(FTS_NOCHDIR);
275 if (!ISSET(FTS_NOCHDIR)) {
335 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) {
427 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) {
565 ISSET(FTS_NOCHDIR))
725 if (ISSET(FTS_NOCHDIR)) {
767 if (ISSET(FTS_NOCHDIR))
[all...]
H A Dnftw.c50 ftsflags |= FTS_NOCHDIR;
/freebsd-11-stable/include/
H A Dfts.h52 #define FTS_NOCHDIR 0x004 /* don't change directories */ macro
/freebsd-11-stable/usr.bin/find/
H A Dmain.c156 ftsoptions |= FTS_NOCHDIR;
H A Dfunction.c481 if (ftsoptions & FTS_NOCHDIR)
658 !(ftsoptions & FTS_NOCHDIR) && fchdir(dotfd)) {
698 if (option->flags & F_EXECDIR && ftsoptions & FTS_NOCHDIR)
/freebsd-11-stable/bin/pax/
H A Dftree.c95 * use FTS_NOCHDIR, as the user may have to open multiple archives and
99 ftsopts = FTS_NOCHDIR;
/freebsd-11-stable/bin/cp/
H A Dcp.c103 fts_options = FTS_NOCHDIR | FTS_PHYSICAL;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_stat.c104 ops = FTS_NOCHDIR;
/freebsd-11-stable/usr.bin/grep/
H A Dutil.c154 fts_flags |= FTS_NOSTAT | FTS_NOCHDIR;
/freebsd-11-stable/usr.bin/gzip/
H A Dgzip.c2073 fts = fts_open(path_argv, FTS_PHYSICAL | FTS_NOCHDIR, NULL);

Completed in 226 milliseconds