Searched refs:verbose (Results 1 - 25 of 755) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.in20 my $verbose = $opts->{verbose}; # Be verbose?
25 print "Waiting for ntpd to synchronize... " if $verbose;
31 print "\bntpd is not running!\n" if $verbose;
44 print "\b".(substr "*+:.", $i % 4, 1) if $verbose;
51 print "\bOK!\n" if $verbose;
59 print "\bNo!\nntpd did not synchronize.\n" if $verbose;
/freebsd-current/crypto/openssh/regress/
H A Dauthinfo.sh7 verbose "ExposeAuthInfo=no"
11 verbose "ExposeAuthInfo=yes"
H A Dsftp-cmds.sh30 verbose "$tid: lls"
34 verbose "$tid: lls w/path"
38 verbose "$tid: ls"
43 verbose "$tid: shell"
48 verbose "$tid: pwd"
53 verbose "$tid: lpwd"
58 verbose "$tid: quit"
63 verbose "$tid: help"
69 verbose "$tid: get"
75 verbose "
[all...]
H A Dproxy-connect.sh13 verbose "plain username comp=$c"
25 verbose "username with style"
H A Dlocalcommand.sh9 verbose "test $tid: proto $p localcommand"
H A Dconnect-uri.sh12 verbose "$tid: no trailing slash"
18 verbose "$tid: trailing slash"
24 verbose "$tid: with path name"
H A Dchannel-timeout.sh34 verbose "no timeout"
41 verbose "command timeout"
50 verbose "command long timeout"
59 verbose "command wildcard timeout"
68 verbose "command irrelevant timeout"
78 verbose "skipping multiplexing tests"
80 verbose "multiplexed command timeout"
91 verbose "irrelevant multiplexed command timeout"
102 verbose "global command timeout"
125 verbose "sft
[all...]
H A Dsftp-batch.sh37 verbose "$tid: good commands"
41 verbose "$tid: bad commands"
45 verbose "$tid: comments and blanks"
49 verbose "$tid: junk command"
H A Dportnum.sh8 verbose "$tid: invalid port $port"
15 verbose "$tid: valid port $port"
/freebsd-current/contrib/sendmail/contrib/
H A Detrn.pl51 my $verbose = $opt_v;
119 if ($verbose);
159 print "server = $server\n" if (defined($verbose));
171 print if $verbose;
176 &read_response($2, $verbose);
179 if ($verbose);
184 if ($verbose);
198 print if $verbose;
204 print "ETRN supported\n" if ($verbose);
210 print if $verbose;
[all...]
/freebsd-current/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c54 static int verbose = LOG_LEVEL; variable
70 if (verbose > 1)
72 if (verbose > 0)
76 if (verbose > 2) {
204 if (verbose > 1)
206 if (verbose > 0)
210 if (verbose > 1)
212 if (verbose > 0)
216 if (verbose > 1)
218 if (verbose >
[all...]
/freebsd-current/usr.bin/tftp/
H A Dtftp.h35 extern int verbose;
/freebsd-current/usr.sbin/adduser/
H A Drmuser.sh46 # verbose
47 # Returns 0 if verbose mode is set, 1 if it is not.
49 verbose() { function
68 verbose && echo -n "Removing files owned by ($login) in $_dir:"
71 verbose && echo " $filecount removed."
74 ! verbose && [ $totalcount -ne 0 ] && echo -n " files($totalcount)"
85 verbose && echo -n "Removing mail spool(s) for ($login):"
87 verbose && echo -n " ${MAILSPOOL}/$login" ||
92 verbose && echo -n " ${MAILSPOOL}/.${login}.pop" ||
96 verbose
[all...]
/freebsd-current/tools/LibraryReport/
H A DLibraryReport.tcl63 global Libs stats verbose;
101 if {$verbose} {puts "+ $lib";}
112 if {$verbose} {puts "+ $lib";}
116 if {$verbose} {puts "-> $ldest";}
137 global stats verbose;
149 if {$verbose} {puts "===>> $dir";}
184 global Libs stats verbose;
191 if {$verbose} {puts -nonewline "$fname : ";}
215 if {$verbose} {puts "$uses";}
259 global stats verbose arg
[all...]
/freebsd-current/lib/libpmc/pmu-events/
H A Djson.h13 extern int verbose;
21 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
24 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__)
27 eprintf(2, verbose, pr_fmt(fmt), ##__VA_ARGS__)
/freebsd-current/usr.bin/mkuzip/
H A Dmkuz_cfg.h32 int verbose; member in struct:mkuz_cfg
/freebsd-current/contrib/netbsd-tests/fs/fifofs/
H A Dt_fifo.c27 static int verbose = 0; variable
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...]
/freebsd-current/sbin/ipf/libipf/
H A Dverbose.c17 void verbose(int level, char *fmt, ...) function
36 verbose(0x1fffffff, fmt, pvar);
/freebsd-current/libexec/rc/rc.d/
H A Dntpd171 local rc verbose
179 verbose=echo
181 verbose=:
188 $verbose ntp_src_leapfile version is $ntp_ver_no_src expires $ntp_expiry_src
189 $verbose ntp_db_leapfile version is $ntp_ver_no_db expires $ntp_expiry_db
194 $verbose replacing $ntp_db_leapfile with $ntp_src_leapfile
198 $verbose not replacing $ntp_db_leapfile with $ntp_src_leapfile
204 $verbose Within ntp leapfile expiry limit, initiating fetch
219 verbose=echo
221 verbose
[all...]
/freebsd-current/tests/sys/fs/tarfs/
H A Dmktar.c53 static void verbose(const char *fmt, ...) function
126 verbose("mkdir %s", SUBDIRNAME);
131 verbose("creating %s", NORMALFILENAME);
135 verbose("creating %s", SPARSEFILENAME);
140 verbose("link %s %s", SPARSEFILENAME, HARDLINKNAME);
145 verbose("symlink %s %s", SPARSEFILENAME, SHORTLINKNAME);
151 verbose("symlink %s %s", linktarget, LONGLINKNAME);
196 verbose("mkdir %s", dirname);
202 verbose("cd %s", dirname);
205 verbose("umas
[all...]
/freebsd-current/bin/cp/tests/
H A Dsparse.c15 static bool verbose; variable
34 if (verbose)
57 verbose = true;
/freebsd-current/contrib/bearssl/tools/
H A Dchain.c62 " -q suppress verbose messages\n");
70 int verbose; local
75 verbose = 1;
86 if (eqstr(arg, "-v") || eqstr(arg, "-verbose")) {
87 verbose = 1;
89 verbose = 0;
112 if (verbose) {
120 if (verbose) {
/freebsd-current/crypto/openssl/apps/
H A Dvms_decc_init.c69 int verbose = 0; local
80 verbose = strtol(openssl_debug_decc_init, NULL, 10);
81 if (verbose <= 0) {
82 verbose = 1;
108 if (verbose > 1) {
129 if (verbose > 0) {
/freebsd-current/sys/contrib/openzfs/etc/init.d/
H A Dzfs-mount.in67 local verbose overlay
69 check_boolean "$VERBOSE_MOUNT" && verbose=v
73 "$ZFS" mount "-a$verbose$overlay" "$MOUNT_EXTRA_OPTIONS"
/freebsd-current/sbin/natd/samples/
H A Dnatd.test13 ./natd -port 32000 -interface $1 -verbose

Completed in 151 milliseconds

1234567891011>>