Searched defs:noexec (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
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.h170 int noexec; member in struct:zconf

Completed in 12 milliseconds