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

1234567891011>>

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgfmt.h22 /* Be more verbose. Use only 'fprintf' and 'multiline_warning' but not
26 extern bool verbose;
H A Dmsgunfmt.h22 /* Be more verbose. */
23 extern bool verbose;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/config/
H A Dunix.exp23 verbose "Timeout is now $timeout seconds" 2
H A Ddve.exp18 verbose "Timeout is now $timeout seconds" 2
H A Dmn10300-eval.exp18 verbose "Timeout is now $timeout seconds" 2
H A Dm32r.exp18 verbose "Timeout is now $timeout seconds" 2
H A Dsim.exp29 verbose "Set target to sim"
44 global verbose
59 if $verbose>1 then {
65 if $verbose>1 then {
70 if $verbose>1 then {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/config/
H A Dunix.exp23 verbose "Timeout is now $timeout seconds" 2
H A Ddve.exp18 verbose "Timeout is now $timeout seconds" 2
H A Dmn10300-eval.exp18 verbose "Timeout is now $timeout seconds" 2
H A Dm32r.exp18 verbose "Timeout is now $timeout seconds" 2
H A Dsim.exp29 verbose "Set target to sim"
44 global verbose
59 if {$verbose > 1} {
65 if {$verbose > 1} {
70 if {$verbose > 1} {
/netbsd-current/bin/ksh/
H A Dmkman5 verbose=no
8 verbose=yes
35 [ $verbose = yes ] && echo "$0: Generating $which man page (0=sh,1=ksh)..." 1>&2
44 [ $verbose = yes ] && echo "$0: All done" 1>&2
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-info.c27 sim_info (SIM_DESC sd, int verbose) argument
30 sim_module_info (sd, verbose || STATE_VERBOSE_P (sd));
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-info.c30 sim_info (SIM_DESC sd, int verbose) argument
33 sim_module_info (sd, verbose || STATE_VERBOSE_P (sd));
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dverbose-error.d3 #source: verbose-error.s
4 #error_output: verbose-error.l
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dproc-utils.h29 int verbose);
31 extern void proc_prettyprint_syscalls (sysset_t *sysset, int verbose);
33 extern void proc_prettyprint_syscall (int num, int verbose);
35 extern void proc_prettyprint_signalset (sigset_t *sigset, int verbose);
37 extern void proc_prettyprint_signal (int signo, int verbose);
39 extern void proc_prettyprint_faultset (fltset_t *fltset, int verbose);
41 extern void proc_prettyprint_fault (int faultno, int verbose);
44 int verbose);
47 int verbose);
50 int verbose);
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dproc-utils.h29 int verbose);
31 extern void proc_prettyprint_syscalls (sysset_t *sysset, int verbose);
33 extern void proc_prettyprint_syscall (int num, int verbose);
35 extern void proc_prettyprint_signalset (sigset_t *sigset, int verbose);
37 extern void proc_prettyprint_signal (int signo, int verbose);
39 extern void proc_prettyprint_faultset (fltset_t *fltset, int verbose);
41 extern void proc_prettyprint_fault (int faultno, int verbose);
44 int verbose);
47 int verbose);
50 int verbose);
[all...]
/netbsd-current/external/bsd/pkg_install/dist/admin/
H A Dadmin.h28 extern int verbose;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Delfedit.exp19 verbose "$ELFEDIT is only intended for ELF targets" 2
H A Ddlltool.exp48 verbose "$DLLTOOL --leading-underscore -d $srcdir/$subdir/fastcall.def" 1
53 verbose "$err" 1
63 verbose "$DLLTOOL -l libversion.a --def $srcdir/$subdir/version.def $dlltool_gas_flag" 1
68 verbose "$err" 1
78 verbose "$DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" 1
83 verbose "$err" 1
112 verbose "$DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias2.a -d $srcdir/$subdir/alias-2.def $dlltool_gas_flag" 1
117 verbose "$err" 1
148 verbose "$DLLTOOL --no-leading-underscore -d $srcdir/$subdir/fastcall.def" 1
153 verbose "
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsigwinch-notty.exp21 verbose "Skipping $subdir/$gdb_test_file_name.exp because of nosignals."
45 verbose -log "gdb_spawn_id=$gdb_spawn_id"
46 verbose -log "gdb_pid=$gdb_pid"
67 verbose -log "GDB process exited with wait status $wait_status"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dmips-fcr.exp21 verbose "Skipping MIPS Floating Point Control Register tests."
42 verbose "MIPS floating-point coprocessor check successful."
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dmips-fcr.exp21 verbose "Skipping MIPS Floating Point Control Register tests."
42 verbose "MIPS floating-point coprocessor check successful."
/netbsd-current/external/bsd/ntp/dist/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;

Completed in 298 milliseconds

1234567891011>>