Home
last modified time | relevance | path

Searched refs:opt_v (Results 1 – 12 of 12) sorted by relevance

/freebsd/tests/sys/fs/tarfs/
H A Dtarsum.c19 static bool opt_v; variable
27 if (!opt_v) in verbose()
101 opt_v = true; in main()
H A Dmktar.c51 static bool opt_v; variable
57 if (!opt_v) in verbose()
179 opt_v = true; in main()
/freebsd/contrib/ncurses/misc/
H A Dncu2openbsd47 our ( $opt_d, $opt_n, $opt_r, $opt_t, $opt_v, $opt_x, $opt_6 );
118 printf "%s\n", $text if ($opt_v);
148 printf "%% mv %s -> %s\n", $src, $dst if ($opt_v);
189 printf "%% rm -rf %s\n", $tree if ($opt_v);
190 remove_tree( $tree, $opt_v ? 1 : 0, 1 ) unless ($opt_n);
198 my $verbose = $opt_v ? "v" : "";
347 my $verbose = $opt_v ? "v" : "";
365 my $verbose = $opt_v ? "v" : "";
526 printf "%% %s\n", $command if ($opt_v);
668 if ($opt_v) {
/freebsd/tools/tools/hcomp/
H A Dhcomp.pl35 our $opt_v;
45 if ($opt_v);
/freebsd/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; in main()
102 opt_v = 1; in main()
115 opt_v = 1; in main()
119 opt_v = 1; in main()
122 opt_v = 1; in main()
137 if ((opt_p && opt_s) || ((opt_p || opt_s) && (opt_c || opt_i || opt_t || opt_v))) { in main()
225 if (!opt_v) { in main()
/freebsd/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/contrib/sendmail/contrib/
H A Detrn.pl37 our ($opt_v, $opt_b);
51 my $verbose = $opt_v;
H A Dmmuegel1073 ;# the same program. Thus, if $opt_v is set upon entry to New_Getopts and
1074 ;# -v is not in @ARGV $opt_v will not be set upon exit.
2059 ($Status, $Msg) = &Send_Mail ($Users, "", $Buffer, 0, $opt_v, 1);
/freebsd/tests/sys/acl/
H A Drun45 use vars qw($opt_l $opt_v);
142 if (!$good || $opt_v) {
/freebsd/contrib/ncurses/progs/
H A Dtput.c56 static bool opt_v = FALSE; /* quiet, do not show warnings */ variable
362 if (opt_v && (analyzed != provided)) { in tput_cmd()
413 opt_v = TRUE; in main()
/freebsd/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c780 int opt_C = 0, opt_H = 0, opt_p = 0, opt_v = 0; in main() local
820 opt_v = 1; in main()
989 if (opt_v) in main()
/freebsd/usr.bin/sockstat/
H A Dsockstat.c99 static u_int opt_v; /* Verbose mode */ variable
717 if (xig->xig_gen != exig->xig_gen && opt_v) in gather_inet()
764 if (opt_v) in gather_inet()
867 if (xug->xug_gen != exug->xug_gen && opt_v) in gather_unix()
1563 ++opt_v; in main()