Home
last modified time | relevance | path

Searched refs:verbosity (Results 126 – 150 of 173) sorted by relevance

1234567

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc69 int, verbosity, 0,
/freebsd/contrib/libxo/doc/
H A Dfield-formatting.rst364 Clearly HTML wins the verbosity award, and this output does
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4476 virtual Verbosity verbosity() const = 0;
5236 Verbosity verbosity = Verbosity::Normal; member
5295 Verbosity verbosity() const override;
9702 auto const setVerbosity = [&]( std::string const& verbosity ) { in makeCommandLineParser() argument
9703 auto lcVerbosity = toLower( verbosity ); in makeCommandLineParser()
9705 config.verbosity = Verbosity::Quiet; in makeCommandLineParser()
9707 config.verbosity = Verbosity::Normal; in makeCommandLineParser()
9709 config.verbosity = Verbosity::High; in makeCommandLineParser()
9919 Verbosity Config::verbosity() const { return m_data.verbosity; } in verbosity() function in Catch::Config
11100 if( config.verbosity() >= Verbosity::High ) { in listTests()
[all …]
/freebsd/contrib/ntp/util/
H A Dinvoke-ntp-keygen.texi659 Increase debugging verbosity level.
662 Set the debugging verbosity to
1067 -d no debug-level Increase debug verbosity level
1069 -D Num set-debug-level Set the debug verbosity level
H A Dntp-keygen-opts.def925 Increase debugging verbosity level.
928 Set the debugging verbosity to
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c652 if(cfg->verbosity < 0) in morechecks()
/freebsd/contrib/unbound/services/
H A Dlocalzone.c1874 if(z && verbosity >= VERB_ALGO) { in local_zones_answer()
1896 if(z && verbosity >= VERB_ALGO) { in local_zones_answer()
H A Dmesh.c1953 if(verbosity >= VERB_ALGO) { in mesh_run()
2226 if(verbosity >= VERB_ALGO) in mesh_serve_expired_callback()
/freebsd/contrib/bzip2/
H A Dblocksort.c1037 Int32 verb = s->verbosity; in BZ2_blockSort()
/freebsd/contrib/wpa/hostapd/
H A Ddefconfig176 # Add support for sending all debug messages (regardless of debug verbosity)
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c4559 flags.verbosity++; in zfs_do_send()
4634 if ((flags.parsable || flags.progressastitle) && flags.verbosity == 0) in zfs_do_send()
4635 flags.verbosity = 1; in zfs_do_send()
4856 &excludes, flags.verbosity >= 3 ? &dbgnv : NULL); in zfs_do_send()
4858 if (flags.verbosity >= 3 && dbgnv != NULL) { in zfs_do_send()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in14 [B<-verbosity> I<level>]
181 =item B<-verbosity> I<level>
183 Level of verbosity for logging, error output, etc.
/freebsd/contrib/unbound/respip/
H A Drespip.c960 if(verbosity >= VERB_ALGO) { in respip_rewrite_reply()
/freebsd/contrib/unbound/validator/
H A Dval_anchor.c1129 if(verbosity >= VERB_ALGO) autr_debug_print(anchors); in anchors_apply_cfg()
H A Dval_sigcrypt.c1397 if(verbosity < VERB_QUERY) in sigdate_error()
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md160 -v : verbose mode; specify multiple times to increase verbosity
/freebsd/crypto/openssl/
H A DREADME-ENGINES.md65 ENGINEs), use the "engine" openssl utility with full verbosity, i.e.:
/freebsd/contrib/googletest/docs/
H A Dgmock_faq.md268 Also, you can control the verbosity by specifying `--gmock_verbose=error`. Other
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex222 verbosity{COLON} { YDVAR(1, VAR_VERBOSITY) }
/freebsd/contrib/ntp/ntpq/
H A Dinvoke-ntpq.texi957 -d no debug-level Increase debug verbosity level
959 -D Num set-debug-level Set the debug verbosity level
/freebsd/contrib/wpa/wpa_supplicant/
H A Dandroid.config369 # Add support for sending all debug messages (regardless of debug verbosity)
H A DREADME422 -d = increase debugging verbosity (-dd even more)
433 -q = decrease debugging verbosity (-qq even less)
H A Ddefconfig403 # Add support for sending all debug messages (regardless of debug verbosity)
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c942 if(verbosity < v) in log_reply_info()
/freebsd/contrib/unbound/daemon/
H A Dremote.c664 verbosity = val; in do_verbosity()
2349 if(!ssl_printf(ssl, "verbosity: %d\n", verbosity)) in do_status()

1234567