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

<<11121314151617181920>>

/freebsd-9.3-release/contrib/tnftp/src/
H A Dftp.c207 if (verbose && res0->ai_next) {
267 if (verbose)
428 if (verbose) {
445 if (c != '\r' && (verbose > 0 ||
446 ((verbose > -1 && n == '5' && dig > 4) &&
450 (dig == 1 || (dig == 5 && verbose == 0)))
483 if (verbose > 0 || ((verbose > -1 && n == '5') &&
682 if (verbose && printnames) {
921 if (is_retr && verbose
[all...]
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssectool.h57 setup_logging(int verbose, isc_mem_t *mctx, isc_log_t **logp);
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dbsdtar.h54 int verbose; /* -v */ member in struct:bsdtar
/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c51 static int verbose; variable
237 if (verbose) {
302 if (verbose) {
343 printf(" -v, --verbose print all the attributes of the IB device(s)\n");
361 { .name = "verbose", .has_arg = 0, .val = 'v' },
383 verbose = 1;
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dheap.h49 # define sm_heap_report(file, verbose) ((void)0)
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_tls_common.h103 char *buf, size_t buflen, int verbose);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Ddomacro.c129 if (verbose) {
/freebsd-9.3-release/crypto/openssh/regress/
H A Daddrmatch.sh13 verbose "test $descr for $user $addr $host"
/freebsd-9.3-release/sbin/ggate/shared/
H A Dggate.c335 show_config(struct ggeom *gp, int verbose) argument
343 if (!verbose) {
363 g_gate_list(int unit, int verbose) argument
386 show_config(gp, verbose);
/freebsd-9.3-release/sys/boot/common/
H A Dcommands.c463 int verbose, ch, i; local
466 verbose = 0;
472 verbose = 1;
489 devsw[i]->dv_print(verbose);
H A Dmd.c147 md_print(int verbose) argument
/freebsd-9.3-release/sys/contrib/rdma/krping/
H A Dkrping.h91 int verbose; /* verbose logging */ member in struct:krping_cb
/freebsd-9.3-release/usr.bin/compress/
H A Dcompress.c67 int eval, force, verbose; variable
110 verbose = 1;
249 if (verbose)
263 if (verbose) {
/freebsd-9.3-release/usr.sbin/flowctl/
H A Dflowctl.c166 int ipv4, ipv6, verbose = 0; local
182 if (argc > 0 && !strncmp(argv[0], "verbose", strlen(argv[0])))
183 verbose = 1;
187 if (verbose)
196 if (verbose)
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c259 hash_stats(hash_t *hash, int verbose) argument
269 if (min && verbose)
281 if (count && verbose)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddllwrap.c98 static int verbose = 0; variable
148 if (!verbose)
288 if (verbose)
304 if (verbose)
319 if (verbose)
353 if (verbose || dry_run)
475 fprintf (file, _(" --verbose, -v Verbose\n"));
556 {"verbose", no_argument, NULL, 'v'},
679 verbose = 0;
682 verbose
[all...]
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dipfmeta.pl13 my $verbose = $opt_v + 0;
71 if ($level < $verbose) {
111 The verbose option allows for the inclusion of the metarules in the
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dibping.c54 #define DEBUG if (verbose) IBWARN
57 static int verbose; variable
209 { "verbose", 0, 0, 'v'},
270 verbose++;
H A Dibsysstat.c53 #define DEBUG if (verbose) IBWARN
56 static int verbose; variable
259 { "verbose", 0, 0, 'v'},
312 verbose++;
/freebsd-9.3-release/lib/libz/
H A Dzutil.c120 # ifndef verbose
121 # define verbose 0 macro
123 int ZLIB_INTERNAL z_verbose = verbose;
/freebsd-9.3-release/sbin/ifconfig/
H A Diflagg.c200 if (verbose && ra.ra_proto == LAGG_PROTO_LACP)
208 if (verbose && ra.ra_proto == LAGG_PROTO_LACP)
211 if (verbose && ra.ra_proto == LAGG_PROTO_LACP)
/freebsd-9.3-release/sbin/spppcontrol/
H A Dspppcontrol.c57 int errs = 0, verbose = 0; local
68 verbose++;
194 if (verbose)
/freebsd-9.3-release/tools/tools/crypto/
H A Dcryptokeytest.c24 int verbose = 0; variable
158 if (verbose)
259 printf("-v be verbose\n");
274 verbose = 1;
/freebsd-9.3-release/usr.bin/indent/
H A Dargs.c153 {"nv", PRO_BOOL, false, OFF, &verbose},
163 {"v", PRO_BOOL, false, ON, &verbose},
217 if (verbose)
/freebsd-9.3-release/sbin/natd/
H A Dnatd.c139 static int verbose; variable
170 verbose = 0;
185 * Log ipfw(8) denied packets by default in verbose mode.
188 logIpfwDenied = verbose;
192 openlog ("natd", LOG_CONS | LOG_PID | (verbose ? LOG_PERROR : 0),
354 * Become a daemon unless verbose mode was requested.
356 if (!verbose)
554 if (verbose) {
598 if (verbose) {
691 if (verbose) {
[all...]

Completed in 143 milliseconds

<<11121314151617181920>>