Searched refs:dry_run (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10/rsync-45/rsync/
H A Dt_unsafe.c27 int dry_run, read_only, list_only, verbose; variable
H A Dtrimslash.c25 int dry_run = 0; variable
H A Dsyscall.c2 * Syscall wrappers to ensure that nothing gets done in dry_run mode
35 extern int dry_run;
56 if (dry_run) return 0;
75 if (dry_run) return 0;
83 if (dry_run) return 0;
91 if (dry_run) return 0;
101 if (dry_run) return 0;
141 if (dry_run) return 0;
149 RETURN_ERROR_IF(dry_run, 0);
160 if (dry_run) retur
[all...]
H A Dgenerator.c27 extern int dry_run;
150 || (dry_run && zap_dir)) {
297 /* dry_run is incremented when the destination doesn't exist yet. */
298 if (dry_run > 1 || list_only)
667 if (dry_run)
818 if (dry_run)
819 dry_run--;
851 if (dry_run)
852 dry_run--;
854 } else if (!dry_run)
[all...]
H A Dtls.c41 int dry_run = 0; variable
H A Drsync.c34 extern int dry_run;
135 if (dry_run)
H A Dlog.c29 extern int dry_run;
716 if (logfile_name && !dry_run && see_item
747 if (!logfile_name || dry_run || !logfile_format)
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Ddoctor.rb38 # If +dry_run+ is true no files or directories will be removed.
40 def initialize gem_repository, dry_run = false
42 @dry_run = dry_run
111 action = if @dry_run then
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dcheck_command.rb12 :alien => true, :doctor => false, :dry_run => false, :gems => true
29 options[:dry_run] = value
64 doctor = Gem::Doctor.new gem_repo, options[:dry_run]
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_check_command.rb34 assert @cmd.options[:dry_run]
44 refute @cmd.options[:dry_run]
/macosx-10.10/rsync-45/rsync/support/
H A Dfile-attr-restore10 our($p_opt, $o_opt, $g_opt, $map_file, $dry_run, $verbosity, $help_opt);
19 'dry-run|n' => \$dry_run,
109 if (!$dry_run && !chmod($mode, $fn)) {
116 if (!$dry_run) {
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dstore.rb89 attr_accessor :dry_run
122 @dry_run = false
785 return if @dry_run
800 FileUtils.mkdir_p class_path(full_name) unless @dry_run
859 return if @dry_run
876 FileUtils.mkdir_p class_path(full_name) unless @dry_run
886 return if @dry_run
903 FileUtils.mkdir_p File.dirname(path) unless @dry_run
908 return if @dry_run
H A Drubygems_hook.rb172 store.dry_run = options.dry_run
H A Drdoc.rb190 if @options.dry_run then
239 return if @options.dry_run or not @options.update_output_dir
476 @store.dry_run = @options.dry_run
H A Doptions.rb86 dry_run
142 attr_accessor :dry_run
311 @dry_run = false
939 @dry_run = value
/macosx-10.10/ruby-106/ruby/lib/rdoc/generator/
H A Ddarkfish.rb95 # No files will be written when dry_run is true.
97 attr_accessor :dry_run
144 @dry_run = @options.dry_run
196 options = { :verbose => $DEBUG_RDOC, :noop => @dry_run }
244 fu_options = { :verbose => $DEBUG_RDOC, :noop => @dry_run }
650 io_output = out_file && !@dry_run && @file_output
673 ] if @dry_run
H A Djson_index.rb132 return if @options.dry_run
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_generator_ri.rb73 @store.dry_run = true
H A Dtest_rdoc_generator_darkfish.rb109 @g.dry_run = true
141 @g.dry_run = true
H A Dtest_rdoc_rdoc.rb304 @rdoc.options.dry_run = true
383 @rdoc.options.dry_run = true
H A Dtest_rdoc_store.rb350 refute @s.dry_run
352 @s.dry_run = true
354 assert @s.dry_run
721 @s.dry_run = true
815 @s.dry_run = true
939 @s.dry_run = true
H A Dtest_rdoc_options.rb60 refute @options.dry_run
273 assert @options.dry_run
/macosx-10.10/gpatch-3/patch/
H A Dpatch.c193 if (! dry_run && ! outfile)
360 dry_run ? " and any empty ancestor directories" : "");
361 if (! dry_run)
380 if (! dry_run)
430 if (! dry_run)
750 dry_run = TRUE;
H A Dcommon.h168 XTERN bool dry_run; variable
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/
H A Dsetup.py100 if not cmd.dry_run:

Completed in 225 milliseconds

12