Searched refs:verbose (Results 201 - 225 of 668) sorted by relevance

1234567891011>>

/freebsd-10.3-release/release/picobsd/tinyware/simple_httpd/
H A Dsimple_httpd.c53 int verbose = 0; variable
122 if (verbose) printf("simple_httpd:%d\n",http_port);
399 verbose = 1;
412 verbose = 1;
448 if (verbose) {
459 if (verbose) printf("pid: %d\n",server_pid);
/freebsd-10.3-release/contrib/openbsm/libbsm/
H A Dbsm_flags.c104 * Convert the au_mask_t fields into a string value. If verbose is non-zero
117 getauditflagschar(char *auditstr, au_mask_t *masks, int verbose) argument
163 if (verbose) {
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp286 bool verbose = s.GetVerbose(); local
336 if (verbose)
357 case DW_FORM_ref1: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%2.2x", (uint8_t)uvalue); break;
358 case DW_FORM_ref2: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%4.4x", (uint16_t)uvalue); break;
359 case DW_FORM_ref4: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%4.4x", (uint32_t)uvalue); break;
360 case DW_FORM_ref8: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%8.8" PRIx64, uvalue); break;
361 case DW_FORM_ref_udata: cu_relative_offset = true; if (verbose) s.Printf("cu + 0x%" PRIx64, uvalue); break;
373 if (verbose)
/freebsd-10.3-release/contrib/smbfs/smbutil/
H A Ddumptree.c76 if (!verbose)
99 if (!verbose)
H A Dsmbutil.c22 int verbose; variable
114 verbose = 1;
/freebsd-10.3-release/contrib/unbound/services/
H A Dmodstack.c86 verbose(VERB_QUERY, "module config: \"%s\"", module_conf);
181 verbose(VERB_OPS, "init module %d: %s",
/freebsd-10.3-release/crypto/openssh/regress/
H A Dputty-transfer.sh14 verbose "$tid: proto $p compression $c"
H A Dssh-com-keygen.sh48 verbose "ssh-keygen $v/$t"
H A Ddhgex.sh26 verbose "$tid bits $bits $kex $cipher"
/freebsd-10.3-release/crypto/openssl/apps/
H A Dengine.c77 " -v[v[v[v]]] - verbose mode, for each engine, list its 'control commands'\n",
183 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, argument
213 if (!(flags & ENGINE_CMD_FLAG_INTERNAL) || verbose >= 4) {
241 if (verbose == 1) {
256 if ((verbose >= 3) && !util_flags(bio_out, flags, indent))
328 int verbose = 0, list_cap = 0, test_avail = 0, test_avail_noise = 0; local
359 if ((verbose = strlen(*argv + 1)) > 4)
487 if ((verbose > 0) && !util_verbose(e, verbose, bio_out, indent))
/freebsd-10.3-release/sys/boot/ofw/libofw/
H A Dofw_disk.c50 static void ofwd_print(int verbose);
165 ofwd_print(int verbose __unused)
/freebsd-10.3-release/sys/boot/powerpc/ps3/
H A Dps3cdrom.c52 static void ps3cdrom_print(int verbose);
152 static void ps3cdrom_print(int verbose) argument
/freebsd-10.3-release/sbin/ifconfig/
H A Difconfig.h135 extern int verbose;
147 void sfp_status(int s, struct ifreq *ifr, int verbose);
/freebsd-10.3-release/contrib/gcc/
H A Dgen-protos.c26 int verbose = 0; variable
102 if (verbose)
/freebsd-10.3-release/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c52 uint32_t verbose = 0; variable
88 case 'v': /* verbose */
89 verbose++;
211 " -v be verbose\n" \
/freebsd-10.3-release/usr.sbin/ctm/ctm/
H A Dctm_input.c111 Fname(FILE *fd, MD5_CTX *ctx,u_char term,int qual, int verbose) argument
129 if(verbose > 2)
/freebsd-10.3-release/usr.bin/ar/
H A Dacplex.l64 VERBOSE|verbose { return (VERBOSE); }
/freebsd-10.3-release/contrib/unbound/daemon/
H A Dworker.c215 verbose(VERB_QUERY, "cache memory msg=%u rrset=%u infra=%u val=%u",
272 verbose(VERB_ALGO, "worker svcd callback for qstate %p", e->qstate);
285 verbose(VERB_ALGO, "worker: bad reply handled as timeout");
325 verbose(VERB_QUERY, "request too short, discarded");
330 verbose(VERB_QUERY, "request too large, discarded");
334 verbose(VERB_QUERY, "request has QR bit on, discarded");
339 verbose(VERB_QUERY, "request bad, has TC bit on");
343 verbose(VERB_QUERY, "request unknown opcode %d",
348 verbose(VERB_QUERY, "request wrong nr qd=%d",
353 verbose(VERB_QUER
[all...]
/freebsd-10.3-release/contrib/unbound/dnstap/
H A Ddnstap.c131 verbose(VERB_OPS, "opening dnstap socket %s", socket_path);
154 verbose(VERB_DETAIL, "dt_create: fstrm_iothr_init() failed");
186 verbose(VERB_OPS, "dnstap identity field set to \"%s\"",
203 verbose(VERB_OPS, "dnstap version field set to \"%s\"",
218 verbose(VERB_OPS, "dnstap Message/RESOLVER_QUERY enabled");
223 verbose(VERB_OPS, "dnstap Message/RESOLVER_RESPONSE enabled");
228 verbose(VERB_OPS, "dnstap Message/CLIENT_QUERY enabled");
233 verbose(VERB_OPS, "dnstap Message/CLIENT_RESPONSE enabled");
238 verbose(VERB_OPS, "dnstap Message/FORWARDER_QUERY enabled");
243 verbose(VERB_OP
[all...]
/freebsd-10.3-release/lib/libfetch/
H A Dcommon.c269 fetch_connect(const char *host, int port, int af, int verbose) argument
279 if (verbose)
294 if (verbose)
672 fetch_ssl_setup_transport_layer(SSL_CTX *ctx, int verbose) argument
685 if (verbose)
697 fetch_ssl_setup_peer_verification(SSL_CTX *ctx, int verbose) argument
712 if (verbose) {
732 if (verbose)
757 fetch_ssl_setup_client_certificate(SSL_CTX *ctx, int verbose) argument
764 if (verbose) {
818 fetch_ssl(conn_t *conn, const struct url *URL, int verbose) argument
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/include/
H A Dsvn_version.h269 * Return version information for the running program. If @a verbose
277 svn_version_extended(svn_boolean_t verbose,
/freebsd-10.3-release/contrib/openpam/bin/pamtest/
H A Dpamtest.c56 static int verbose; variable
71 if (verbose) {
87 if (e == PAM_SUCCESS && !verbose)
372 verbose++;
/freebsd-10.3-release/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-10.3-release/contrib/unbound/util/
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-10.3-release/crypto/openssh/
H A Dlog.h67 void verbose(const char *, ...) __attribute__((format(printf, 1, 2)));

Completed in 256 milliseconds

1234567891011>>