Home
last modified time | relevance | path

Searched refs:FTSENT (Results 1 – 8 of 8) sorted by relevance

/coreutils/gl/lib/
Dxfts.h5 int (*) (const FTSENT **, const FTSENT **))
10 cycle_warning_required (FTS const *fts, FTSENT const *ent)
Dxfts.c33 int (*compar) (const FTSENT **, const FTSENT **)) in xfts_open() argument
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()
376 mark_ancestor_dirs (FTSENT *ent) in mark_ancestor_dirs()
378 FTSENT *p; in mark_ancestor_dirs()
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()
621 FTSENT *ent; in rm()
Ddu.c454 mount_point_in_fts_cycle (FTSENT const *ent) in mount_point_in_fts_cycle()
456 FTSENT const *cycle_ent = ent->fts_cycle; in mount_point_in_fts_cycle()
487 process_file (FTS *fts, FTSENT *ent) in process_file()
524 MAYBE_UNUSED FTSENT const *e = fts_read (fts); in process_file()
557 MAYBE_UNUSED FTSENT const *e = fts_read (fts); in process_file()
687 FTSENT *ent; in du_files()
Dchcon.c208 process_file (FTS *fts, FTSENT *ent) in process_file()
318 FTSENT *ent; in process_files()
Dchmod.c203 process_file (FTS *fts, FTSENT *ent) in process_file()
341 FTSENT *ent; in process_files()
Dchown-core.c283 change_file_owner (FTS *fts, FTSENT *ent, in change_file_owner()
553 FTSENT *ent; in chown_files()
Dselinux.c314 for (FTSENT *ent; (ent = fts_read (fts)); ) in restorecon()