Searched refs:verbose (Results 151 - 175 of 753) sorted by relevance

1234567891011>>

/freebsd-current/contrib/elftoolchain/ar/
H A Dacplex.l66 VERBOSE|verbose { return (VERBOSE); }
/freebsd-current/crypto/openssh/regress/
H A Dsftp-glob.sh15 verbose "$tid: $errtag (skipped: $skip)"
18 verbose "$tid: $errtag"
H A Dconch-ciphers.sh18 verbose "$tid: cipher $c"
H A Ddropbear-kex.sh20 verbose "$tid: kex $k"
H A Dputty-kex.sh25 verbose "$tid: kex $k"
H A Dsshcfgparse.sh32 verbose "reparse minimal config"
37 verbose "ssh -W opts"
54 verbose "user first match"
65 verbose "pubkeyacceptedalgorithms"
97 verbose "agentforwarding"
107 verbose "command line override"
/freebsd-current/contrib/unbound/iterator/
H A Diter_donotq.c85 verbose(VERB_QUERY, "duplicate donotquery address ignored.");
97 verbose(VERB_ALGO, "donotq: %s", str);
/freebsd-current/contrib/ntp/scripts/deprecated/
H A Dntp-groper24 verbose=1
/freebsd-current/sys/contrib/openzfs/contrib/pyzfs/
H A DMakefile.am33 --verbose
/freebsd-current/tests/sys/netpfil/pf/
H A DCVE-2019-5598.py72 sp.sendp(udp, iface=args.sendif[0], verbose=False)
83 sp.sendp(icmp_reachable, iface=args.sendif[0], verbose=False)
/freebsd-current/lib/libnetmap/
H A Dnmctx.c67 .verbose = 1,
98 if (!ctx->verbose)
/freebsd-current/usr.bin/ar/
H A Dacplex.l64 VERBOSE|verbose { return (VERBOSE); }
/freebsd-current/tests/sys/netinet6/frag6/
H A Dfrag6_15.py78 sp.sendp(ip6f01, iface=args.sendif[0], verbose=False)
101 sp.sendp(ip6f01, iface=args.sendif[0], verbose=False)
/freebsd-current/tests/sys/netinet6/
H A Dredirect.py72 sc.sendp(pkt, socket=socket, verbose=True)
74 sc.sendp(pkt, iface=iface, verbose=False)
/freebsd-current/usr.sbin/mlxcontrol/
H A Dutil.c110 mlx_print_phys_drv(struct mlx_phys_drv *drv, int chn, int targ, char *prefix, int verbose) argument
148 if (verbose) {
/freebsd-current/contrib/libarchive/tar/
H A Dread.c132 if (bsdtar->verbose)
318 if (bsdtar->verbose < 2)
352 if (bsdtar->verbose > 1) {
357 } else if (bsdtar->verbose > 0) {
372 if (!bsdtar->verbose)
377 if (!bsdtar->verbose)
381 if (bsdtar->verbose)
395 if (bsdtar->verbose > 2)
/freebsd-current/tools/tools/git/
H A Dmfc-candidates.sh100 verbose=1
113 if [ $verbose ]; then
/freebsd-current/contrib/byacc/
H A DMakefile.old25 verbose.o \
42 verbose.c \
83 verbose.o: defs.h
/freebsd-current/crypto/heimdal/appl/afsutil/
H A Dafslog.c53 static int verbose; variable
70 { "verbose",'v', arg_flag, &verbose },
146 if(verbose && strcmp(c, cell) != 0)
175 if(verbose)
266 if (verbose)
295 if(verbose)
/freebsd-current/sbin/ipf/ipmon/
H A Dipmon_y.y456 verbose(0, "== checking config rule\n");
460 verbose(8, "-- direction not in\n");
465 verbose(8, "-- direction not out\n");
472 verbose(8, "-- type mismatch\n");
483 verbose(8, "-- too soon\n");
495 verbose(8, "-- packet count\n");
499 verbose(8, "-- packet count\n");
507 verbose(8, "-- dstip wrong\n");
515 verbose(8, "-- not port protocol\n");
519 verbose(
[all...]
/freebsd-current/tools/regression/geom_gpt/
H A Dgctl_test.t128 my $verbose = "";
130 $verbose = "-v";
174 system("$cmd $verbose $args | tee $out 2>&1");
/freebsd-current/usr.sbin/gpioctl/
H A Dgpioctl.c146 dump_pins(gpio_handle_t handle, int verbose) argument
166 if (verbose) {
221 int config, list, name, toggle, verbose; local
223 config = toggle = verbose = list = name = pin_type = 0;
249 verbose = 1;
268 dump_pins(handle, verbose);
/freebsd-current/crypto/openssl/test/
H A Dpkits-test.pl734 my $verbose = 1;
758 print "Running PKITS tests:\n" if $verbose;
764 print "$tnum $title\n" if $verbose;
/freebsd-current/usr.sbin/certctl/
H A Dcertctl.sh51 verbose() function
127 verbose "Skipping duplicate entry for certificate $hash"
132 verbose "Adding $hash.$suffix to trust store"
172 verbose "Adding $filename to untrusted list"
188 verbose "Reading $CFILE"
196 verbose "Multiple certificates found, splitting..."
/freebsd-current/tools/tools/kdrv/
H A DKernelDriver148 if {$Options(verbose)} {puts "+ read options from '$fname'";}
223 if {$Options(verbose)} {
238 if {$Options(verbose)} {puts "+ checking driver package...";}
263 if {$Options(verbose)} {puts "+ checking kernel source writability...";}
319 if {$Options(verbose)} {puts "+ installing driver files...";}
321 if {$Options(verbose)} {puts "$f -> $kpath$Drv(filei386:$f)";}
331 if {$Options(verbose)} {puts "$f -> $kpath$Drv(fileconf:$f)";}
354 if {$Options(verbose)} {puts "+ backing out installed files...";}
387 if {$Options(verbose)} {puts "+ registering installed files...";}
392 if {$Options(verbose)} {put
[all...]

Completed in 1380 milliseconds

1234567891011>>