Searched defs:fts (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dxfts.c36 FTS *fts = fts_open (argv, options | FTS_CWDFD, compar); local
56 cycle_warning_required (FTS const *fts, FTSENT const *ent) argument
H A Dfts-cycle.c50 setup_dir (FTS *fts) argument
74 enter_dir (FTS *fts, FTSENT *ent) argument
125 leave_dir(FTS *fts, FTSENT *ent) argument
[all...]
H A Dfts.c211 static bool enter_dir (FTS *fts, FTSENT *ent) { return true; } argument
212 static void leave_dir (FTS *fts, FTSENT *ent) {} argument
213 static bool setup_dir (FTS *fts) { return true; } argument
214 static void free_dir (FTS *fts) {} argument
/haiku-fatelf/src/bin/coreutils/src/
H A Dchcon.c209 process_file (FTS *fts, FTSENT *ent) argument
314 FTS *fts = xfts_open (files, bit_flags, NULL); local
[all...]
H A Dchmod.c178 process_file (FTS *fts, FTSENT *ent) argument
325 FTS *fts = xfts_open (files, bit_flags, NULL); local
[all...]
H A Dchown-core.c248 change_file_owner (FTS *fts, FTSENT *ent, argument
497 FTS *fts = xfts_open (files, bit_flags | stat_flags, NULL); local
[all...]
H A Dremove.c216 prompt (FTS const *fts, FTSENT const *ent, bool is_dir, argument
405 fts_skip_tree (FTS *fts, FTSENT *ent) argument
431 excise (FTS *fts, FTSENT *ent, struct rm_options const *x, bool is_dir) argument
478 rm_fts(FTS *fts, FTSENT *ent, struct rm_options const *x) argument
608 FTS *fts; local
[all...]
H A Ddu.c450 process_file (FTS *fts, FTSENT *ent) argument
628 FTS *fts = xfts_open (files, bit_flags, NULL); local
[all...]

Completed in 112 milliseconds