| /src/dist/pf/ | 
| pf2netbsd | 39 -v      Be verbose 49 verbose()  function
 51     ${VERBOSE} && echo $*
 145     verbose "mklist /tmp/pf.$$"
 146     verbose "mkdir -p $2"
 147     verbose "tar -c -T /tmp/pf.$$ -f- | tar -x -f- -C $2"
 150     verbose cd $2
 151     verbose mkdir -p dist/pf sys/dist/pf
 153     verbose cd $2/sys/net
 154     verbose mv if.c if_compat.
 [all...]
 | 
| /src/usr.bin/innetgr/ | 
| innetgr.c | 53 	int c, ok, verbose = 0;  local in function:main 70 			verbose = 1;
 81 		if (verbose)
 
 | 
| /src/usr.bin/make/unit-tests/ | 
| use-inference.mk | 12 verbose: .USE  target 15 .from.to: verbose
 
 | 
| /src/sbin/dkscan_bsdlabel/ | 
| dkscan_util.c | 46 int verbose = 0;	/* are we verbose? */  variable in typeref:typename:int 112 	if (!verbose) return;
 
 | 
| /src/sys/arch/alpha/stand/mkbootimage/ | 
| mkbootimage.c | 64 	int c, verbose, nowrite, infd, outfd;  local in function:main 66 	verbose = nowrite = 0;
 76 			verbose = 1;
 92 	if (verbose) {
 138 	if (verbose) {
 
 | 
| /src/sys/arch/ia64/stand/common/ | 
| ls.c | 67     int		verbose;  local in function:command_ls 71     verbose = 0;
 77 	    verbose = 1;
 106 	    if (verbose) {
 
 | 
| fileload.c | 122     int				ch, verbose;  local in function:command_lskern 124     verbose = 0;
 
 | 
| /src/usr.sbin/sesd/srcs/ | 
| getencstat.c | 53 	int fd, nobj, f, i, verbose, quiet, errors;  local in function:main 60 	errors = quiet = verbose = 0;
 62 		verbose = 2;
 65 		verbose = 1;
 69 		verbose = 0;
 89 		if ((verbose == 0 || quiet == 1) && estat == 0) {
 138 				if (verbose) {
 
 | 
| /src/sbin/gpt/ | 
| gpt_private.h | 41 	int verbose;  member in struct:gpt 
 | 
| /src/sys/arch/x68k/stand/newdisk/ | 
| newdisk.c | 54 int verbose = 0, dry_run = 0, force = 0, check_only = 0, mark_only = 0;  variable in typeref:typename:int 79 			verbose = 1;
 120 	if (verbose)
 129 	if (verbose)
 133 	if (verbose)
 142 	if (verbose)
 145 	if (verbose)
 153 	if (verbose)
 157 		if (verbose)
 167 		if (verbose)
 [all...]
 | 
| /src/sbin/resize_lfs/ | 
| resize_lfs.c | 67 	int ch, i, verbose;  local in function:main 75 	verbose = 0;
 83 			++verbose;
 169 	if (verbose)
 
 | 
| /src/sbin/fsck_v7fs/ | 
| fsck_v7fs.c | 58 bool verbose = true;  variable in typeref:typename:bool 59 #define	VPRINTF(fmt, args...)	{ if (verbose) printf(fmt, ##args); }
 
 | 
| /src/sbin/svhlabel/ | 
| svhlabel.c | 106 getparts(int sd, int verbose) 296 	int	verbose;		/* verbose output */  local in function:main
 301 	verbose = 1;
 309 			verbose = 0;
 336 	changed = getparts(sd, verbose);
 338 	if (verbose) {
 347 			if (verbose)
 
 | 
| /src/share/examples/refuse/dbfs/ | 
| dbfs.c | 47 static int		verbose; /* how chatty are we? */  variable in typeref:typename:int 190 			verbose = 1;
 201 		if (verbose) {
 
 | 
| /src/share/examples/refuse/id3fs/ | 
| id3fs.c | 44 static int		 verbose; /* how chatty are we? */  variable in typeref:typename:int 214 			verbose = 1;
 
 | 
| /src/share/examples/refuse/pcifs/ | 
| pcifs.c | 42 static int		 verbose; /* how chatty are we? */  variable in typeref:typename:int 174 		if (verbose) {
 195 			verbose += 1;
 
 | 
| /src/sys/arch/alpha/stand/setnetbootinfo/ | 
| setnetbootinfo.c | 50 int	verbose, force, unset;  variable in typeref:typename:int 101 			verbose = 1;
 156 	if (verbose) {
 167 	if (verbose)
 176 	if (verbose)
 186 	if (verbose)
 190 	if (verbose)
 204 	if (verbose)
 208 	if (verbose)
 222 	if (verbose)
 [all...]
 | 
| /src/sys/arch/hpc/hpc/ | 
| platid_test.c | 45 	int verbose = 0;  local in function:platid_bit_test 49 	if (pid.dw.dw0 != PLATID_CPU_ARCH_MASK && err_count++ || verbose) {
 57 	if (pid.dw.dw0 != PLATID_CPU_SERIES_MASK && err_count++ || verbose) {
 65 	if (pid.dw.dw0 != PLATID_CPU_MODEL_MASK && err_count++ || verbose) {
 73 	if (pid.dw.dw0 != PLATID_CPU_SUBMODEL_MASK && err_count++ || verbose) {
 81 	if (pid.dw.dw0 != PLATID_FLAGS_MASK && err_count++ || verbose) {
 89 	if (pid.dw.dw1 != PLATID_VENDOR_MASK && err_count++ || verbose) {
 97 	if (pid.dw.dw1 != PLATID_SERIES_MASK && err_count++ || verbose) {
 105 	if (pid.dw.dw1 != PLATID_MODEL_MASK && err_count++ || verbose) {
 113 	if (pid.dw.dw1 != PLATID_SUBMODEL_MASK && err_count++ || verbose) {
 [all...]
 | 
| /src/sys/arch/prep/stand/installboot/ | 
| installboot.c | 41 int nowrite, verbose;  variable in typeref:typename:int 165 	if (verbose) {
 206 	if (verbose) {
 236 			verbose = 1;
 249 	if (verbose) {
 
 | 
| /src/tests/fs/fifofs/ | 
| t_fifo.c | 27 static int verbose = 0;  variable in typeref:typename:int 66 	if (verbose) {
 80 	if (verbose) {
 133 	if (verbose) {
 152 	if (verbose) {
 163 				if (verbose) {
 175 			if (verbose) {
 183 		if (verbose) {
 191 	if (verbose) {
 203 	if (verbose) {
 [all...]
 | 
| /src/tests/net/fdpass/ | 
| fdpass.c | 167 	int s[2], fd, status, c, verbose;  local in function:main 172 	verbose = 0;
 221 		if (verbose) {
 
 | 
| /src/usr.bin/flock/ | 
| flock.c | 58 	{ "verbose",		no_argument,		0, 'v' }, 158 	int verbose = 0;  local in function:main
 197 			verbose = 1;
 293 		if (verbose)
 
 | 
| /src/usr.bin/ftp/ | 
| progressbar.h | 59 GLOBAL	int	verbose;	/* print messages coming back from server */  variable in typeref:typename:GLOBAL int 
 | 
| /src/usr.bin/pwait/ | 
| pwait.c | 75 	int verbose = 0, childstatus = 0;  local in function:main 98 			verbose = 1;
 163 			if (verbose)
 178 			if (verbose) {
 
 | 
| /src/usr.sbin/apm/ | 
| apm.c | 156 	    rval, verbose;  local in function:main 159 	    verbose = FALSE;
 163 			verbose = TRUE;
 226 		verbose = doac = dopct = domin = dobstate = dostatus = TRUE;
 275 			if (verbose) {
 
 |