Home
last modified time | relevance | path

Searched defs:fts (Results 1 – 7 of 7) sorted by relevance

/coreutils/gl/lib/
Dxfts.c35 FTS *fts = fts_open (argv, options | FTS_CWDFD, compar); in xfts_open() local
55 cycle_warning_required (FTS const *fts, FTSENT const *ent) in cycle_warning_required()
/coreutils/src/
Dremove.c168 get_dir_status (FTS const *fts, FTSENT const *ent, int *dir_status) in get_dir_status()
189 prompt (FTS const *fts, FTSENT const *ent, bool is_dir, in prompt()
365 fts_skip_tree (FTS *fts, FTSENT *ent) in fts_skip_tree()
391 excise (FTS *fts, FTSENT *ent, struct rm_options const *x, bool is_dir) in excise()
442 rm_fts (FTS *fts, FTSENT *ent, struct rm_options const *x) in rm_fts()
617 FTS *fts = xfts_open (file, bit_flags, nullptr); in rm() local
Dchcon.c208 process_file (FTS *fts, FTSENT *ent) in process_file()
314 FTS *fts = xfts_open (files, bit_flags, nullptr); in process_files() local
Dchmod.c203 process_file (FTS *fts, FTSENT *ent) in process_file()
337 FTS *fts = xfts_open (files, bit_flags, nullptr); in process_files() local
Dchown-core.c283 change_file_owner (FTS *fts, FTSENT *ent, in change_file_owner()
549 FTS *fts = xfts_open (files, bit_flags | stat_flags, nullptr); in chown_files() local
Dselinux.c311 FTS *fts = xfts_open ((char *const *) ftspath, FTS_PHYSICAL, nullptr); in restorecon() local
Ddu.c487 process_file (FTS *fts, FTSENT *ent) in process_file()
683 FTS *fts = xfts_open (files, bit_flags, nullptr); in du_files() local