Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/find/
HDfunction.c278 ftsoptions &= ~FTS_NOSTAT; in c_Xmin()
327 ftsoptions &= ~FTS_NOSTAT; in c_Xtime()
421 ftsoptions &= ~FTS_NOSTAT; in c_acl()
440 (ftsoptions & FTS_NOSTAT)) /* not stat()ing */ in f_delete()
479 ftsoptions &= ~FTS_NOSTAT; /* no optimise */ in c_delete()
591 ftsoptions &= ~FTS_NOSTAT; in c_empty()
839 ftsoptions &= ~FTS_NOSTAT; in c_flags()
953 ftsoptions &= ~FTS_NOSTAT; in c_fstype()
1001 ftsoptions &= ~FTS_NOSTAT; in c_group()
1057 ftsoptions &= ~FTS_NOSTAT; in c_inum()
[all …]
HDmain.c90 ftsoptions = FTS_NOSTAT | FTS_PHYSICAL; in main()
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/gen/
HDt_getcwd.c97 ops = FTS_PHYSICAL | FTS_NOSTAT; in ATF_TC_BODY()
/freebsd-14-stable/lib/libc/gen/
HDfts-compat.h52 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
HDfts-compat11.c681 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
695 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
912 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
1045 if (ISSET(FTS_NOSTAT)) in fts_alloc()
1053 if (ISSET(FTS_NOSTAT)) { in fts_alloc()
HDfts.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()
912 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
1044 if (ISSET(FTS_NOSTAT)) in fts_alloc()
1052 if (ISSET(FTS_NOSTAT)) { in fts_alloc()
HDfts-compat.c682 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
696 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
923 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()
1054 if (ISSET(FTS_NOSTAT)) in fts_alloc()
1062 if (ISSET(FTS_NOSTAT)) { in fts_alloc()
/freebsd-14-stable/include/
HDfts.h55 #define FTS_NOSTAT 0x000008 /* don't get stat info */ macro
/freebsd-14-stable/usr.bin/grep/
HDutil.c145 fts_flags = FTS_LOGICAL | FTS_NOSTAT; in grep_tree()