HomeSort by: relevance | last modified time | path
    Searched defs:VERBOSE (Results 1 - 8 of 8) sorted by relevancy

  /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/regress/sys/kern/select/
select.c 47 #define VERBOSE 0
68 #if VERBOSE
117 #if VERBOSE
122 #if VERBOSE
146 #if VERBOSE
  /src/sys/arch/mipsco/stand/installboot/
installboot.c 45 #define VERBOSE(msg) if (verbose) \
64 int verbose, nowrite; variable in typeref:typename:int
83 rflag = lflag = verbose = nowrite = 0;
100 /* Verbose output */
101 verbose = 1;
209 if (verbose)
215 if (verbose)
274 if (verbose)
  /src/sbin/scan_ffs/
scan_ffs.c 103 enum { NADA=0, VERBOSE=1, LABELS=2, BLOCKS=4 };
155 case VERBOSE:
230 if (flags & VERBOSE)
231 ffs_printpart(sbi, VERBOSE, NADA, n);
272 if (flags & VERBOSE)
316 if (flags & VERBOSE)
522 flags |= VERBOSE;
  /src/usr.bin/tip/
tip.h 182 extern int vflag; /* verbose during reading of .tiprc file */
211 #define VERBOSE 19
  /src/games/warp/
warp.h 230 #define VERBOSE /* compile in more informative messages */
239 #ifdef VERBOSE
247 #else /* !VERBOSE */
251 # define IF(c) "IF" outside of VERBOSE???
252 # define ELSE "ELSE" outside of VERBOSE???
320 #ifdef VERBOSE
322 EXT bool verbose INIT(true); /* +t */
340 #ifdef VERBOSE
  /src/sbin/cgdconfig/
cgdconfig.c 184 /* Verbose Framework */
185 static unsigned verbose = 0; variable in typeref:typename:unsigned
187 #define VERBOSE(x,y) if (verbose >= x) y
188 #define VPRINTF(x,y) if (verbose >= x) (void)printf y
349 verbose++;
997 VERBOSE(2, bits_fprint(stdout, p->key));
1654 if (verbose)
1656 if (verbose > 1) {
  /src/games/battlestar/
extern.h 188 #define VERBOSE 1054
312 extern int verbose;

Completed in 16 milliseconds