Home
last modified time | relevance | path

Searched defs:rm_options (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dremove.h32 struct rm_options struct
35 bool ignore_missing_files;
38 enum rm_interactive interactive;
47 bool one_file_system;
50 bool recursive;
53 bool remove_empty_directories;
57 struct dev_ino *root_dev_ino;
61 bool preserve_all_root;
64 bool stdin_tty;
67 bool verbose;
[all …]
Dmv.c229 struct rm_options rm_options; in do_move() local