Searched refs:opt_v (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/tools/tools/hcomp/
H A Dhcomp.pl36 our $opt_v;
46 if ($opt_v);
/freebsd-13-stable/contrib/sendmail/contrib/
H A Detrn.pl37 our ($opt_v, $opt_b);
51 my $verbose = $opt_v;
/freebsd-13-stable/usr.sbin/diskinfo/
H A Ddiskinfo.c67 static int opt_c, opt_i, opt_p, opt_s, opt_S, opt_t, opt_v, opt_w; variable
97 opt_v = 1;
101 opt_v = 1;
111 opt_v = 1;
115 opt_v = 1;
118 opt_v = 1;
133 if ((opt_p && opt_s) || ((opt_p || opt_s) && (opt_c || opt_i || opt_t || opt_v))) {
218 if (!opt_v) {
/freebsd-13-stable/tests/sys/acl/
H A Drun46 use vars qw($opt_l $opt_v);
143 if (!$good || $opt_v) {
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c780 int opt_C = 0, opt_H = 0, opt_p = 0, opt_v = 0; local
820 opt_v = 1;
989 if (opt_v)
/freebsd-13-stable/usr.bin/sockstat/
H A Dsockstat.c88 static int opt_v; /* Verbose mode */ variable
637 if (xig->xig_gen != exig->xig_gen && opt_v)
688 if (opt_v)
787 if (xug->xug_gen != exug->xug_gen && opt_v)
1363 ++opt_v;

Completed in 78 milliseconds