Home
last modified time | relevance | path

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

/freebsd/usr.bin/find/
H A Dfunction.c277 ftsoptions &= ~FTS_NOSTAT; in c_Xmin()
326 ftsoptions &= ~FTS_NOSTAT; in c_Xtime()
420 ftsoptions &= ~FTS_NOSTAT; in c_acl()
439 (ftsoptions & FTS_NOSTAT)) /* not stat()ing */ in f_delete()
478 ftsoptions &= ~FTS_NOSTAT; /* no optimise */ in c_delete()
590 ftsoptions &= ~FTS_NOSTAT; in c_empty()
838 ftsoptions &= ~FTS_NOSTAT; in c_flags()
995 ftsoptions &= ~FTS_NOSTAT; in c_fstype()
1043 ftsoptions &= ~FTS_NOSTAT; in c_group()
1099 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.c144 SET(FTS_NOSTAT); in __fts_open()
803 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
818 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
1050 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
1178 if (!ISSET(FTS_NOSTAT)) { in fts_alloc()
1192 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
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-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/lib/libc/tests/gen/
H A Dfts_options_test.c116 FTS_LOGICAL | FTS_NOSTAT, in ATF_TC_BODY()
364 FTS_PHYSICAL | FTS_NOSTAT, in ATF_TC_BODY()
/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.h63 #define FTS_NOSTAT 0x000008 /* 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.c497 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()