Searched refs:VERBOSE (Results 1 - 25 of 51) sorted by relevance

123

/openbsd-current/regress/usr.bin/jot/
H A DMakefile4 VERBOSE?=0 macro
8 env JOT=${JOT} SRCDIR=${.CURDIR} VERBOSE=${VERBOSE} sh
/openbsd-current/gnu/gcc/fixincludes/
H A Dfixinc.in57 if test -z "$VERBOSE"
59 VERBOSE=2
60 export VERBOSE
62 case "$VERBOSE" in
64 * ) VERBOSE=3 ;;
115 if test $VERBOSE -gt 0
144 if test $VERBOSE -gt 0; then
151 if test $VERBOSE -gt 0
185 if test $VERBOSE -gt 1
205 if test $VERBOSE
[all...]
H A Dmkheaders.in27 VERBOSE=0
30 VERBOSE=`expr $VERBOSE + 1`
32 export VERBOSE
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dmkheaders.in27 VERBOSE=0
30 VERBOSE=`expr $VERBOSE + 1`
32 export VERBOSE
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.sh57 if test -z "$VERBOSE"
59 VERBOSE=2
60 export VERBOSE
62 case "$VERBOSE" in
64 * ) VERBOSE=3 ;;
118 if test $VERBOSE -gt 0
164 if test $VERBOSE -gt 1
184 if test $VERBOSE -gt 1
221 if test $VERBOSE -gt 2
242 if test $VERBOSE
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Darlex.l57 "VERBOSE" { return VERBOSE; }
72 "verbose" { return VERBOSE; }
H A Dnlmheader.h43 # define VERBOSE 287 macro
H A Darparse.y44 %token VERBOSE
189 VERBOSE
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Darlex.l56 "VERBOSE" { return VERBOSE; }
71 "verbose" { return VERBOSE; }
H A Darparse.y44 %token VERBOSE
189 VERBOSE
/openbsd-current/sbin/fdisk/
H A Dgpt.h40 #define VERBOSE 1 macro
H A Duser.c136 if (verbosity == VERBOSE) {
157 if (verbosity == VERBOSE)
/openbsd-current/regress/lib/libssl/tlsfuzzer/
H A DMakefile22 VERBOSE = # -v macro
25 python3 ${.CURDIR}/tlsfuzzer.py ${SLOW} ${TIMING} ${VERBOSE}
28 python3 ${.CURDIR}/tlsfuzzer.py -f ${SLOW} ${TIMING} ${VERBOSE}
32 python3 ${.CURDIR}/tlsfuzzer.py ${SLOW} ${TIMING} ${VERBOSE} -p ${PORT}
/openbsd-current/regress/sys/kern/sosplice/loop/
H A DMakefile27 VERBOSE ?= macro
30 .if !empty(VERBOSE) && ${VERBOSE:L} != "no"
/openbsd-current/regress/lib/libc/malloc/malloc_general/
H A Dmalloc_general.c23 /* #define VERBOSE */
72 #ifdef VERBOSE
81 #ifdef VERBOSE
87 #ifdef VERBOSE
95 #ifdef VERBOSE
99 #ifdef VERBOSE
/openbsd-current/usr.sbin/fw_update/
H A Dfw_update.sh38 integer VERBOSE=0
119 case "$VERBOSE" in
228 ((VERBOSE != 1)) && warn "Checksum test for ${1##*/} failed."
236 # if VERBOSE is 0, don't show the checksum failure of an existing file.
238 local _v=$VERBOSE
242 ( VERBOSE=$_v verify "$@" )
307 if !$ENV{VERBOSE};
328 ! ((VERBOSE)) && status "${0##*/}:"
374 case "$VERBOSE" in
436 ((VERBOSE >
[all...]
/openbsd-current/gnu/usr.bin/perl/plan9/
H A Dgenconfig.pl13 my $VERBOSE = 0;
207 elsif ($VERBOSE) { warn "Couldn't read ${outfile}config_h.SH: $!\n"; }
245 warn "Constant $token not found in config_h.SH\n" if $VERBOSE;
260 warn "Constant $token not found in config_h.SH (val=|$val|)\n" if $VERBOSE;
268 if ($VERBOSE) {
293 elsif ($VERBOSE) { warn "Can't read ${outdir}patchlevel.h - skipping 'PERL_VERSION'" }
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dextrefs.t34 my $VERBOSE = grep {$_ eq '-v'} @ARGV;
69 warn "Failing closing code file: $!\n" if $VERBOSE;
93 my $errornull = $VERBOSE ? '' : ">$null 2>$null";
124 printf "cccmd = $cccmd\n" if $VERBOSE;
/openbsd-current/gnu/llvm/lldb/scripts/
H A Dreproducer-replay.py46 if VERBOSE:
104 global VERBOSE
108 VERBOSE = args.verbose
/openbsd-current/sys/dev/microcode/bwi/build/
H A Dbuild.c30 //#define VERBOSE 1
70 #ifdef VERBOSE
78 #if VERBOSE
90 #ifdef VERBOSE
158 #ifdef VERBOSE
/openbsd-current/gnu/llvm/llvm/utils/git/
H A Dpre-push.py37 VERBOSE = False variable
54 if not VERBOSE:
114 if VERBOSE:
211 VERBOSE = args.verbose variable
/openbsd-current/regress/sys/netinet/carp/
H A Dcarp_3.sh62 [ $VERBOSE -gt 0 ] && set -x
H A Dcarp_1.sh62 [ $VERBOSE -gt 0 ] && set -x
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/
H A DConditional.pm21 use vars qw[ $VERSION @ISA $VERBOSE $CACHE @EXPORT_OK $DEPRECATED
26 $VERBOSE = 0;
76 $Module::Load::Conditional::VERBOSE = 0;
111 to $Module::Load::Conditional::VERBOSE
166 verbose => { default => $VERBOSE },
170 unless( $args = check( $tmpl, \%hash, $VERBOSE ) ) {
171 warn loc( q[A problem occurred checking arguments] ) if $VERBOSE;
361 The default is to use the value of $Module::Load::Conditional::VERBOSE.
383 verbose => { default => $VERBOSE },
390 unless( $args = check( $tmpl, \%hash, $VERBOSE ) ) {
[all...]
/openbsd-current/regress/sys/net/vxlan/
H A Dvxlan_1.sh62 [ $VERBOSE -gt 0 ] && set -x

Completed in 238 milliseconds

123