Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 25 of 1263) sorted by relevance

12345678910>>...51

/openbsd/regress/lib/libcrypto/man/
H A Dcheck_complete.pl119 my $verbose = 0;
122 $verbose = 1;
193 if ($verbose) {
296 if ($verbose) {
319 if ($verbose) {
332 if ($verbose) {
347 if ($verbose) {
367 if ($verbose) {
385 if ($verbose) {
399 if ($verbose) {
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DSearch.pm43 $self->verbose(DEBUG);
63 my $verbose = $self->verbose;
164 print "Looking in dir $file\n" if $verbose;
202 $verbose and print "Considering item $file\n";
226 $verbose and print
256 my $verbose = $self->verbose;
312 my $verbose = $self->verbose;
365 $verbose > 1 and print "OK, pruning";
562 my $verbose = $self->verbose;
590 print "FOUND: $fullext\n" if $verbose;
[all …]
/openbsd/regress/usr.bin/ssh/
H A Dsftp-cmds.sh24 verbose "$tid: lls"
32 verbose "$tid: ls"
37 verbose "$tid: shell"
41 verbose "$tid: pwd"
46 verbose "$tid: lpwd"
51 verbose "$tid: quit"
56 verbose "$tid: help"
62 verbose "$tid: get"
125 verbose "$tid: put"
183 verbose "$tid: ln"
[all …]
H A Dscp.sh47 verbose "$tag: simple copy local file to local file"
52 verbose "$tag: simple copy local file to remote file"
93 verbose "$tag: simple copy local file to local dir"
105 verbose "$tag: recursive local dir to remote dir"
110 verbose "$tag: recursive local dir to local dir"
117 verbose "$tag: recursive remote dir to local dir"
124 verbose "$tag: unmatched glob file local->remote"
129 verbose "$tag: unmatched glob file remote->local"
148 verbose "$tag: shell metacharacters"
169 verbose "$tag: disallow bad server #$i"
[all …]
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstall.pm148 $verbose ||= 0;
323 if $verbose>2;
341 if $verbose;
358 } elsif ($verbose) {
364 if $verbose>3;
464 if ( $verbose && $verbose > 1 && ! -d $dir) {
512 if ($verbose && $verbose>1) {
666 $verbose = $opts{verbose};
675 $verbose ||= 0;
848 my ($verbose) = @_;
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/treelang/
H A Dtreetests.exp40 verbose "1. program name was ${pgm}" 2
43 verbose "2. Program name transform failed rc=${sed_rc} stat=${catch_res}" 1
48 verbose "3. program name after transformation is ${pgm_actual}" 2
53 verbose "4. ${pgm_base} cannot be found rc=${which_rc} stat=${stat}" 1
58 verbose "5. fix program name value = ${fix_progname}" 4
131 verbose "11. ${pgm_actual} ${group_nbr} ${item_nbr} diff stdout failed rc=${diff}" 1
161 verbose "14. ${pgm_actual} ${group_nbr} ${item_nbr} diff stderr failed rc=${diff}" 1
193verbose "17. ${pgm_actual} ${group_nbr} ${item_nbr} diff stdout file failed rc=${diff}" 1
240 verbose "21. exec ${pgmrun} >${checkfile2} 2>${checkfile2}err" 2
283 verbose "source directory ${srcdir}\n" 2
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dproc-utils.h26 int verbose);
28 extern void proc_prettyprint_syscalls (sysset_t *sysset, int verbose);
30 extern void proc_prettyprint_syscall (int num, int verbose);
32 extern void proc_prettyprint_flags (unsigned long flags, int verbose);
35 int verbose);
38 int verbose);
40 extern void proc_prettyfprint_syscall (FILE *file, int num, int verbose);
42 extern void proc_prettyfprint_signal (FILE *file, int signo, int verbose);
45 int verbose);
48 unsigned long what, int verbose);
[all …]
H A Dproc-why.c109 int verbose) in proc_prettyfprint_why() argument
120 if (verbose) in proc_prettyfprint_why()
130 proc_prettyfprint_signal (file, what, verbose); in proc_prettyfprint_why()
135 proc_prettyfprint_fault (file, what, verbose); in proc_prettyfprint_why()
141 proc_prettyfprint_syscall (file, what, verbose); in proc_prettyfprint_why()
147 proc_prettyfprint_syscall (file, what, verbose); in proc_prettyfprint_why()
152 proc_prettyfprint_signal (file, what, verbose); in proc_prettyfprint_why()
172 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose) in proc_prettyprint_why() argument
174 proc_prettyfprint_why (stdout, why, what, verbose); in proc_prettyprint_why()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/lib/
H A Dmike-g++.exp55 global verbose
152 if { $verbose > 1 } {
182 if { $verbose > 1 } {
188 if { $verbose > 1 } {
199 verbose "Yes, it matches." 2
202 verbose $dot_s 4
212 verbose $dot_s 4
226 if { $verbose > 1 } {
231 if { $verbose > 1 } {
235 if { $verbose > 1 } {
[all …]
H A Dmike-g77.exp58 global verbose
154 if { $verbose > 1 } {
184 if { $verbose > 1 } {
190 if { $verbose > 1 } {
201 verbose "Yes, it matches." 2
204 verbose $dot_s 4
214 verbose $dot_s 4
227 if { $verbose > 1 } {
232 if { $verbose > 1 } {
236 if { $verbose > 1 } {
[all …]
H A Dmike-gcc.exp55 global verbose
151 if { $verbose > 1 } {
181 if { $verbose > 1 } {
187 if { $verbose > 1 } {
198 verbose "Yes, it matches." 2
201 verbose $dot_s 4
211 verbose $dot_s 4
224 if { $verbose > 1 } {
229 if { $verbose > 1 } {
233 if { $verbose > 1 } {
[all …]
/openbsd/gnu/gcc/gcc/
H A Dsched-vis.c67 print_exp (char *buf, rtx x, int verbose) in print_exp() argument
295 fun = (verbose) ? "trunc" : "trn"; in print_exp()
303 fun = (verbose) ? "float" : "flt"; in print_exp()
337 if (verbose) in print_exp()
405 print_value (tmp, op[i], verbose); in print_exp()
476 if (verbose in print_value()
508 print_exp (t, x, verbose); in print_value()
532 print_exp (buf, x, verbose); in print_pattern()
615 print_value (buf, x, verbose); in print_pattern()
637 if (verbose && current_sched_info) in print_insn()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/
H A DKid.pm29 my ( $self, $potential_libs, $verbose, $give_libs ) = @_;
30 $verbose ||= 0;
81 if $verbose;
292 $verbose ||= 0;
375 _debug( "Result: $lib\n", $verbose );
380 my ( $potential_libs, $verbose ) = @_;
471 my ( $message, $verbose ) = @_;
472 return if !$verbose;
479 $verbose ||= 0;
586 warn "Looking for $lib\n" if $verbose;
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsched-vis.c195 print_exp (buf, x, verbose) in print_exp() argument
198 int verbose;
468 if (verbose)
552 int verbose;
645 int verbose;
756 print_insn (buf, x, verbose) in print_insn() argument
759 int verbose;
768 if (verbose)
776 if (verbose)
791 if (verbose)
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dpthreads.c42 static int verbose = 0; variable
54 if (verbose) printf("common_routine (%d)\n", arg);
78 if (verbose) printf ("thread1 (%0x) ; pid = %d\n", arg, getpid ()); in thread1()
81 if (verbose) printf("thread1 %d\n", pthread_self ()); in thread1()
95 if (verbose) printf ("thread2 (%0x) ; pid = %d\n", arg, getpid ()); in thread2()
98 if (verbose) printf("thread2 %d\n", pthread_self ()); in thread2()
113 if (verbose) printf("a=%d\n", a);
126 if (verbose) printf ("pid = %d\n", getpid());
151 if (verbose) printf ("Made thread %d\n", tid1);
159 if (verbose) printf("Made thread %d\n", tid2);
[all …]
/openbsd/usr.sbin/adduser/
H A Dadduser.perl317 if ($verbose && $sh &&
824 print "\n" if !$verbose;
868 if ($verbose) {
880 if ($verbose) {
892 if ($verbose) {
1001 if ($verbose) {
1283 if ($verbose == 1) {
1328 while($verbose) {
1352 while($verbose) {
1381 if $verbose;
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/config/
H A Dslite.exp40 global verbose
70 verbose "Timeout is now $timeout seconds" 2
94 verbose "Timeout is now $timeout seconds" 2
113 verbose "Loading $arg into $GDB" 2
115 verbose "Timeout is now $timeout seconds" 2
118 verbose "Loaded $arg into $GDB" 1
120 verbose "Timeout is now $timeout seconds" 2
143 -re ".*$gdb_prompt $" { verbose "Run command succeded" }
159 verbose "Timeout is now $timeout seconds" 2
166 verbose "Set remote target to [target_info serial]" 2
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/
H A Dpod2usage2.t77 -verbose => 1 ) });
97 -verbose => 2, -exit => 42 ) } );
147 ($exit, $text) = getoutput( sub { pod2usage(-verbose => 0, -exit => 'NOEXIT') } );
191 -exitval => 0, -verbose => 0); });
205 -exitval => 0, -verbose => 1); });
235 -exitval => 0, -verbose => 0) } );
273 -exitval => 0, -verbose => 99,
290 -exitval => 0, -verbose => 99, -sections => 'BugHeader/BugHeader2') } );
319 -exitval => 0, -verbose => 1) } );
341 -exitval => 3, -verbose => 0 }) } );
[all …]
/openbsd/sbin/dhcp6leased/
H A Dprintconf.c45 print_iface_pd_conf(char *indent, struct iface_pd_conf *pd_conf, int verbose) in print_iface_pd_conf() argument
47 if (verbose > 1) { in print_iface_pd_conf()
66 print_iface_ia_conf(struct iface_ia_conf *ia_conf, int verbose) in print_iface_ia_conf() argument
72 ia_conf->prefix_len >= 32 ? verbose : 1); in print_iface_ia_conf()
76 print_iface_conf(struct iface_conf *iface, int verbose) in print_iface_conf() argument
86 if (verbose > 1) { in print_iface_conf()
94 print_iface_ia_conf(ia_conf, verbose); in print_iface_conf()
99 print_config(struct dhcp6leased_conf *conf, int verbose) in print_config() argument
107 print_iface_conf(iface, verbose); in print_config()
/openbsd/gnu/usr.bin/texinfo/util/
H A Dtexi2dvi100 verbose=false # echo for verbose mode
198 -V | --verb*) verbose=echo;;
370 $verbose "Processing $command_line_filename ..."
599 $verbose "Inserting extra commands: $textra"
615 $verbose "Recoding from $encoding to Texinfo."
627 $verbose "cd $tmpdir_src"
665 $verbose "Running $bibtex $filename_noext ..."
687 $verbose "Running $texindex $index_files ..."
694 $verbose "Running $cmd $filename_input ..."
757 $verbose "Running $cmd $filename_input..."
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Da2-run.exp26 verbose "Skipping a2-run.exp because of noargs."
63 verbose "Timeout is now $timeout seconds" 2
76 verbose "Timeout is now $timeout seconds" 2
100 verbose "Timeout is now $timeout seconds" 2
113 verbose "Timeout is now $timeout seconds" 2
132 verbose "Timeout is now $timeout seconds" 2
141 verbose "Timeout is now $timeout seconds" 2
165 verbose "Timeout is now $timeout seconds" 2
178 verbose "Timeout is now $timeout seconds" 2
206 verbose "Timeout is now $timeout seconds" 2
[all …]
H A Ddbx.exp50 global verbose
56 verbose "Spawning $GDB -nw $GDBFLAGS"
68 verbose "GDB initialized."
84 verbose "Setting height to 0." 2
94 verbose "Setting width to 0." 2
115 verbose "Dir set to $subdir"
177 global verbose
196 verbose "\t\tLoaded $arg into the $GDB"
200 verbose "\t\tLoaded $arg with new symbol table into $GDB"
211 verbose "\t\tLoaded $arg into the $GDB"
[all …]
/openbsd/gnu/usr.bin/binutils/binutils/
H A Demul_aix.c58 ar_emul_aix_internal (bfd **after_bfd, char *file_name, bfd_boolean verbose, in ar_emul_aix_internal() argument
84 AR_EMUL_APPEND_PRINT_VERBOSE (verbose, file_name); in ar_emul_aix_internal()
88 AR_EMUL_REPLACE_PRINT_VERBOSE (verbose, file_name); in ar_emul_aix_internal()
99 ar_emul_aix_append (bfd **after_bfd, char *file_name, bfd_boolean verbose) in ar_emul_aix_append() argument
101 return ar_emul_aix_internal (after_bfd, file_name, verbose, in ar_emul_aix_append()
106 ar_emul_aix5_append (bfd **after_bfd, char *file_name, bfd_boolean verbose) in ar_emul_aix5_append() argument
108 return ar_emul_aix_internal (after_bfd, file_name, verbose, in ar_emul_aix5_append()
113 ar_emul_aix_replace (bfd **after_bfd, char *file_name, bfd_boolean verbose) in ar_emul_aix_replace() argument
115 return ar_emul_aix_internal (after_bfd, file_name, verbose, in ar_emul_aix_replace()
120 ar_emul_aix5_replace (bfd **after_bfd, char *file_name, bfd_boolean verbose) in ar_emul_aix5_replace() argument
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Demul_aix.c58 ar_emul_aix_internal (bfd **after_bfd, char *file_name, bfd_boolean verbose, in ar_emul_aix_internal() argument
84 AR_EMUL_APPEND_PRINT_VERBOSE (verbose, file_name); in ar_emul_aix_internal()
88 AR_EMUL_REPLACE_PRINT_VERBOSE (verbose, file_name); in ar_emul_aix_internal()
99 ar_emul_aix_append (bfd **after_bfd, char *file_name, bfd_boolean verbose) in ar_emul_aix_append() argument
101 return ar_emul_aix_internal (after_bfd, file_name, verbose, in ar_emul_aix_append()
106 ar_emul_aix5_append (bfd **after_bfd, char *file_name, bfd_boolean verbose) in ar_emul_aix5_append() argument
108 return ar_emul_aix_internal (after_bfd, file_name, verbose, in ar_emul_aix5_append()
113 ar_emul_aix_replace (bfd **after_bfd, char *file_name, bfd_boolean verbose) in ar_emul_aix_replace() argument
115 return ar_emul_aix_internal (after_bfd, file_name, verbose, in ar_emul_aix_replace()
120 ar_emul_aix5_replace (bfd **after_bfd, char *file_name, bfd_boolean verbose) in ar_emul_aix5_replace() argument
[all …]
/openbsd/sys/arch/alpha/stand/setnetbootinfo/
H A Dsetnetbootinfo.c102 verbose = 1;
169 if (verbose)
178 if (verbose)
188 if (verbose)
192 if (verbose)
206 if (verbose)
210 if (verbose)
224 if (verbose)
232 if (verbose)
237 if (verbose)
[all …]

12345678910>>...51