Searched refs:verbose (Results 26 - 50 of 700) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpushback.h35 int verbose; member in class:pushBackBuffer
/freebsd-11-stable/contrib/smbfs/smbutil/
H A Dcommon.h6 extern int verbose;
/freebsd-11-stable/crypto/openssh/regress/
H A Dproxy-connect.sh14 verbose "plain username protocol $p privsep=$ps comp=$c"
29 verbose "username with style protocol $p"
H A Dreexec.sh23 verbose "$tid: proto $p"
34 verbose "test config passing"
49 verbose "test reexec fallback"
58 verbose "test reexec fallback without privsep"
H A Dsftp-badcmds.sh13 verbose "$tid: get nonexistent"
19 verbose "$tid: glob get to nonexistent directory"
27 verbose "$tid: put nonexistent"
33 verbose "$tid: glob put to nonexistent directory"
41 verbose "$tid: rename nonexistent"
49 verbose "$tid: rename target exists (directory)"
59 verbose "$tid: glob put files to local file"
H A Dscp.sh30 verbose "$tid: simple copy local file to local file"
35 verbose "$tid: simple copy local file to remote file"
40 verbose "$tid: simple copy remote file to local file"
45 verbose "$tid: simple copy local file to remote dir"
51 verbose "$tid: simple copy local file to local dir"
57 verbose "$tid: simple copy remote file to local dir"
63 verbose "$tid: recursive local dir to remote dir"
70 verbose "$tid: recursive local dir to local dir"
77 verbose "$tid: recursive remote dir to local dir"
84 verbose "
[all...]
H A Dhost-expand.sh15 verbose "test $tid: proto $p"
H A Dkey-options.sh14 verbose "key option proto $p $c"
28 verbose "key option proto $p no-pty"
39 verbose "key option proto $p environment"
58 verbose "key option proto $p $from"
H A Dssh-com-sftp.sh47 verbose "sftp-server $v"
50 verbose "test $tid: buffer_size $B num_requests $R"
H A Dtry-ciphers.sh12 verbose "test $tid: proto 2 cipher $c mac $m"
36 verbose "test $tid: proto 1 cipher $c"
H A Dprincipals-command.sh79 verbose "$tid: ${_prefix} empty authorized_principals"
88 verbose "$tid: ${_prefix} wrong authorized_principals"
97 verbose "$tid: ${_prefix} correct authorized_principals"
106 verbose "$tid: ${_prefix} authorized_principals bad key opt"
115 verbose "$tid: ${_prefix} authorized_principals command=false"
125 verbose "$tid: ${_prefix} authorized_principals command=true"
142 verbose "$tid: ${_prefix} wrong principals key option"
154 verbose "$tid: ${_prefix} correct principals key option"
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_extern.h66 extern int verbose;
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dgather-docs42 $verbose = 1;
85 print "\nReading $in :" if $verbose && $first;
87 print " $name" if $verbose;
100 print "\n" if $verbose;
108 print "Writing $outfile\n" if $verbose;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dgather-docs42 $verbose = 1;
85 print "\nReading $in :" if $verbose && $first;
87 print " $name" if $verbose;
100 print "\n" if $verbose;
108 print "Writing $outfile\n" if $verbose;
/freebsd-11-stable/usr.sbin/trim/
H A Dtrim.c53 static int trim(const char *path, off_t offset, off_t length, bool dryrun, bool verbose);
62 bool dryrun, verbose; local
68 dryrun = verbose = true;
74 verbose = true;
93 verbose = false;
102 verbose = true;
133 if (trim(fname, offset, length, dryrun, verbose) < 0)
206 trim(const char *path, off_t offset, off_t length, bool dryrun, bool verbose) argument
214 if (verbose)
229 if (errno == EOPNOTSUPP && verbose
[all...]
/freebsd-11-stable/sbin/camcontrol/
H A Dutil.c61 int verbose; variable
80 if (verbose && name && *name)
103 if (verbose && name)
114 if (verbose && name && *name)
156 if (verbose)
/freebsd-11-stable/usr.sbin/ctladm/
H A Dutil.c61 static int verbose; variable
80 if (verbose && name && *name)
103 if (verbose && name)
114 if (verbose && name && *name)
156 if (verbose)
/freebsd-11-stable/sbin/dumpon/
H A Ddumpon.c59 static int verbose; variable
91 if (verbose)
113 if (verbose) {
137 verbose = 1;
178 if (i == 0 && verbose)
186 if (i == 0 && verbose)
/freebsd-11-stable/sbin/kldload/
H A Dkldload.c135 int verbose; local
138 verbose = 0;
146 verbose = 0;
149 verbose = 1;
170 if (verbose)
193 if (verbose)
/freebsd-11-stable/usr.sbin/snapinfo/
H A Dsnapinfo.c51 static int verbose; variable
74 verbose++;
128 if (verbose)
139 if (!snapcount && verbose)
151 if (verbose)
154 if (verbose)
/freebsd-11-stable/sys/dev/patm/genrtab/
H A Dgenrtab.c43 static int verbose; variable
226 if (verbose)
267 if (verbose)
272 } else if (verbose)
274 if (verbose)
286 if (verbose)
350 if (verbose)
356 if (verbose)
359 if (verbose)
392 if (verbose)
[all...]
/freebsd-11-stable/contrib/ngatm/sscop/
H A Dcommon.h59 extern u_int verbose; /* talk to me */
80 #define VERBOSE(P) do { if (verbose & 0x0001) verb P; } while(0)
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch44 -v +verbose[=<level>]
102 $verbose = 1;
117 (/^-v(\d*)$/ || /^\+verbose=?(\d*)$/) &&
118 ($verbose=($1 eq "") ? 1 : $1, next);
121 ($PrintIt = $1, $verbose==1 && ($verbose = 0), next);
248 print "starting plot command (" . join(" ",@plotcmd) . ")\n" if $verbose > 1;
279 print "reading configuration from \"$config\"\n" if $verbose;
293 print "processing \"$c=$v\"\n" if $verbose > 3;
399 ($c eq 'verbose')
[all...]
/freebsd-11-stable/contrib/apr-util/
H A Dbuildconf20 if [ "$1" = "--verbose" -o "$1" = "-v" ]; then
21 verbose="--verbose"
75 ${AUTOHEADER:-autoheader} $verbose
79 if ${AUTOCONF:-autoconf} $verbose; then
90 $apr_src_dir/build/gen-build.py $verbose make
/freebsd-11-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsscfupriv.h63 #define VERBOSE(S,M,F) if ((S)->debug & (M)) (S)->funcs->verbose F

Completed in 214 milliseconds

1234567891011>>