Searched refs:verbose (Results 251 - 275 of 668) sorted by relevance

<<11121314151617181920>>

/freebsd-10.3-release/sbin/ccdconfig/
H A Dccdconfig.c59 static int verbose = 0; variable
127 verbose = 1;
193 if (verbose)
268 if (verbose) {
383 if (verbose && !v) {
/freebsd-10.3-release/gnu/usr.bin/gdb/kgdb/
H A Dmain.c71 static int verbose; variable
391 verbose++;
409 if (verbose > 1)
439 if (verbose) {
462 if (verbose)
/freebsd-10.3-release/tools/tools/netmap/
H A Dbridge.c17 int verbose = 0; variable
87 } else if (verbose > 1) {
108 if (verbose && m > 0)
192 verbose++;
274 if (ret <= 0 || verbose)
/freebsd-10.3-release/contrib/unbound/daemon/
H A Dunbound.c169 printf("-v verbose (more times to increase verbosity)\n");
292 verbose(VERB_ALGO, "increased limit(open files) from %u to %u",
547 verbose(VERB_QUERY, "chdir to %s", cfg->chrootdir);
554 verbose(VERB_QUERY, "chroot to %s", cfg->chrootdir);
588 verbose(VERB_QUERY, "chdir to %s", dir);
620 verbose(VERB_QUERY, "drop user privileges, run as %s",
648 verbose(VERB_OPS, "Restart of %s.", PACKAGE_STRING);
649 else verbose(VERB_OPS, "Start of %s.", PACKAGE_STRING);
679 verbose(VERB_ALGO, "cleanup.");
683 verbose(VERB_ALG
[all...]
/freebsd-10.3-release/crypto/openssl/apps/
H A Dca.c145 " -verbose - Talk alot while doing things\n",
199 int verbose, unsigned long certopt, unsigned long nameopt,
207 CONF *conf, int verbose, unsigned long certopt,
217 int verbose, unsigned long certopt,
226 int batch, int verbose, X509_REQ *req, char *ext_sect,
257 int verbose = 0; local
349 if (strcmp(*argv, "-verbose") == 0)
350 verbose = 1;
883 if (verbose) {
903 if (verbose)
1491 certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
1561 certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, ENGINE *e) argument
1618 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, int verbose, X509_REQ *req, char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
2182 certify_spkac(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
[all...]
/freebsd-10.3-release/usr.bin/patch/
H A Dpatch.c78 bool verbose = true; variable
285 if (verbose)
323 if (verbose)
329 if (verbose)
334 if (verbose) {
386 if (verbose)
511 if (verbose)
585 verbose = false;
653 if (verbose && fuzz == 0 && (diff_type == CONTEXT_DIFF
/freebsd-10.3-release/usr.sbin/i2c/
H A Di2c.c52 int verbose; member in struct:options
265 if (i2c_opt.verbose && !i2c_opt.binary)
487 i2c_opt.verbose = 0;
544 i2c_opt.verbose = 1;
581 if (i2c_opt.verbose)
612 if (i2c_opt.verbose)
619 if (i2c_opt.verbose || (i2c_opt.dir == 'r' &&
625 if(!i2c_opt.verbose)
628 if (!i2c_opt.verbose && (i2c_opt.dir == 'w'))
/freebsd-10.3-release/usr.sbin/pppctl/
H A Dpppctl.c372 int n, arg, fd, len, verbose, save_errno, hide1, hide1off, hide2; local
381 verbose = 0;
396 verbose = REC_VERBOSE;
566 switch (Receive(fd, verbose | REC_PASSWD)) {
651 if (verbose)
654 if (Receive(fd, verbose | REC_SHOW) != 0) {
661 if (verbose)
664 while (Receive(fd, verbose | REC_SHOW) == 0)
666 if (verbose)
/freebsd-10.3-release/contrib/unbound/validator/
H A Dval_utils.c282 verbose(VERB_QUERY, "find_signer: could not find signer name"
335 verbose(VERB_ALGO, "verify result: %s", sec_status_to_string(sec));
402 verbose(VERB_ALGO, "attempt DS match algo %d keytag %d",
410 verbose(VERB_ALGO, "DS match attempt failed");
414 verbose(VERB_ALGO, "DS match digest ok, trying signature");
467 verbose(VERB_QUERY, "DNSKEY RRset did not match DS RRset "
496 verbose(VERB_ALGO, "DS matched DNSKEY.");
509 verbose(VERB_ALGO, "No usable DS records were found -- "
514 verbose(VERB_QUERY, "Failed to match any usable DS to a DNSKEY.");
563 verbose(VERB_QUER
[all...]
/freebsd-10.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c137 if (verbose)
354 if (verbose) {
393 if (verbose > 0 || (verbose > -1 && code > 499))
423 if(verbose > 0 || (verbose > -1 && code > 499)){
488 if (verbose) {
495 if (c != '\r' && (verbose > 0 ||
496 (verbose > -1 && n == '5' && dig > 4))) {
498 (dig == 1 || dig == 5 && verbose
[all...]
H A Dsecurity.c645 int old_verbose = verbose;
646 verbose = 0;
666 verbose = old_verbose;
807 int old_verbose = verbose;
809 verbose = -1; /* shut up all messages this will produce (they
836 verbose = old_verbose;
848 verbose = old_verbose;
862 verbose = old_verbose;
/freebsd-10.3-release/contrib/unbound/services/
H A Doutside_network.c326 verbose(VERB_ALGO, "outnettcp cb");
328 verbose(VERB_QUERY, "outnettcp got tcp error %d", error);
356 verbose(VERB_ALGO, "close of port %d", pc->number);
405 verbose(VERB_ALGO, "answer cb");
408 verbose(VERB_QUERY, "outnetudp got udp error %d", error);
412 verbose(VERB_QUERY, "outnetudp udp too short");
421 verbose(VERB_ALGO, "Incoming reply id = %4.4x", key.id);
426 verbose(VERB_ALGO, "lookup size is %d entries", (int)outnet->pending->count);
429 verbose(VERB_QUERY, "received unwanted or unsolicited udp reply dropped.");
446 verbose(VERB_ALG
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnamesSet.cpp130 bool verbose = log->GetVerbose(); local
136 if (verbose)
/freebsd-10.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c645 int old_verbose = verbose;
646 verbose = 0;
666 verbose = old_verbose;
807 int old_verbose = verbose;
809 verbose = -1; /* shut up all messages this will produce (they
836 verbose = old_verbose;
848 verbose = old_verbose;
862 verbose = old_verbose;
/freebsd-10.3-release/contrib/unbound/dns64/
H A Ddns64.c298 verbose(VERB_ALGO, "dns64-prefix: %s", cfg->dns64_prefix);
387 verbose(VERB_ALGO, "dns64: rewrite PTR record");
445 verbose(VERB_ALGO, "dns64: query A record");
456 verbose(VERB_ALGO, "dns64: sub-query creation failed");
501 verbose(VERB_ALGO, "dns64: pass to next module");
558 verbose(VERB_QUERY, "dns64[module %d] operate: extstate:%s event:%s",
681 verbose(VERB_ALGO, "converting A answers to AAAA answers");
767 verbose(VERB_ALGO, "adjusting PTR reply");
/freebsd-10.3-release/crypto/openssh/regress/
H A Dhostkey-agent.sh35 verbose "key type $k privsep=$ps"
H A Dsftp-perm.sh41 verbose "$tid: read-only $_desc"
61 verbose "$tid: explicit $_op"
/freebsd-10.3-release/sys/boot/common/
H A Ddev_net.c336 net_print(int verbose) argument
346 if (verbose)
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dalist.c170 alist_stats(alist_t *alist, int verbose) argument
173 hash_stats(alist->al_elements, verbose);
/freebsd-10.3-release/contrib/groff/src/preproc/html/
H A Dpushback.cpp70 verbose = 0;
118 if (verbose) {
/freebsd-10.3-release/bin/sh/
H A Dexec.c230 int verbose; local
236 verbose = 0;
241 verbose++;
248 printentry(cmdp, verbose);
260 else if (verbose) {
263 printentry(cmdp, verbose);
277 printentry(struct tblentry *cmdp, int verbose) argument
295 if (verbose) {
/freebsd-10.3-release/tools/regression/ethernet/ethermulti/
H A Dethermulti.c51 static int verbose = 0; variable
235 verbose = 1;
/freebsd-10.3-release/usr.bin/tftp/
H A Dtftp.c161 printstats("Sent", verbose, &tftp_stats);
268 printstats("Received", verbose, &tftp_stats);
/freebsd-10.3-release/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c42 extern uint32_t verbose;
158 if ((h->flags & HIO_CONST) && !verbose)
/freebsd-10.3-release/usr.sbin/kldxref/
H A Def.h63 int ef_open(const char *filename, struct elf_file *ef, int verbose);
64 int ef_obj_open(const char *filename, struct elf_file *ef, int verbose);

Completed in 204 milliseconds

<<11121314151617181920>>