Home
last modified time | relevance | path

Searched refs:dry_run (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
DInstall.pm463 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/
Dcollect_and_build_with_pgo.py129 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,
Drelative_lines.py106 if not args.dry_run:
/openbsd/src/gnu/llvm/clang/tools/diag-build/
Ddiag-build.sh76 dry_run='-dry-run'
79 dry_run='-n'
97 eval $tool $dry_run $set_compiler $@ 2>/dev/null |
/openbsd/src/usr.bin/rsync/
Duploader.c184 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()
Dsender.c177 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()
Dreceiver.c195 if (!sess->opts->dry_run) { in rsync_receiver()
270 if (!sess->opts->dry_run) { in rsync_receiver()
Dfargs.c105 if (sess->opts->dry_run) in fargs_cmdline()
Dmain.c310 { "dry-run", no_argument, &opts.dry_run, 1 },
406 opts.dry_run = 1; in main()
Dextern.h138 int dry_run; /* -n */ member
Ddownloader.c327 if (sess->opts->dry_run) in rsync_downloader()
Dflist.c1391 if (sess->opts->dry_run) in flist_del()
/openbsd/src/usr.bin/libtool/LT/
DExec.pm34 sub dry_run($) subroutine
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Ddllwrap.c97 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/
Ddllwrap.c102 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/
Dtlsfuzzer.py656 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/
DInstallapi2.t68 dry_run=>1]);
/openbsd/src/gnu/llvm/llvm/tools/llvm-rc/
DOpts.td41 def dry_run : F<"dry-run", "Don't compile the input; only try to parse it.">;
/openbsd/src/usr.bin/libtool/
Dlibtool328 '-dry-run|-dryrun|n' => sub { LT::Exec->dry_run; },