Lines Matching defs:dryrun
1058 boolean_t dryrun = B_FALSE;
1109 dryrun = B_TRUE;
1160 if (dryrun || type == ZFS_TYPE_VOLUME) {
1173 dryrun ? gettext("cannot verify '%s'") :
1253 dryrun ? "would create ancestors of %s\n" :
1256 if (!dryrun) {
1266 dryrun ? "would create %s\n" : "create %s\n", argv[0]);
1292 if (dryrun) {
1773 "dryrun is not supported with bookmark\n");
4737 {"dryrun", no_argument, NULL, 'n'},
4814 flags.dryrun = B_TRUE;
4949 if (!flags.dryrun && isatty(STDOUT_FILENO)) {
5173 flags.dryrun = B_TRUE;
5223 if (flags.isprefix || flags.istail || flags.dryrun ||