Home
last modified time | relevance | path

Searched refs:fts_set (Results 1 – 19 of 19) sorted by relevance

/openbsd/lib/libc/hidden/
H A Dfts.h27 PROTO_NORMAL(fts_set);
/openbsd/usr.sbin/mtree/
H A Dverify.c114 (void)fts_set(t, p, FTS_SKIP); in vwalk()
140 (void)fts_set(t, p, FTS_SKIP); in vwalk()
/openbsd/include/
H A Dfts.h122 int fts_set(FTS *, FTSENT *, int);
/openbsd/bin/cp/
H A Dcp.c390 (void)fts_set(ftsp, curr, FTS_SKIP); in copy()
414 (void)fts_set(ftsp, curr, FTS_SKIP); in copy()
/openbsd/bin/ls/
H A Dls.c379 (void)fts_set(ftsp, p, FTS_SKIP); in traverse()
404 (void)fts_set(ftsp, p, FTS_SKIP); in traverse()
/openbsd/usr.sbin/smtpd/
H A Dqueue_fs.c589 fts_set(q->fts, e, FTS_SKIP); in fsqueue_qwalk()
595 fts_set(q->fts, e, FTS_SKIP); in fsqueue_qwalk()
/openbsd/bin/chmod/
H A Dchmod.c221 fts_set(ftsp, p, FTS_SKIP); in main()
/openbsd/bin/pax/
H A Dftree.c216 (void)fts_set(ftsp, ftent, FTS_SKIP); in ftree_sel()
/openbsd/bin/rm/
H A Drm.c183 (void)fts_set(fts, p, FTS_SKIP); in rm_tree()
/openbsd/regress/lib/libc/sys/
H A Dt_stat.c117 (void)fts_set(fts, ftse, FTS_SKIP); in ATF_TC_BODY()
/openbsd/lib/libc/gen/
H A Dfts.c451 fts_set(FTS *sp, FTSENT *p, int instr) in fts_set() function
461 DEF_WEAK(fts_set);
/openbsd/bin/mv/
H A Dcp.c332 (void)fts_set(ftsp, curr, FTS_SKIP); in copy()
/openbsd/usr.bin/rsync/
H A Dflist.c956 fts_set(fts, ent, FTS_SKIP); in flist_gen_dirent()
1326 fts_set(fts, ent, FTS_SKIP); in flist_gen_dels()
/openbsd/usr.bin/find/
H A Dfunction.c1055 fts_set(tree, entry, FTS_SKIP); in f_maxdepth()
1442 if (fts_set(tree, entry, FTS_SKIP)) in f_prune()
/openbsd/usr.bin/compress/
H A Dmain.c389 fts_set(ftsp, entry, FTS_SKIP); in main()
/openbsd/usr.bin/mandoc/
H A Dmandocdb.c710 fts_set(f, ff, FTS_SKIP); in treescan()
727 fts_set(f, ff, FTS_SKIP); in treescan()
/openbsd/lib/libc/
H A DSymbols.list646 fts_set
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc84 #define fts_set __fts_set60
8146 INTERCEPTOR(int, fts_set, void *ftsp, void *f, int options) {
8148 COMMON_INTERCEPTOR_ENTER(ctx, fts_set, ftsp, f, options);
8153 return REAL(fts_set)(ftsp, f, options);
8167 COMMON_INTERCEPT_FUNCTION(fts_set); \
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1807 fun:fts_set=uninstrumented