Searched refs:FTS_NOSTAT (Results 1 – 12 of 12) sorted by relevance
273 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 …]
81 ftsoptions = FTS_NOSTAT | FTS_PHYSICAL; in main()
679 } 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()
678 } 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()
50 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
680 } 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()
97 ops = FTS_PHYSICAL | FTS_NOSTAT; in ATF_TC_BODY()
52 #define FTS_NOSTAT 0x008 /* don't get stat info */ macro
560 fts_options |= FTS_NOSTAT; in main()678 options & FTS_NOSTAT ? FTS_NAMEONLY : 0; in traverse()
186 flags |= FTS_NOSTAT; in rm_tree()
495 if ((ftsp = fts_open(files_list, fts_options | FTS_NOSTAT, 0)) == NULL) in main()
145 fts_flags = FTS_LOGICAL | FTS_NOSTAT; in grep_tree()