Home
last modified time | relevance | path

Searched refs:VERBOSE (Results 1 – 25 of 111) sorted by relevance

12345

/netbsd/src/external/gpl3/gcc/dist/fixincludes/
Dfixinc.in55 if test -z "$VERBOSE"
57 VERBOSE=2
58 export VERBOSE
60 case "$VERBOSE" in
62 * ) VERBOSE=3 ;;
113 if test $VERBOSE -gt 0
158 if test $VERBOSE -gt 0; then
165 if test $VERBOSE -gt 0
199 if test $VERBOSE -gt 1
219 if test $VERBOSE -gt 1
[all …]
Dmkheaders.in26 VERBOSE=0
29 VERBOSE=`expr $VERBOSE + 1`
31 export VERBOSE
Dcheck.tpl20 VERBOSE=[=` echo ${VERBOSE-1} `=]
24 export TARGET_MACHINE DESTDIR SRCDIR FIND_BASE VERBOSE INPUT ORIGDIR
/netbsd/src/sys/arch/sparc/stand/binstall/
Dbinstall.sh7 [ -n "$VERBOSE" ] && echo "$*" 1>&2
49 VERBOSE=
66 t) TEST=1; VERBOSE=-v;;
67 v) VERBOSE=-v;;
137 vecho "${INSTALLBOOT} ${VERBOSE} -m $machine $DEV $BOOTXX $stage2"
138 $DOIT "${INSTALLBOOT}" ${VERBOSE} -m "$machine" \
/netbsd/src/libexec/httpd/testsuite/
DMakefile12 VERBOSE?= yes macro
14 .if ${VERBOSE} != "yes"
31 ${SILENT}$(.CURDIR)/test-simple "$a" "${BOZOHTTPD}" "${DATA}" "${.CURDIR}" "${VERBOSE}"
36 …${SILENT}$(.CURDIR)/test-simple "$a" "${BOZOHTTPD}" "${DATA}" "${.CURDIR}" "${VERBOSE}" -c "${.CUR…
41 ${SILENT}$(.CURDIR)/test-bigfile "$a" "${BOZOHTTPD}" "${WGET}" "${DATA}" "${VERBOSE}"
/netbsd/src/external/gpl2/lvm2/dist/scripts/
Dvgimportclone.sh117 VERBOSE=""
155 if [ -z "$VERBOSE" ]
157 VERBOSE="-v"
159 VERBOSE="${VERBOSE}v"
197 if [ -n "${DEBUG}" -o -n "${VERBOSE}" ]
199 LVM_OPTS="${LVM_OPTS} ${DEBUG} ${VERBOSE}"
/netbsd/src/usr.bin/tip/aculib/
Dcourier.c69 if (boolean(value(VERBOSE))) in cour_dialer()
86 if (boolean(value(VERBOSE))) in cour_dialer()
158 if (boolean(value(VERBOSE))) in cour_swallow()
163 if (boolean(value(VERBOSE))) in cour_swallow()
214 boolean(value(VERBOSE))) { in cour_connect()
234 if (boolean(value(VERBOSE))) in cour_connect()
243 if (boolean(value(VERBOSE))) in cour_connect()
303 if (boolean(value(VERBOSE))) in cour_write()
Dt3000.c66 if (boolean(value(VERBOSE))) in t3000_dialer()
83 if (boolean(value(VERBOSE))) in t3000_dialer()
152 if (boolean(value(VERBOSE))) in t3000_swallow()
157 if (boolean(value(VERBOSE))) in t3000_swallow()
222 boolean(value(VERBOSE))) { in t3000_connect()
242 if (boolean(value(VERBOSE))) in t3000_connect()
251 if (boolean(value(VERBOSE))) in t3000_connect()
314 if (boolean(value(VERBOSE))) in t3000_write()
Dventel.c79 if (boolean(value(VERBOSE))) in ven_dialer()
98 if (connected || timeout || !boolean(value(VERBOSE))) in ven_dialer()
190 if (boolean(value(VERBOSE))) in gobble()
Dbiz22.c63 if (boolean(value(VERBOSE))) in biz_dialer()
85 if (boolean(value(VERBOSE))) in biz_dialer()
Dbiz31.c69 if (boolean(value(VERBOSE))) in biz_dialer()
81 if (boolean(value(VERBOSE))) in biz_dialer()
/netbsd/src/regress/sys/kern/select/
Dselect.c47 #define VERBOSE 0 macro
68 #if VERBOSE in dowrite()
117 #if VERBOSE in f()
122 #if VERBOSE in f()
146 #if VERBOSE in f()
/netbsd/src/sbin/scan_ffs/
Dscan_ffs.c103 enum { NADA=0, VERBOSE=1, LABELS=2, BLOCKS=4 }; enumerator
155 case VERBOSE: in ffs_printpart()
230 if (flags & VERBOSE) in ffs_scan()
231 ffs_printpart(sbi, VERBOSE, NADA, n); in ffs_scan()
272 if (flags & VERBOSE) in lfs_printpart()
316 if (flags & VERBOSE) in lfs_scan()
522 flags |= VERBOSE; in main()
/netbsd/src/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/
Dlvm2create_initrd81 [ "$VERBOSE" ] && echo "`echo $cmd | tr '[a-z0-9/_]' ' '` -- $1" || true
231 -v|--verbose) VERBOSE="y";;
335 [ "$VERBOSE" ] && OPT_Q="" || OPT_Q="-q"
371 [ "$VERBOSE" ] && OPT_Q="-v" || OPT_Q=""
400 [ "$VERBOSE" ] && OPT_Q="-v" || OPT_Q="--quiet"
411 [ "$VERBOSE" ] && OPT_Q="-v" || OPT_Q=""
/netbsd/src/usr.sbin/etcupdate/
Detcupdate56 VERBOSE=false
124 ${VERBOSE} && echo "${@}"
537 VERBOSE=true
645 if ${VERBOSE}; then vflag="-v"; else vflag=""; fi
667 if ! ${VERBOSE}; then
746 if ! ${VERBOSE}; then
/netbsd/src/external/lgpl3/gmp/dist/tests/rand/
Dt-rand.c168 #ifdef VERBOSE in main()
195 #ifdef VERBOSE in main()
227 #ifdef VERBOSE in main()
235 #ifdef VERBOSE in main()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Darlex.l60 "VERBOSE" { return VERBOSE; }
75 "verbose" { return VERBOSE; }
Darparse.h58 VERBOSE = 259, /* VERBOSE */ enumerator
84 #define VERBOSE 259 macro
Darparse.y44 %token VERBOSE
189 VERBOSE
/netbsd/src/external/lgpl3/gmp/dist/tests/mpf/
Dt-add.c54 #if VERBOSE in main()
81 #if VERBOSE in main()
/netbsd/src/crypto/external/bsd/openssl/dist/
DNOTES-VALGRIND.md60 Additional variables (such as `VERBOSE` and `TESTS`) are described in the
69 with the `VERBOSE` or `VF` or `VFP` options to gather additional information.
71 $ make test VERBOSE=1 TESTS=test_test EXE_SHELL="`/bin/pwd`/util/wrap.pl \
/netbsd/src/usr.bin/tip/
Dacu.c92 setboolean(value(VERBOSE), FALSE); in tip_connect()
167 if (boolean(value(VERBOSE))) in disconnect()
Dcmds.c171 if (c == '\n' && boolean(value(VERBOSE))) in transfer()
185 if (boolean(value(VERBOSE))) in transfer()
347 if (boolean(value(VERBOSE))) in transmit()
375 if (boolean(value(VERBOSE))) { in transmit()
501 if (boolean(value(VERBOSE))) in pipeout()
550 if (boolean(value(VERBOSE))) in consh()
Dremote.c164 setboolean(value(VERBOSE), 1); in getremcap()
166 setboolean(value(VERBOSE), 0); in getremcap()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
DREADME-external.md26 $ make test VERBOSE=1 TESTS=test_external_pyca
59 $ VERBOSE=1 make TESTS=test_external_krb5 test
88 $ make test VERBOSE=1 TESTS=test_external_gost_engine

12345