Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 15 of 15) sorted by relevance

/coreutils/src/
Drm.c200 x->recursive = false; in rm_option_init()
260 x.recursive = true; in main()
344 if (x.recursive && preserve_root) in main()
356 if (prompt_once && (x.recursive || 3 < n_files)) in main()
359 (x.recursive in main()
Dremove.h50 bool recursive; member
Dcopy.h242 bool recursive; member
Dcp.c851 x->recursive = false; in cp_option_init()
1023 x.recursive = true; in main()
1107 x.recursive = true; in main()
1241 if (x.recursive && ! x.hard_link) in main()
1248 if (x.recursive) in main()
Dmv.c91 x->recursive = true; in rm_option_init()
147 x->recursive = true; in cp_option_init()
Dremove.c254 if ( ! (x->recursive in prompt()
449 if (! x->recursive in rm_fts()
Dls.c666 static bool recursive; variable
1714 if (recursive) in main()
1733 && (recursive in main()
2106 recursive = true; in decode_switches()
3038 if (recursive || print_dir_name) in print_dir()
3100 && !print_block_size && !recursive) in print_dir()
3138 if (recursive) in print_dir()
Dinstall.c280 x->recursive = false; in cp_option_init()
Dcopy.c2250 if (S_ISDIR (src_mode) && !x->recursive) in copy_internal()
2662 else if (x->recursive && S_ISDIR (src_mode)) in copy_internal()
/coreutils/tests/cp/
Dbackup-dir.sh36 cp --recursive --backup src/* dst || fail=1
/coreutils/man/
Dchmod.x72 ignores symbolic links encountered during recursive directory
/coreutils/
DTODO25 cp --recursive: use fts and *at functions to perform directory traversals
73 recursive algorithm currently used by sortlines, and it used more
DNEWS166 cp --recursive --backup will again operate correctly.
1786 ls --recursive will no longer exit with "serious" exit code (2), if there
2105 We now build most directories using non-recursive make rules. I.e.,
3399 The bug strikes only with both --recursive (-r, -R) and --link (-l).
4239 rm's core is now reentrant: rm --recursive (-r) now processes
5346 rm without --recursive (aka -r or -R) no longer prompts regarding
5569 * 'rm -i dir' (without --recursive (-r)) no longer recurses into dir
/coreutils/doc/
Dcoreutils.texi1380 traverse a hierarchy when the @option{--recursive} (@option{-R})
1398 If @option{--recursive} (@option{-R}) is specified and
1407 In a recursive traversal, traverse every symbolic link to a directory
1414 Combining this dereferencing option with the @option{--recursive} option
7781 @itemx --recursive
7783 @opindex --recursive
7784 @cindex recursive directory listing
7785 @cindex directory listing, recursive
7824 @option{--recursive} (@option{-R}), output a similar
9026 via recursive traversal.
[all …]
/coreutils/tests/
Dlocal.mk638 tests/ls/recursive.sh \