HomeSort by: relevance | last modified time | path
    Searched defs:verbosity (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/mit/expat/dist/tests/
runtests.c 83 int verbosity = CK_NORMAL; local
90 verbosity = CK_VERBOSE;
92 verbosity = CK_SILENT;
98 if (verbosity != CK_SILENT)
108 srunner_run_all(sr, context, verbosity);
111 srunner_summarize(sr, verbosity);
  /src/crypto/external/apache2/openssl/dist/apps/lib/
log.c 14 static int verbosity = LOG_INFO; variable
20 "Invalid verbosity level %d", level);
23 verbosity = level;
29 return verbosity;
78 if (verbosity >= level)
95 if (verbosity < level) {
  /src/usr.sbin/mlxctl/
main.c 58 int verbosity; variable
100 verbosity++;
  /src/external/bsd/zstd/dist/contrib/pzstd/
Options.h 37 int verbosity; member in struct:pzstd::Options
49 WriteMode writeMode, bool checksum, int verbosity)
54 checksum(checksum), verbosity(verbosity) {}
  /src/sys/arch/sgimips/stand/haudfw/
haudfw.c 69 int verbosity = 0; variable
76 if (verbosity >= level) {
182 verbosity++;
  /src/crypto/external/bsd/openssh/dist/
ssh-sk-client.c 54 const char *helper, *verbosity = NULL; local
65 verbosity = "-vvv";
106 verbosity == NULL ? "" : verbosity);
107 execlp(helper, helper, verbosity, (char *)NULL);
ssh-pkcs11-client.c 334 const char *prog, *verbosity = NULL; local
365 verbosity = "-vvv";
367 verbosity == NULL ? "" : verbosity);
368 execlp(prog, prog, verbosity, (char *)NULL);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
http_server.c 34 static int verbosity = LOG_INFO; variable
61 if (verbosity < level)
  /src/sbin/newfs_ext2fs/
newfs_ext2fs.c 104 int verbosity; /* amount of printf() output */ variable
137 verbosity = -1;
156 if (verbosity == -1)
157 verbosity = DEFAULT_VERBOSITY;
175 verbosity = strsuftoi64("verbose", optarg, 0, 4, NULL);
217 if (verbosity == -1)
219 verbosity = DEFAULT_VERBOSITY;
353 if (verbosity > 0)
473 "\t-V verbose\toutput verbosity: 0 ==> none, 4 ==> max\n"
  /src/external/bsd/unbound/dist/util/
log.c 64 /* default verbosity */
65 enum verbosity_value verbosity = NO_VERBOSE; variable in typeref:enum:verbosity_value
396 if(verbosity >= level) {
439 log_hex_f(verbosity, msg, data, length);
462 if(verbosity < level)
config_file.h 73 /** verbosity level as specified in the config file */
74 int verbosity; member in struct:config_file
  /src/sbin/amrctl/
amrctl.c 215 describe_card(int fd, int verbosity, int globalparam)
238 if (verbosity >= 1) {
374 describe_state(int verbosity, uint8_t state)
379 (AMR_DRV_CURSTATE(state) == AMR_DRV_OFFLINE) && verbosity == 0)
393 describe_battery(int fd, int verbosity, int fwint, int bflags, int globalparam)
421 if (verbosity)
442 describe_one_volume(int ldrv, int verbosity,
455 statestr = describe_state(verbosity, state);
459 if (verbosity >= 1) {
471 describe_one_drive(int pdrv, int verbosity, uint8_t state
586 int globalparam = 0, verbosity = 0; local
    [all...]
  /src/external/public-domain/xz/dist/src/xz/
message.c 24 /// Verbosity level
25 static enum message_verbosity verbosity = V_WARNING; variable in typeref:enum:message_verbosity
144 if (verbosity < V_DEBUG)
145 ++verbosity;
154 if (verbosity > V_SILENT)
155 --verbosity;
164 return verbosity;
221 if (verbosity >= V_VERBOSE
251 if (verbosity >= V_VERBOSE && progress_automatic) {
579 if (verbosity >= V_VERBOSE && progress_automatic)
    [all...]
  /src/external/bsd/bzip2/dist/
bzlib.c 153 int verbosity,
197 s->verbosity = verbosity;
496 int verbosity,
505 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR;
527 s->verbosity = verbosity;
828 if (s->verbosity >= 3)
831 if (s->verbosity >= 2) VPrintf0 ( "]" )
1398 int verbosity = 0; local
    [all...]
bzip2.c 185 Int32 verbosity; variable
348 blockSize100k, verbosity, workFactor );
351 if (verbosity >= 2) fprintf ( stderr, "\n" );
384 if (verbosity >= 1) {
458 &bzerr, zStream, verbosity,
504 if (verbosity >= 2) fprintf ( stderr, "\n " );
576 &bzerr, zStream, verbosity,
604 if (verbosity >= 2) fprintf ( stderr, "\n " );
609 if (verbosity == 0)
1291 if (verbosity >= 1)
    [all...]
bzlib_private.h 251 Int32 verbosity; member in struct:__anon6529
371 Int32 verbosity; member in struct:__anon6530
  /src/sbin/newfs/
newfs.c 211 int verbosity; /* amount of printf() output */ variable
269 verbosity = -1;
313 if (verbosity == -1)
314 verbosity = DEFAULT_VERBOSITY;
337 verbosity = strsuftoi64("verbose", optarg, 0, 4, NULL);
445 if (verbosity == -1)
447 verbosity = mfs ? 0 : DEFAULT_VERBOSITY;
624 if (verbosity > 0)
867 { BOTH, "-V verbose\toutput verbosity: 0 ==> none, 4 ==> max" },
  /src/usr.sbin/makemandb/
makemandb.c 61 int verbosity; // 0: quiet, 1: default, 2: verbose member in struct:makemandb_flags
129 static makemandb_flags mflags = { .verbosity = 1 };
322 mflags.verbosity = 0;
325 mflags.verbosity = 1;
328 mflags.verbosity = 2;
410 if (mflags.verbosity)
431 if (mflags.verbosity)
469 if (mflags.verbosity)
477 if (mflags.verbosity)
498 if (mflags.verbosity)
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bzlib.c 254 int verbosity,
263 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR;
285 s->verbosity = verbosity;
586 if (s->verbosity >= 3)
589 if (s->verbosity >= 2) VPrintf0 ( "]" );
604 if (s->verbosity >= 3)
679 int verbosity,
695 (verbosity < 0 || verbosity > 4) |
933 int verbosity = 0; local
    [all...]
bzlib_private.h 255 Int32 verbosity; member in struct:__anon1078
375 Int32 verbosity; member in struct:__anon1079
  /src/external/bsd/nsd/dist/
util.c 63 int verbosity = 0; variable
114 VERBOSITY(2, (LOG_WARNING,
options.h 86 int verbosity; member in struct:nsd_options
  /src/external/zlib/pigz/dist/
pigz.c 460 int verbosity; /* 0 = quiet, 1 = normal, 2 = verbose, 3 = trace */ member in struct:__anon24661
514 if (g.verbosity > 0) {
785 if (g.verbosity > 2) { \
2566 #define NAMEMAX1 48 /* name display limit at verbosity 1 */
2567 #define NAMEMAX2 16 /* name display limit at verbosity 2 */
2572 size_t max; /* maximum name length for current verbosity */
2579 max = g.verbosity > 1 ? NAMEMAX2 : NAMEMAX1;
2607 if (g.verbosity > 1)
2609 if (g.verbosity > 0)
2615 if (g.verbosity > 1)
    [all...]
  /src/external/bsd/libarchive/dist/test_utils/
test_main.c 404 static int verbosity = 0; variable
409 /* A few places generate even more output for verbosity > VERBOSITY_FULL,
527 switch (verbosity) {
532 log_console = (verbosity >= VERBOSITY_FULL);
552 if (verbosity == VERBOSITY_LIGHT_REPORT)
3064 if (verbosity > VERBOSITY_FULL)
3500 switch (verbosity) {
3510 log_console = (verbosity == VERBOSITY_LIGHT_REPORT);
3592 switch (verbosity) {
4098 verbosity = atoi(vlevel)
    [all...]
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 1829 dump_object(objset_t *os, uint64_t object, int verbosity, int *print_header)
1872 if (doi.doi_checksum != ZIO_CHECKSUM_INHERIT || verbosity >= 6) {
1877 if (doi.doi_compress != ZIO_COMPRESS_INHERIT || verbosity >= 6) {
1886 if (doi.doi_bonus_type != DMU_OT_NONE && verbosity > 3) {
1892 if (verbosity >= 4) {
1909 if (verbosity >= 5)
1912 if (verbosity >= 5) {
1962 int verbosity = dump_opt['d']; local
1986 if (verbosity >= 4) {
2004 dump_object(os, zopt_object[i], verbosity,
    [all...]

Completed in 92 milliseconds

1 2