| /openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/ |
| D | Install.pm | 463 my ($dir,$show,$mode,$verbose,$dry_run)=@_; 468 if (!$dry_run) { 487 if ($dry_run) { 492 } elsif ($show and $dry_run) { 511 my ( $from, $to, $verbose, $dry_run)=@_; 515 if (!$dry_run) { 661 my($from_to,$verbose,$dry_run,$uninstall_shadows,$skip,$always_copy,$result) = @_; 667 $dry_run = $opts{dry_run}; 676 $dry_run ||= 0; 773 _mkpath( $targetdir, 0, $Perm_Dir, $verbose, $dry_run ); [all …]
|
| /openbsd/src/gnu/llvm/llvm/utils/ |
| D | collect_and_build_with_pgo.py | 129 dry_run): argument 134 self.dry_run = dry_run 170 if self.dry_run: 223 if env.dry_run or os.path.exists(path): 239 if not env.dry_run: 263 if env.dry_run: 296 if not env.dry_run and not os.path.exists(profdata_file): 394 dry_run=args.dry_run,
|
| D | relative_lines.py | 106 if not args.dry_run:
|
| /openbsd/src/gnu/llvm/clang/tools/diag-build/ |
| D | diag-build.sh | 76 dry_run='-dry-run' 79 dry_run='-n' 97 eval $tool $dry_run $set_compiler $@ 2>/dev/null |
|
| /openbsd/src/usr.bin/rsync/ |
| D | uploader.c | 184 if (sess->opts->dry_run) { in pre_symlink() 289 if (sess->opts->dry_run) { in pre_dev() 378 if (sess->opts->dry_run) { in pre_fifo() 455 if (sess->opts->dry_run) { in pre_sock() 531 if (sess->opts->dry_run) { in pre_dir() 593 if (sess->opts->dry_run) in post_dir() 708 if (sess->opts->dry_run) { in pre_file()
|
| D | sender.c | 177 if (!sess->opts->dry_run) in send_up_fsm() 236 } else if (sess->opts->dry_run) { in send_up_fsm() 335 if (!sess->opts->dry_run) { in send_dl_enqueue()
|
| D | receiver.c | 195 if (!sess->opts->dry_run) { in rsync_receiver() 270 if (!sess->opts->dry_run) { in rsync_receiver()
|
| D | fargs.c | 105 if (sess->opts->dry_run) in fargs_cmdline()
|
| D | main.c | 310 { "dry-run", no_argument, &opts.dry_run, 1 }, 406 opts.dry_run = 1; in main()
|
| D | extern.h | 138 int dry_run; /* -n */ member
|
| D | downloader.c | 327 if (sess->opts->dry_run) in rsync_downloader()
|
| D | flist.c | 1391 if (sess->opts->dry_run) in flist_del()
|
| /openbsd/src/usr.bin/libtool/LT/ |
| D | Exec.pm | 34 sub dry_run($) subroutine
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | dllwrap.c | 97 static int dry_run = 0; variable 360 if (verbose || dry_run) in run() 392 if (dry_run) in run() 719 dry_run = 1; in main()
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | dllwrap.c | 102 static int dry_run = 0; variable 368 if (verbose || dry_run) in run() 400 if (dry_run) in run() 726 dry_run = 1; in main()
|
| /openbsd/src/regress/lib/libssl/tlsfuzzer/ |
| D | tlsfuzzer.py | 656 use_tls1_3=True, dry_run=False, tests=[], scriptdir=tlsfuzzer_scriptdir, argument 660 self.dryrun = dry_run
|
| /openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/ |
| D | Installapi2.t | 68 dry_run=>1]);
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-rc/ |
| D | Opts.td | 41 def dry_run : F<"dry-run", "Don't compile the input; only try to parse it.">;
|
| /openbsd/src/usr.bin/libtool/ |
| D | libtool | 328 '-dry-run|-dryrun|n' => sub { LT::Exec->dry_run; },
|