Home
last modified time | relevance | path

Searched refs:FTS (Results 1 – 25 of 27) sorted by relevance

12

/dragonfly/include/
H A Dfts.h65 } FTS; typedef
118 FTS *fts_fts; /* back pointer to main FTS */
122 FTSENT *fts_children(FTS *, int);
123 int fts_close(FTS *);
124 void *fts_get_clientptr(FTS *);
126 FTS *fts_get_stream(FTSENT *);
128 FTS *fts_open(char * const *, int,
130 FTSENT *fts_read(FTS *);
131 int fts_set(FTS *, FTSENT *, int);
132 void fts_set_clientptr(FTS *, void *);
/dragonfly/lib/libc/gen/
H A Dfts.c79 FTS ftsp_fts;
102 FTS *
107 FTS *sp; in fts_open()
213 fts_load(FTS *sp, FTSENT *p) in fts_load()
237 fts_close(FTS *sp) in fts_close()
291 fts_read(FTS *sp) in fts_read()
497 fts_children(FTS *sp, int instr) in fts_children()
569 (fts_get_clientptr)(FTS *sp)
579 FTS *
607 fts_build(FTS *sp, int type) in fts_build()
[all …]
H A Dftw.c38 FTS *ftsp; in ftw()
H A Dnftw.c38 FTS *ftsp; in nftw()
/dragonfly/contrib/grep/lib/
H A Dfts_.h197 } FTS; typedef
214 FTS *fts_fts; /* the file hierarchy itself */
275 FTSENT *fts_children (FTS *, int) __THROW __attribute_warn_unused_result__;
276 int fts_close (FTS *) __THROW __attribute_warn_unused_result__;
277 FTS *fts_open (char * const *, int,
280 FTSENT *fts_read (FTS *) __THROW __attribute_warn_unused_result__;
281 int fts_set (FTS *, FTSENT *, int) __THROW;
H A Dfts.c333 restore_initial_cwd (FTS *sp) in restore_initial_cwd()
357 FTS *
362 register FTS *sp; in fts_open()
550 fts_load (FTS *sp, register FTSENT *p) in fts_load()
573 fts_close (FTS *sp) in fts_close()
711 FTS *sp = p->fts_fts; in filesystem_type()
852 fts_read (register FTS *sp) in fts_read()
1681 fts_cross_check (FTS const *sp) in fts_cross_check()
1754 fd_ring_check (FTS const *sp) in fd_ring_check()
1966 fts_palloc (FTS *sp, size_t more) in fts_palloc()
[all …]
H A Dfts-cycle.c50 setup_dir (FTS *fts) in setup_dir()
74 enter_dir (FTS *fts, FTSENT *ent) in enter_dir()
125 leave_dir (FTS *fts, FTSENT *ent) in leave_dir()
151 free_dir (FTS *sp) in free_dir()
/dragonfly/test/stress/stress2/testcases/fts/
H A Dfts.c58 FTS *fts; in test()
/dragonfly/usr.sbin/mtree/
H A Dcreate.c78 static int statd(FILE *, FTS *, FTSENT *, uid_t *, gid_t *, mode_t *,
85 FTS *t; in cwalk()
319 statd(FILE *fp, FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode, in statd()
H A Dverify.c65 FTS *t; in vwalk()
/dragonfly/usr.bin/find/
H A Dextern.h121 extern FTS *tree;
H A Dfind.c163 FTS *tree; /* pointer to top of FTS hierarchy */
/dragonfly/usr.bin/chflags/
H A Dchflags.c52 FTS *ftsp; in main()
/dragonfly/bin/chmod/
H A Dchmod.c52 FTS *ftsp; in main()
/dragonfly/usr.sbin/chown/
H A Dchown.c64 FTS *ftsp; in main()
/dragonfly/bin/pax/
H A Dftree.c65 static FTS *ftsp = NULL; /* current FTS handle */
/dragonfly/usr.sbin/asf/
H A Dasf.c101 FTS *fts; in findmodule()
/dragonfly/bin/cp/
H A Dcp.c261 FTS *ftsp; in copy()
/dragonfly/usr.bin/du/
H A Ddu.c86 FTS *fts; in main()
/dragonfly/usr.sbin/ckdist/
H A Dckdist.c93 FTS *ftsp; in main()
/dragonfly/bin/rm/
H A Drm.c185 FTS *fts; in rm_tree()
/dragonfly/bin/ls/
H A Dls.c460 FTS *ftsp; in traverse()
/dragonfly/sbin/vquota/
H A Dvquota.c264 FTS *fts; in get_dirsize()
/dragonfly/usr.bin/dsynth/
H A Dsubs.c960 FTS *fts; in crcDirTree()
/dragonfly/contrib/grep/src/
H A Dgrep.c1591 grepdirent (FTS *fts, FTSENT *ent, bool command_line) in grepdirent()
1792 FTS *fts; in grepdesc()

12