Searched refs:verbose (Results 226 - 250 of 722) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/bearssl/tools/
H A Dsslio.c251 int verbose; local
262 verbose = (flags & RUN_ENGINE_VERBOSE) != 0;
268 if (verbose) {
396 if (verbose) {
434 if (verbose && sendapp && !hsdetails) {
621 if (verbose) {
630 if (verbose) {
663 if (verbose) {
683 if (verbose) {
705 if (verbose) {
[all...]
/freebsd-13-stable/contrib/unbound/util/
H A Dnet_help.c211 verbose(v, "%s local %s", str, dest);
221 verbose(v, "%s %s %s port %d (len %d)", str, family, dest,
223 else verbose(v, "%s %s port %d", str, dest, (int)port);
572 verbose(v, "%s <%s> %s%s#%d (addrlen %d)",
574 else verbose(v, "%s <%s> %s%s#%d",
884 verbose(level, "%s: \n%s", str, pp);
1069 verbose(VERB_ALGO, "Adding Windows certificates from system root store to CA store");
1097 verbose(VERB_ALGO, "CA certificate store for Windows is empty.");
1108 verbose(VERB_ALGO, "%s %d:%s",
1122 verbose(VERB_ALG
[all...]
H A Dlog.h50 /** 0 - no verbose messages */
68 * log a verbose message, pass the level for this message.
74 void verbose(enum verbosity_value level,
/freebsd-13-stable/lib/geom/concat/
H A Dgeom_concat.c89 static int verbose = 0; variable
97 verbose = 1;
178 if (verbose)
204 if (verbose)
/freebsd-13-stable/lib/geom/journal/
H A Dgeom_journal.c87 static int verbose = 0; variable
95 verbose = 1;
287 if (verbose)
313 if (verbose)
/freebsd-13-stable/lib/geom/label/
H A Dgeom_label.c93 static int verbose = 0; variable
101 verbose = 1;
168 if (verbose)
193 if (verbose)
/freebsd-13-stable/lib/geom/raid3/
H A Dgeom_raid3.c118 static int verbose = 0; variable
126 verbose = 1;
274 if (verbose)
300 if (verbose)
/freebsd-13-stable/lib/geom/shsec/
H A Dgeom_shsec.c80 static int verbose = 0; variable
88 verbose = 1;
190 if (verbose)
216 if (verbose)
/freebsd-13-stable/lib/geom/stripe/
H A Dgeom_stripe.c97 static int verbose = 0; variable
105 verbose = 1;
215 if (verbose)
241 if (verbose)
/freebsd-13-stable/contrib/subversion/subversion/svnbench/
H A Dcl.h79 svn_boolean_t verbose; /* be verbose */
77 svn_boolean_t verbose; /* be verbose */ member in struct:svn_cl__opt_state_t
/freebsd-13-stable/contrib/tnftp/src/
H A Dutil.c146 if (gatemode && verbose) {
204 overbose = verbose;
206 verbose = -1;
285 verbose = overbose;
584 oldverbose = verbose;
585 verbose = (errbuf != NULL) ? -1 : 0;
600 verbose = oldverbose;
662 overbose = verbose;
665 verbose = -1;
692 verbose
[all...]
/freebsd-13-stable/libexec/tftpd/
H A Dtftp-utils.h132 void printstats(const char *direction, int verbose, struct tftp_stats *ts);
/freebsd-13-stable/contrib/capsicum-test/
H A Doverhead.cc28 if (verbose) fprintf(stderr, "%d iterations bare=%fs capmode=%fs ratio=%.2f%%\n",
H A Dsctp.cc52 if (verbose) fprintf(stderr, " [%d]sctp_sendmsg(%02x)\n", getpid_(), byte);
170 if (verbose) fprintf(stderr, "[%d]sctp_recvmsg(%02x..)", getpid_(), (unsigned)buffer[0]);
172 if (verbose) fprintf(stderr, "..peeling off association %08lx\n", (long)sri.sinfo_assoc_id);
189 if (verbose) fprintf(stderr, "..terminating server\n");
/freebsd-13-stable/contrib/ldns/drill/
H A Derror.c73 /* print stuff when in verbose mode (1) */
75 verbose(const char *fmt, ...)
/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A Dvdev.h135 std::string Name(zpool_handle_t *, bool verbose) const;
/freebsd-13-stable/contrib/openpam/bin/pamtest/
H A Dpamtest.c56 static int verbose; variable
71 if (verbose) {
87 if (e == PAM_SUCCESS && !verbose)
372 verbose++;
/freebsd-13-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsscop.h69 void (*verbose)(struct sscop *, void *, const char *, ...)
/freebsd-13-stable/crypto/openssh/
H A Dlog.h70 void verbose(const char *, ...) __attribute__((format(printf, 1, 2)));
/freebsd-13-stable/crypto/openssh/regress/
H A Ddhgex.sh26 verbose "$tid bits $bits $kex $cipher"
H A Dkeytype.sh24 verbose "keygen $type, $bits bits"
61 verbose "userkey $ut, hostkey ${ht}"
/freebsd-13-stable/usr.sbin/mlxcontrol/
H A Dmlxcontrol.h59 extern void mlx_print_phys_drv(struct mlx_phys_drv *drv, int channel, int target, char *prefix, int verbose);
/freebsd-13-stable/usr.bin/bsdiff/bsdiff/
H A Ddivsufsort64.h134 * @param verbose The verbose mode.
139 sufcheck64(const sauchar_t *T, const saidx64_t *SA, saidx64_t n, saint_t verbose);
/freebsd-13-stable/usr.bin/chat/
H A Dchat.c113 static int verbose; variable
226 if (verbose)
257 ++verbose;
282 if (verbose)
452 if (verbose)
536 if (verbose)
914 if (verbose)
940 if (verbose)
964 if (verbose)
989 if (verbose)
[all...]
/freebsd-13-stable/usr.bin/mkimg/
H A Dmkimg.h55 extern u_int verbose;

Completed in 110 milliseconds

1234567891011>>