Home
last modified time | relevance | path

Searched refs:FTS_NOSTAT (Results 1 – 12 of 12) sorted by relevance

/freebsd/usr.bin/find/
H A Dfunction.c273 ftsoptions &= ~FTS_NOSTAT; in c_Xmin()
322 ftsoptions &= ~FTS_NOSTAT; in c_Xtime()
416 ftsoptions &= ~FTS_NOSTAT; in c_acl()
435 (ftsoptions & FTS_NOSTAT)) /* not stat()ing */ in f_delete()
474 ftsoptions &= ~FTS_NOSTAT; /* no optimise */ in c_delete()
586 ftsoptions &= ~FTS_NOSTAT; in c_empty()
834 ftsoptions &= ~FTS_NOSTAT; in c_flags()
948 ftsoptions &= ~FTS_NOSTAT; in c_fstype()
996 ftsoptions &= ~FTS_NOSTAT; in c_group()
1052 ftsoptions &= ~FTS_NOSTAT; in c_inum()
[all …]
H A Dmain.c81 ftsoptions = FTS_NOSTAT | FTS_PHYSICAL; in main()
/freebsd/lib/libc/gen/
H A Dfts-compat11.c679 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
693 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
910 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
1043 if (ISSET(FTS_NOSTAT)) in fts_alloc()
1051 if (ISSET(FTS_NOSTAT)) { in fts_alloc()
H A Dfts.c678 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
692 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
909 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
1037 if (!ISSET(FTS_NOSTAT)) { in fts_alloc()
1051 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
H A Dfts-compat.h50 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
H A Dfts-compat.c680 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
694 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
921 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
1052 if (ISSET(FTS_NOSTAT)) in fts_alloc()
1060 if (ISSET(FTS_NOSTAT)) { in fts_alloc()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getcwd.c97 ops = FTS_PHYSICAL | FTS_NOSTAT; in ATF_TC_BODY()
/freebsd/include/
H A Dfts.h52 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
/freebsd/bin/ls/
H A Dls.c560 fts_options |= FTS_NOSTAT; in main()
678 options & FTS_NOSTAT ? FTS_NAMEONLY : 0; in traverse()
/freebsd/bin/rm/
H A Drm.c186 flags |= FTS_NOSTAT; in rm_tree()
/freebsd/bin/setfacl/
H A Dsetfacl.c495 if ((ftsp = fts_open(files_list, fts_options | FTS_NOSTAT, 0)) == NULL) in main()
/freebsd/usr.bin/grep/
H A Dutil.c145 fts_flags = FTS_LOGICAL | FTS_NOSTAT; in grep_tree()