Searched refs:verbose (Results 1 - 25 of 35) sorted by relevance

12

/bind-9.6-ESV-R11/bin/rndc/
H A Dutil.c32 extern isc_boolean_t verbose;
39 if (verbose) {
H A Drndc-confgen.c67 isc_boolean_t verbose = ISC_FALSE; variable
219 verbose = ISC_TRUE;
H A Drndc.c65 isc_boolean_t verbose; variable
750 verbose = ISC_TRUE;
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dquery-loc.c17 short verbose = FALSE; local
32 verbose = TRUE;
53 if (verbose || debug)
93 if (verbose || debug)
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dttl.h39 dns_ttl_totext(isc_uint32_t src, isc_boolean_t verbose,
46 * If 'verbose' is ISC_FALSE, use the terse BIND 8 style, like "1w2d3h4m5s".
48 * If 'verbose' is ISC_TRUE, use a verbose style like the SOA comments
/bind-9.6-ESV-R11/lib/dns/
H A Dttl.c52 ttlfmt(unsigned int t, const char *s, isc_boolean_t verbose, argument
59 if (verbose)
81 dns_ttl_totext(isc_uint32_t src, isc_boolean_t verbose, isc_buffer_t *target) { argument
93 RETERR(ttlfmt(weeks, "week", verbose, ISC_TF(x > 0), target));
97 RETERR(ttlfmt(days, "day", verbose, ISC_TF(x > 0), target));
101 RETERR(ttlfmt(hours, "hour", verbose, ISC_TF(x > 0), target));
105 RETERR(ttlfmt(mins, "minute", verbose, ISC_TF(x > 0), target));
110 RETERR(ttlfmt(secs, "second", verbose, ISC_TF(x > 0), target));
119 if (x == 1 && !verbose) {
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dinterfacemgr.h115 ns_interfacemgr_scan(ns_interfacemgr_t *mgr, isc_boolean_t verbose);
128 isc_boolean_t verbose);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/
H A Dgenerate_normalize_data.pl88 my $verbose;
96 'verbose|v' => \$verbose,
393 print STDERR "** cannon_class\n", $canon_class->stat() if $verbose;
412 print STDERR "** composition\n", $comp->stat() if $verbose;
446 print STDERR "** decomposition\n", $decomp->stat() if $verbose;
471 print STDERR "** upper mapping\n", $upper->stat() if $verbose;
472 print STDERR "** lower mapping\n", $lower->stat() if $verbose;
508 print STDERR "** case folding\n", $folding->stat() if $verbose;
532 print STDERR "** casemap context\n", $casemap_ctx->stat() if $verbose;
[all...]
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssectool.c50 extern int verbose;
92 if (level > verbose)
147 setup_logging(int verbose, isc_mem_t *mctx, isc_log_t **logp) { argument
154 if (verbose < 0)
155 verbose = 0;
156 switch (verbose) {
160 * data in the master file even when not verbose.
168 level = ISC_LOG_DEBUG(verbose - 2 + 1);
H A Ddnssec-dsfromkey.c52 int verbose; variable
140 if (verbose > 2) {
236 fprintf(stderr, " -v <verbose level>\n");
300 verbose = strtol(isc_commandline_argument, &endp, 0);
348 setup_logging(verbose, mctx, &log);
359 if (verbose > 2)
392 if (verbose > 10)
H A Ddnssec-keyfromlabel.c48 int verbose; variable
77 fprintf(stderr, " -v <verbose level>\n");
154 verbose = strtol(isc_commandline_argument, &endp, 0);
180 setup_logging(verbose, mctx, &log);
328 if (verbose > 10)
H A Ddnssectool.h60 setup_logging(int verbose, isc_mem_t *mctx, isc_log_t **logp);
H A Ddnssec-keygen.c63 int verbose; variable
119 fprintf(stderr, " -v <verbose level>\n");
225 verbose = strtol(isc_commandline_argument, &endp, 0);
251 setup_logging(verbose, mctx, &log);
517 if (verbose > 0) {
555 if (verbose > 10)
H A Ddnssec-signzone.c91 int verbose; variable
665 if (verbose) {
767 if (verbose) {
3273 verbose = strtol(isc_commandline_argument, &endp, 0);
3275 fatal("verbose level must be numeric");
3334 setup_logging(verbose, mctx, &log);
3676 if (verbose > 10)
/bind-9.6-ESV-R11/bin/tests/
H A Dcompress_test.c45 int verbose = 0; variable
65 verbose++;
106 if (verbose) {
H A Dbyaddr_test.c80 isc_boolean_t verbose = ISC_FALSE; local
110 verbose = ISC_TRUE;
118 if (verbose) {
260 if (verbose)
H A Dbyname_test.c202 isc_boolean_t verbose = ISC_FALSE; local
228 verbose = ISC_TRUE;
238 if (verbose) {
369 if (verbose)
H A Dsig0_test.c207 isc_boolean_t verbose = ISC_FALSE; local
228 verbose = ISC_TRUE;
296 if (verbose)
H A Ddb_test.c352 isc_boolean_t verbose = ISC_FALSE; local
419 verbose = ISC_FALSE;
438 verbose = ISC_TRUE;
488 if (verbose && dbi != NULL) {
/bind-9.6-ESV-R11/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.6-ESV-R11/bin/named/
H A Dinterfacemgr.c591 isc_boolean_t verbose)
615 verbose ? ISC_LOG_INFO : ISC_LOG_DEBUG(1),
623 verbose ? ISC_LOG_INFO : ISC_LOG_DEBUG(1),
832 verbose ? ISC_LOG_INFO :
898 isc_boolean_t verbose)
906 if (do_scan(mgr, ext_listen, verbose) != ISC_R_SUCCESS)
931 ns_interfacemgr_scan(ns_interfacemgr_t *mgr, isc_boolean_t verbose) { argument
932 ns_interfacemgr_scan0(mgr, NULL, verbose);
937 isc_boolean_t verbose)
939 ns_interfacemgr_scan0(mgr, list, verbose);
590 do_scan(ns_interfacemgr_t *mgr, ns_listenlist_t *ext_listen, isc_boolean_t verbose) argument
897 ns_interfacemgr_scan0(ns_interfacemgr_t *mgr, ns_listenlist_t *ext_listen, isc_boolean_t verbose) argument
936 ns_interfacemgr_adjust(ns_interfacemgr_t *mgr, ns_listenlist_t *list, isc_boolean_t verbose) argument
[all...]
/bind-9.6-ESV-R11/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)
H A Dconfigure644 verbose=
953 -v | -verbose | --verbose | --verbos | --verbo | --verb)
954 verbose=yes ;;
/bind-9.6-ESV-R11/contrib/zkt/
H A Dzkt-signer.c77 {"verbose", no_argument, NULL, 'v'},
119 static int verbose = 0; variable
230 verbose++;
249 setconfigpar (config, "-v", &verbose);
385 fprintf (stderr, "\t-v%s\t be verbose (use twice to be very verbose)\n", loptstr (", --verbose", "\t"));
729 if ( verbose )
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dconfigure35 verbose=
334 -v | -verbose | --verbose | --verbos | --verbo | --verb)
335 verbose=yes ;;

Completed in 4386 milliseconds

12