Searched refs:verbosity (Results 26 - 50 of 107) sorted by relevance

12345

/freebsd-current/contrib/ldns/drill/
H A Dsecuretrace.c73 if (verbosity >= 5) {
267 if (verbosity >= 5) {
326 if (verbosity >= 4) {
476 if (verbosity >= 2) {
547 if (verbosity >= 4) {
564 if (verbosity >= 2) {
568 if (verbosity >= 2) {
573 if (verbosity >= 2) {
579 if (verbosity >= 2) {
610 if (verbosity >
[all...]
H A Ddrill.c18 int verbosity; variable
197 verbosity = 2;
250 verbosity = atoi(optarg);
254 verbosity = -1;
665 if (verbosity >= 5) {
781 if (verbosity >= 3) {
794 if (verbosity != -1) {
799 if (verbosity != -1) {
811 if (verbosity != -1) {
885 if (verbosity !
[all...]
H A Ddrill.h32 extern int verbosity;
/freebsd-current/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c74 skim_printcap(const char *pcap_fname, int verbosity) argument
176 (verbosity > 1)) {
256 if (verbosity)
H A Dchkprintcap.c70 int c, error, makedirs, more, queuecnt, verbosity; local
75 verbosity = 0;
91 verbosity++;
113 skres = skim_printcap(pcap_fname, verbosity);
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp84 auto verbosity = GetDebugger().GetDWIMPrintVerbosity(); local
149 if (verbosity == eDWIMPrintVerbosityFull) {
189 if (verbosity != eDWIMPrintVerbosityNone) {
/freebsd-current/contrib/unbound/util/
H A Dlog.h47 * verbosity value:
64 /** The global verbosity setting */
65 extern enum verbosity_value verbosity;
70 * @param level: verbosity level for this message, compared to global
71 * verbosity setting.
190 * @param level: verbosity level for this message, compared to global
191 * verbosity setting.
H A Dlog.c63 /* default verbosity */
64 enum verbosity_value verbosity = NO_VERBOSE; variable in typeref:enum:verbosity_value
360 if(verbosity >= level) {
403 log_hex_f(verbosity, msg, data, length);
426 if(verbosity < level)
H A Dnetevent.c313 /* do not log transient errors (unless high verbosity) */
330 if(verbosity < VERB_ALGO)
343 ) && verbosity < VERB_ALGO)
348 if(errno == EADDRINUSE && verbosity < VERB_DETAIL)
355 verbosity < VERB_DETAIL)
361 verbosity < VERB_DETAIL)
699 if(verbosity >= VERB_ALGO && r->srctype != 0)
881 if(verbosity >= VERB_ALGO)
1055 if(verbosity >= VERB_ALGO && rep.srctype != 0)
1307 if(verbosity >
[all...]
/freebsd-current/contrib/opencsd/decoder/include/common/
H A Docsd_error_logger.h52 bool initErrorLogger(const ocsd_err_severity_t verbosity, bool bCreateOutputLogger = false); //!< Initialise the error logger with a severity filter, optionally create an output logger on stderr.
/freebsd-current/contrib/bzip2/
H A Dbzip2.c183 Int32 verbosity; variable
345 blockSize100k, verbosity, workFactor );
348 if (verbosity >= 2) fprintf ( stderr, "\n" );
381 if (verbosity >= 1) {
455 &bzerr, zStream, verbosity,
501 if (verbosity >= 2) fprintf ( stderr, "\n " );
573 &bzerr, zStream, verbosity,
601 if (verbosity >= 2) fprintf ( stderr, "\n " );
606 if (verbosity == 0)
1286 if (verbosity >
[all...]
H A Dcompress.c261 if (s->verbosity >= 3)
302 if (s->verbosity >= 3)
436 if (s->verbosity >= 3) {
513 if (s->verbosity >= 3)
525 if (s->verbosity >= 3)
541 if (s->verbosity >= 3)
596 if (s->verbosity >= 3)
611 if (s->verbosity >= 2)
663 if (s->verbosity >= 2)
/freebsd-current/contrib/ofed/opensm/include/opensm/
H A Dosm_log.h316 * [in] The log verbosity level to be used.
370 void osm_log(IN osm_log_t * p_log, IN osm_log_level_t verbosity,
373 void osm_log_v2(IN osm_log_t * p_log, IN osm_log_level_t verbosity,
490 extern void osm_log_raw(IN osm_log_t * p_log, IN osm_log_level_t verbosity,
/freebsd-current/tests/sys/fs/fusefs/
H A Dmockfs.cc59 int verbosity = 0; variable
168 if (verbosity > 1) {
191 if (verbosity > 1)
236 if (verbosity >= 2) {
297 if (verbosity > 1)
321 if (verbosity <= 1) {
350 if (verbosity >= 2) {
372 if (verbosity > 1)
390 if (verbosity == 0)
758 if (verbosity >
[all...]
/freebsd-current/crypto/openssh/
H A Dssh-sk-client.c52 char *helper, *verbosity = NULL; local
68 verbosity = "-vvv";
96 verbosity == NULL ? "" : verbosity);
97 execlp(helper, helper, verbosity, (char *)NULL);
H A Dssh-pkcs11-client.c526 char *prog, *verbosity = NULL; local
565 verbosity = "-vvv";
567 verbosity == NULL ? "" : verbosity);
568 execlp(prog, prog, verbosity, (char *)NULL);
/freebsd-current/contrib/sendmail/libsm/
H A Dheap.c751 ** verbosity -- how much info?
758 sm_heap_report(stream, verbosity)
760 int verbosity;
768 if (!HEAP_CHECK || verbosity <= 0)
777 if (verbosity > 2
778 || (verbosity > 1 && hi->hi_group != 0))
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation.cpp58 cf.verbosity = Verbosity();
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cpp134 SetVerbosity(cf->verbosity);
H A Dsanitizer_coverage_libcdep_new.cpp175 if (common_flags()->verbosity)
185 if (common_flags()->verbosity)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp164 if (Flags.verbosity >= 2)
170 if (Flags.verbosity >= 2)
175 if (Flags.verbosity >= 2)
239 if (Flags.verbosity) {
681 Options.Verbosity = Flags.verbosity;
746 if (Flags.verbosity > 0 && !Dictionary.empty())
799 if (Flags.verbosity)
916 if (Flags.verbosity)
/freebsd-current/contrib/ncurses/progs/
H A Dtoe.c371 int verbosity,
392 if (verbosity)
469 if (verbosity)
509 if (verbosity)
532 if (verbosity)
370 typelist(int eargc, char *eargv[], int verbosity, DescHook hook) argument
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dmain.c241 static int verbosity = 0; variable
246 /* A few places generate even more output for verbosity > VERBOSITY_FULL,
364 switch (verbosity) {
369 log_console = (verbosity >= VERBOSITY_FULL);
389 if (verbosity == VERBOSITY_LIGHT_REPORT)
2232 if (verbosity > VERBOSITY_FULL)
2591 switch (verbosity) {
2601 log_console = (verbosity == VERBOSITY_LIGHT_REPORT);
2625 switch (verbosity) {
2958 verbosity
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp87 SetVerbosity(common_flags()->verbosity);
/freebsd-current/contrib/opencsd/decoder/include/opencsd/c_api/
H A Dopencsd_c_api.h366 * @param verbosity : Severity of errors that will be logged.
371 OCSD_C_API ocsd_err_t ocsd_def_errlog_init(const ocsd_err_severity_t verbosity, const int create_output_logger);

Completed in 307 milliseconds

12345