HomeSort by: relevance | last modified time | path
    Searched refs:VERBOSE (Results 1 - 25 of 99) sorted by relevancy

1 2 3 4

  /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
Utils.py 31 VERBOSE = False
34 global VERBOSE
35 VERBOSE = flag
39 global VERBOSE
40 return VERBOSE
49 global VERBOSE
50 if VERBOSE and len(somestuff) > 0:
75 global VERBOSE
79 if VERBOSE and len(desc) > 0:
88 if VERBOSE
    [all...]
  /src/libexec/httpd/testsuite/
Makefile 12 VERBOSE?= yes
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 "${.CURDIR}/cgi-bin"
41 ${SILENT}$(.CURDIR)/test-bigfile "$a" "${BOZOHTTPD}" "${WGET}" "${DATA}" "${VERBOSE}"
  /src/external/gpl3/gcc/dist/fixincludes/
fixinc.in 55 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
    [all...]
mkheaders.in 26 VERBOSE=0
29 VERBOSE=`expr $VERBOSE + 1`
31 export VERBOSE
  /src/external/gpl3/gcc.old/dist/fixincludes/
fixinc.in 55 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
    [all...]
mkheaders.in 26 VERBOSE=0
29 VERBOSE=`expr $VERBOSE + 1`
31 export VERBOSE
  /src/external/gpl3/binutils/dist/binutils/
arlex.l 60 "VERBOSE" { return VERBOSE; }
75 "verbose" { return VERBOSE; }
arparse.h 58 VERBOSE = 259, /* VERBOSE */
84 #define VERBOSE 259
arparse.y 32 extern int verbose;
44 %token VERBOSE
189 VERBOSE
190 { verbose = !verbose; }
  /src/external/gpl3/binutils.old/dist/binutils/
arlex.l 60 "VERBOSE" { return VERBOSE; }
75 "verbose" { return VERBOSE; }
arparse.h 58 VERBOSE = 259, /* VERBOSE */
84 #define VERBOSE 259
arparse.y 32 extern int verbose;
44 %token VERBOSE
189 VERBOSE
190 { verbose = !verbose; }
  /src/crypto/external/bsd/openssl.old/dist/util/
openssl-format-source 40 VERBOSE=false
64 -v) VERBOSE="true";
150 if [ "$VERBOSE" = "true" ]; then
155 if [ "$VERBOSE" = "true" ]; then
168 if [ "$VERBOSE" = "true" ]; then
  /src/sys/arch/sparc/stand/binstall/
binstall.sh 6 # echo if VERBOSE on
7 [ -n "$VERBOSE" ] && echo "$*" 1>&2
21 echo " -v - verbose mode"
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" \
  /src/usr.sbin/service/
service 52 " -v: Verbose (mention in which directory script was found)"
84 if "${VERBOSE}"
92 VERBOSE=false
99 v) VERBOSE=true ;;
199 if "${VERBOSE}"
  /src/usr.bin/tip/aculib/
courier.c 69 if (boolean(value(VERBOSE)))
86 if (boolean(value(VERBOSE)))
158 if (boolean(value(VERBOSE)))
163 if (boolean(value(VERBOSE)))
214 boolean(value(VERBOSE))) {
234 if (boolean(value(VERBOSE)))
243 if (boolean(value(VERBOSE)))
303 if (boolean(value(VERBOSE)))
t3000.c 66 if (boolean(value(VERBOSE)))
83 if (boolean(value(VERBOSE)))
152 if (boolean(value(VERBOSE)))
157 if (boolean(value(VERBOSE)))
222 boolean(value(VERBOSE))) {
242 if (boolean(value(VERBOSE)))
251 if (boolean(value(VERBOSE)))
314 if (boolean(value(VERBOSE)))
biz22.c 63 if (boolean(value(VERBOSE)))
85 if (boolean(value(VERBOSE)))
  /src/external/bsd/libfido2/dist/fuzz/
build-coverage 24 make -C "${LIBCBOR}/build" VERBOSE=1 all install
  /src/external/bsd/ntp/dist/scripts/update-leap/
update-leap.sh 89 -v Verbose output
189 VERBOSE="Y"
239 if [ -n "$CRONJOB" -a \( "$1" != "info" \) -a \( "$1" != "debug" \) ] || [ -n "$VERBOSE" ]; then
336 if [ -n "$FORCE" ] || ! verifySHA $LEAPFILE "$VERBOSE" || [ $EXPIRES -lt `date -d "NOW + $PREFETCH" +%s` ] ; then
340 if [ -n "$VERBOSE" ]; then
345 if [ -n "$VERBOSE" ]; then
349 if ! verifySHA $TMPFILE "$VERBOSE" ; then
388 if [ -n "$VERBOSE" ]; then
394 if [ -n "$VERBOSE" -a -n "$R" ]; then
414 if [ -n "$VERBOSE" ]; the
    [all...]
  /src/external/mpl/mozilla-certdata/share/
certdata.awk 56 if (VERBOSE)
150 if (VERBOSE)
165 if (VERBOSE) {
170 if (VERBOSE) {
180 if (VERBOSE) {
265 if (VERBOSE)
410 if (VERBOSE)
420 if (VERBOSE)
  /src/regress/sys/kern/select/
select.c 47 #define VERBOSE 0
68 #if VERBOSE
117 #if VERBOSE
122 #if VERBOSE
146 #if VERBOSE
  /src/external/gpl2/lvm2/dist/scripts/
vgimportclone.sh 80 echo " -v|--verbose - Set verbose level"
117 VERBOSE=""
131 -l basevgname:,debug,help,import,quiet,test,verbose,version \
153 -v|--verbose)
155 if [ -z "$VERBOSE" ]
157 VERBOSE="-v"
159 VERBOSE="${VERBOSE}v"
197 if [ -n "${DEBUG}" -o -n "${VERBOSE}" ]
    [all...]
  /src/external/mit/libcbor/dist/
.travis-qemu.sh 65 make VERBOSE=1
82 make VERBOSE=1
94 make VERBOSE=1
128 make VERBOSE=1
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-add.c 54 #if VERBOSE
81 #if VERBOSE

Completed in 42 milliseconds

1 2 3 4