Searched refs:recursive (Results 1 – 15 of 15) sorted by relevance
200 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()
50 bool recursive; member
242 bool recursive; member
851 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()
91 x->recursive = true; in rm_option_init()147 x->recursive = true; in cp_option_init()
254 if ( ! (x->recursive in prompt()449 if (! x->recursive in rm_fts()
666 static bool recursive; variable1714 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()
280 x->recursive = false; in cp_option_init()
2250 if (S_ISDIR (src_mode) && !x->recursive) in copy_internal()2662 else if (x->recursive && S_ISDIR (src_mode)) in copy_internal()
36 cp --recursive --backup src/* dst || fail=1
72 ignores symbolic links encountered during recursive directory
25 cp --recursive: use fts and *at functions to perform directory traversals73 recursive algorithm currently used by sortlines, and it used more
166 cp --recursive --backup will again operate correctly.1786 ls --recursive will no longer exit with "serious" exit code (2), if there2105 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 processes5346 rm without --recursive (aka -r or -R) no longer prompts regarding5569 * 'rm -i dir' (without --recursive (-r)) no longer recurses into dir
1380 traverse a hierarchy when the @option{--recursive} (@option{-R})1398 If @option{--recursive} (@option{-R}) is specified and1407 In a recursive traversal, traverse every symbolic link to a directory1414 Combining this dereferencing option with the @option{--recursive} option7781 @itemx --recursive7783 @opindex --recursive7784 @cindex recursive directory listing7785 @cindex directory listing, recursive7824 @option{--recursive} (@option{-R}), output a similar9026 via recursive traversal.[all …]
638 tests/ls/recursive.sh \