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

/freebsd-current/tools/tools/hcomp/
H A Dhcomp.pl35 our $opt_v;
45 if ($opt_v);
/freebsd-current/tests/sys/fs/tarfs/
H A Dtarsum.c19 static bool opt_v; variable
27 if (!opt_v)
101 opt_v = true;
H A Dmktar.c51 static bool opt_v; variable
57 if (!opt_v)
179 opt_v = true;
/freebsd-current/contrib/sendmail/contrib/
H A Detrn.pl37 our ($opt_v, $opt_b);
51 my $verbose = $opt_v;
/freebsd-current/usr.sbin/diskinfo/
H A Ddiskinfo.c68 static int opt_c, opt_i, opt_l, opt_p, opt_s, opt_S, opt_t, opt_v, opt_w; variable
98 opt_v = 1;
102 opt_v = 1;
115 opt_v = 1;
119 opt_v = 1;
122 opt_v = 1;
137 if ((opt_p && opt_s) || ((opt_p || opt_s) && (opt_c || opt_i || opt_t || opt_v))) {
225 if (!opt_v) {
/freebsd-current/tests/sys/acl/
H A Drun45 use vars qw($opt_l $opt_v);
142 if (!$good || $opt_v) {
/freebsd-current/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-current/crypto/openssl/util/
H A Dfind-doc-nits42 our($opt_v);
67 $opt_v = 1 if $opt_o || $opt_e;
69 if $opt_u && $opt_v;
76 unless $opt_c or $opt_l or $opt_n or $opt_u or $opt_v;
1197 if ( $opt_n || $opt_l || $opt_u || $opt_v ) {
1204 if ( $opt_l || $opt_u || $opt_v );
1228 if ( $opt_u || $opt_v) {
/freebsd-current/usr.bin/sockstat/
H A Dsockstat.c95 static int opt_v; /* Verbose mode */ variable
711 if (xig->xig_gen != exig->xig_gen && opt_v)
758 if (opt_v)
858 if (xug->xug_gen != exug->xug_gen && opt_v)
1495 ++opt_v;

Completed in 204 milliseconds