Searched defs:verbose (Results 1 - 22 of 22) sorted by relevance

/bind-9.11.3/bin/dnssec/
H A Ddnssec-revoke.c38 int verbose; variable
135 verbose = strtol(isc_commandline_argument, &endp, 0);
205 if (verbose > 2)
274 if (verbose > 10)
H A Ddnssec-verify.c69 int verbose; variable
244 verbose = strtol(isc_commandline_argument, &endp, 0);
246 fatal("verbose level must be numeric");
343 if (verbose > 10)
H A Ddnssec-dsfromkey.c53 int verbose; variable
189 if (verbose > 2) {
326 fprintf(stderr, " -v <verbose level>\n");
436 verbose = strtol(isc_commandline_argument, &endp, 0);
537 if (verbose > 2)
570 if (verbose > 10)
H A Ddnssec-importkey.c53 int verbose; variable
164 if (verbose > 2) {
275 fprintf(stderr, " -v <verbose level>\n");
375 verbose = strtol(isc_commandline_argument, &endp, 0);
463 if (verbose > 10)
H A Ddnssec-keyfromlabel.c47 int verbose; variable
98 fprintf(stderr, " -v verbose level\n");
249 verbose = strtol(isc_commandline_argument, &endp, 0);
404 if (verbose > 0)
743 if (verbose > 10)
H A Ddnssec-settime.c41 int verbose; variable
270 verbose = strtol(isc_commandline_argument, &endp, 0);
538 if (verbose > 2)
675 if (verbose > 10)
H A Ddnssec-keygen.c62 int verbose; variable
405 verbose = strtol(isc_commandline_argument, &endp, 0);
548 if (verbose > 0)
637 if (verbose > 0)
1071 if (verbose > 0) {
1114 if (verbose > 10)
H A Ddnssec-signzone.c91 int verbose; variable
761 if (verbose) {
863 if (verbose) {
3394 verbose = strtol(isc_commandline_argument, &endp, 0);
3396 fatal("verbose level must be numeric");
3868 if (verbose > 10)
/bind-9.11.3/lib/dns/
H A Dttl.c43 ttlfmt(unsigned int t, const char *s, isc_boolean_t verbose, argument
50 if (verbose)
72 dns_ttl_totext(isc_uint32_t src, isc_boolean_t verbose, isc_buffer_t *target) { argument
73 return (dns_ttl_totext2(src, verbose, ISC_TRUE, target));
77 dns_ttl_totext2(isc_uint32_t src, isc_boolean_t verbose, argument
91 RETERR(ttlfmt(weeks, "week", verbose, ISC_TF(x > 0), target));
95 RETERR(ttlfmt(days, "day", verbose, ISC_TF(x > 0), target));
99 RETERR(ttlfmt(hours, "hour", verbose, ISC_TF(x > 0), target));
103 RETERR(ttlfmt(mins, "minute", verbose, ISC_TF(x > 0), target));
108 RETERR(ttlfmt(secs, "second", verbose, ISC_T
[all...]
/bind-9.11.3/bin/confgen/
H A Dddns-confgen.c57 isc_boolean_t verbose = ISC_FALSE; /* needed by util.c but not used here */ variable
H A Drndc-confgen.c60 isc_boolean_t verbose = ISC_FALSE; variable
204 verbose = ISC_TRUE;
/bind-9.11.3/bin/tests/
H A Dbyaddr_test.c72 isc_boolean_t verbose = ISC_FALSE; local
102 verbose = ISC_TRUE;
110 if (verbose) {
252 if (verbose)
H A Dbyname_test.c192 isc_boolean_t verbose = ISC_FALSE; local
218 verbose = ISC_TRUE;
228 if (verbose) {
359 if (verbose)
H A Dsig0_test.c197 isc_boolean_t verbose = ISC_FALSE; local
218 verbose = ISC_TRUE;
286 if (verbose)
H A Ddb_test.c344 isc_boolean_t verbose = ISC_FALSE; local
409 verbose = ISC_FALSE;
428 verbose = ISC_TRUE;
478 if (verbose && dbi != NULL) {
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestsuite.c77 int verbose; member in struct:idn_testsuite
110 ctx->verbose = 0;
188 ctx->verbose = 1;
194 ctx->verbose = 0;
230 if (ctx->verbose) {
236 if (ctx->verbose) {
/bind-9.11.3/bin/rndc/
H A Drndc.c57 isc_boolean_t verbose; variable
856 verbose = ISC_TRUE;
/bind-9.11.3/bin/named/
H A Dinterfacemgr.c791 isc_boolean_t verbose)
818 verbose ? ISC_LOG_INFO : ISC_LOG_DEBUG(1),
826 verbose ? ISC_LOG_INFO : ISC_LOG_DEBUG(1),
1074 verbose ? ISC_LOG_INFO :
1146 isc_boolean_t verbose)
1155 result = do_scan(mgr, ext_listen, verbose);
1190 ns_interfacemgr_scan(ns_interfacemgr_t *mgr, isc_boolean_t verbose) { argument
1191 return (ns_interfacemgr_scan0(mgr, NULL, verbose));
1196 isc_boolean_t verbose)
1198 return (ns_interfacemgr_scan0(mgr, list, verbose));
790 do_scan(ns_interfacemgr_t *mgr, ns_listenlist_t *ext_listen, isc_boolean_t verbose) argument
1145 ns_interfacemgr_scan0(ns_interfacemgr_t *mgr, ns_listenlist_t *ext_listen, isc_boolean_t verbose) argument
1195 ns_interfacemgr_adjust(ns_interfacemgr_t *mgr, ns_listenlist_t *list, isc_boolean_t verbose) argument
[all...]
H A Dserver.c5816 scan_interfaces(ns_server_t *server, isc_boolean_t verbose) { argument
5823 result = ns_interfacemgr_scan(server->interfacemgr, verbose);
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddnsperf.c111 isc_boolean_t verbose; member in struct:__anon55
466 "verbose: report each query to stdout",
467 NULL, &config->verbose);
662 if (config->verbose) {
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c177 int verbose = FALSE; variable
290 " -v verbose: report the RCODE of each response on stdout\n"
657 verbose = 1;
1525 if (verbose)
1683 if (verbose)
1692 if (verbose)
1698 if (verbose)
/bind-9.11.3/bin/dig/
H A Ddighost.c127 verbose = ISC_FALSE; variable
1477 verbose = ISC_TRUE;
1478 debug("verbose is on");

Completed in 166 milliseconds