Home
last modified time | relevance | path

Searched refs:dryrun (Results 1 – 2 of 2) sorted by relevance

/dragonfly/tools/tools/hammer-backup/
H A Dhammer-backup.sh48 dryrun=0 # Dry-run
166 if [ ${dryrun} -eq 0 ]; then
189 if [ ${dryrun} -eq 0 ]; then
452 dryrun=1
/dragonfly/crypto/libressl/apps/openssl/
H A Dcerthash.c37 int dryrun; member
46 .opt.flag = &certhash_config.dryrun,
599 (certhash_config.dryrun ? "would remove" : in certhash_directory()
601 if (certhash_config.dryrun) in certhash_directory()
616 (certhash_config.dryrun ? "would create" : in certhash_directory()
619 if (certhash_config.dryrun) in certhash_directory()