Searched refs:noexec (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dnscomm.c81 if ( z->noexec == 0 )
147 if ( zp->conf->noexec == 0 )
166 if ( zp->conf->noexec == 0 )
181 if ( zp->conf->noexec == 0 )
218 if ( z->noexec == 0 )
H A Dzconf.h170 int noexec; member in struct:zconf
H A Dzkt-signer.c76 {"noexec", no_argument, NULL, 'n'},
122 static int noexec = 0; variable
223 noexec = 1;
250 setconfigpar (config, "--noexec", &noexec);
382 fprintf (stderr, "\t-n%s\t no execution of external signing command\n", loptstr (", --noexec", "\t"));
611 if ( noexec == 0 )
947 if ( noexec == 0 )
H A Dzconf.c111 0, /* noexec cmdline parameter */
188 { "--noexec", cmdln, last, CONF_BOOL, &def.noexec },
275 set_varptr ("--noexec", &cp->noexec, cp2 ? &cp2->noexec: NULL);

Completed in 39 milliseconds