Searched refs:FTS_NOSTAT (Results 1 – 9 of 9) sorted by relevance
188 ftsoptions &= ~FTS_NOSTAT; in c_amin()215 ftsoptions &= ~FTS_NOSTAT; in c_atime()243 ftsoptions &= ~FTS_NOSTAT; in c_cmin()270 ftsoptions &= ~FTS_NOSTAT; in c_ctime()348 ftsoptions &= ~FTS_NOSTAT; in c_delete()391 ftsoptions &= ~FTS_NOSTAT; in c_empty()744 ftsoptions &= ~FTS_NOSTAT; in c_execdir()809 ftsoptions &= ~FTS_NOSTAT; in c_flags()910 ftsoptions &= ~FTS_NOSTAT; in c_fstype()954 ftsoptions &= ~FTS_NOSTAT; in c_group()[all …]
75 ftsoptions = FTS_NOSTAT|FTS_PHYSICAL; in main()99 ftsoptions &= ~FTS_NOSTAT; in main()
581 else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()592 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()810 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp; in fts_stat()918 if (!ISSET(FTS_NOSTAT)) in fts_alloc()926 if (!ISSET(FTS_NOSTAT)) in fts_alloc()
52 #define FTS_NOSTAT 0x0008 /* don't get stat info */ macro
69 flags |= FTS_NOSTAT; in rm_tree()
267 fts_options |= FTS_NOSTAT; in ls_main()372 ch_options = !f_recursive && options & FTS_NOSTAT ? FTS_NAMEONLY : 0; in traverse()
152 flags |= FTS_NOSTAT; in rm_tree()
73 fts_flags = FTS_PHYSICAL | FTS_NOSTAT | FTS_NOCHDIR; in grep_tree()
1967 if ((fts = fts_open(argv, FTS_PHYSICAL | FTS_NOSTAT, NULL)) == NULL) in repo_cleanup()2009 if ((fts = fts_open(argv, FTS_PHYSICAL | FTS_NOSTAT, NULL)) == NULL) in remove_contents()