/bind-9.11.3/lib/dns/include/dns/ |
H A D | ttl.h | 30 dns_ttl_totext(isc_uint32_t src, isc_boolean_t verbose, 33 dns_ttl_totext2(isc_uint32_t src, isc_boolean_t verbose, 40 * If 'verbose' is ISC_FALSE, use the terse BIND 8 style, like "1w2d3h4m5s". 42 * If 'verbose' is ISC_TRUE, use a verbose style like the SOA comments
|
/bind-9.11.3/bin/tests/system/reclimit/ans7/ |
H A D | ans.pl | 28 my $verbose = 0; 60 'verbose!' => \$verbose, 67 Verbose => $verbose,
|
/bind-9.11.3/bin/confgen/ |
H A D | util.c | 24 extern isc_boolean_t verbose; 31 if (verbose) {
|
H A D | rndc-confgen.c | 60 isc_boolean_t verbose = ISC_FALSE; variable 204 verbose = ISC_TRUE;
|
H A D | ddns-confgen.c | 57 isc_boolean_t verbose = ISC_FALSE; /* needed by util.c but not used here */ variable
|
/bind-9.11.3/bin/rndc/ |
H A D | util.c | 24 extern isc_boolean_t verbose; 31 if (verbose) {
|
/bind-9.11.3/lib/dns/ |
H A D | ttl.c | 43 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/win32utils/ |
H A D | Configure | 599 my @optionlist = ("help", "verbose", "legacy", "win32", "x64", "clean"); 613 " verbose (options) print messages\n", 628 " enable-querytrace enable very verbose query trace [default=no]\n", 657 my $verbose = 0; 723 if (/^verbose$/i) { 724 $verbose = 1; 1131 if ($verbose) { 1292 if ($verbose) { 1354 if ($verbose) { 1380 if ($verbose) { [all...] |
/bind-9.11.3/bin/tests/system/chain/ans3/ |
H A D | ans.pl | 26 my $verbose = 0; 85 'verbose!' => \$verbose, 92 Verbose => $verbose,
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/ |
H A D | generate_normalize_data.pl | 88 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.11.3/bin/named/include/named/ |
H A D | interfacemgr.h | 117 ns_interfacemgr_scan(ns_interfacemgr_t *mgr, isc_boolean_t verbose); 130 isc_boolean_t verbose);
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssec-revoke.c | 38 int verbose; variable 135 verbose = strtol(isc_commandline_argument, &endp, 0); 205 if (verbose > 2) 274 if (verbose > 10)
|
H A D | dnssec-verify.c | 69 int verbose; variable 244 verbose = strtol(isc_commandline_argument, &endp, 0); 246 fatal("verbose level must be numeric"); 343 if (verbose > 10)
|
H A D | dnssec-importkey.c | 53 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 D | dnssec-dsfromkey.c | 53 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 D | dnssec-keyfromlabel.c | 47 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 D | dnssec-settime.c | 41 int verbose; variable 270 verbose = strtol(isc_commandline_argument, &endp, 0); 538 if (verbose > 2) 675 if (verbose > 10)
|
H A D | dnssec-keygen.c | 62 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)
|
/bind-9.11.3/bin/tests/ |
H A D | byaddr_test.c | 72 isc_boolean_t verbose = ISC_FALSE; local 102 verbose = ISC_TRUE; 110 if (verbose) { 252 if (verbose)
|
H A D | byname_test.c | 192 isc_boolean_t verbose = ISC_FALSE; local 218 verbose = ISC_TRUE; 228 if (verbose) { 359 if (verbose)
|
H A D | sig0_test.c | 197 isc_boolean_t verbose = ISC_FALSE; local 218 verbose = ISC_TRUE; 286 if (verbose)
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/ |
H A D | testsuite.c | 77 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/named/ |
H A D | interfacemgr.c | 791 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...] |
/bind-9.11.3/unit/atf-src/admin/ |
H A D | ar-lib | 133 | -verbose | -VERBOSE \ 173 v*) ;; # TODO: don't ignore the verbose modifier
|
/bind-9.11.3/contrib/queryperf/ |
H A D | queryperf.c | 177 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)
|