Home
last modified time | relevance | path

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

/openbsd/usr.bin/find/
H A Dfunction.c188 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 …]
H A Dmain.c75 ftsoptions = FTS_NOSTAT|FTS_PHYSICAL; in main()
99 ftsoptions &= ~FTS_NOSTAT; in main()
/openbsd/lib/libc/gen/
H A Dfts.c581 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()
/openbsd/include/
H A Dfts.h52 #define FTS_NOSTAT 0x0008 /* don't get stat info */ macro
/openbsd/bin/mv/
H A Drm.c69 flags |= FTS_NOSTAT; in rm_tree()
/openbsd/bin/ls/
H A Dls.c267 fts_options |= FTS_NOSTAT; in ls_main()
372 ch_options = !f_recursive && options & FTS_NOSTAT ? FTS_NAMEONLY : 0; in traverse()
/openbsd/bin/rm/
H A Drm.c152 flags |= FTS_NOSTAT; in rm_tree()
/openbsd/usr.bin/grep/
H A Dutil.c73 fts_flags = FTS_PHYSICAL | FTS_NOSTAT | FTS_NOCHDIR; in grep_tree()
/openbsd/usr.sbin/rpki-client/
H A Drepo.c1886 if ((fts = fts_open(argv, FTS_PHYSICAL | FTS_NOSTAT, NULL)) == NULL) in repo_cleanup()
1928 if ((fts = fts_open(argv, FTS_PHYSICAL | FTS_NOSTAT, NULL)) == NULL) in remove_contents()