Searched refs:silent (Results 51 - 75 of 710) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/ntp/dist/scripts/ntp-wait/
H A Dntp-wait-opts.def44 By default, @code{ntp-wait} is silent.
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_shell.c154 proc_wait(SCR *sp, long int pid, const char *cmd, int silent, int okpipe) argument
191 * Remain silent for "normal" errors when doing shell file
195 * Remain silent for vi read filter errors. It's historic
198 if (!silent) {
/netbsd-current/external/gpl3/autoconf/dist/
H A DMakefile.am109 PERL_COVERAGE_FLAGS = -MDevel::Cover=-db,$(PERL_COVERAGE_DB),-silent,on,-summary,off
/netbsd-current/sys/external/bsd/sljit/dist/regex_src/
H A DregexMain.c107 void run_tests(struct test_case* test, int verbose, int silent) argument
116 if (!verbose && !silent)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/vim/indent/
H A Dllvm.vim38 silent normal %
/netbsd-current/external/bsd/pam-u2f/dist/build-aux/ci/
H A Dfuzz-linux-asan.sh60 "${WORKDIR}"/configure --enable-fuzzing --disable-silent-rules \
/netbsd-current/usr.bin/make/unit-tests/
H A Dmeta-cmd-cmp.mk8 .MAKE.MODE= meta verbose silent=yes curdirok=yes nofilemon
H A Drecursive.mk17 am__v_lt_0= --silent
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinferior.c223 inferior::clear_thread_list (bool silent) argument
227 threads_debug_printf ("deleting thread %s, silent = %d",
228 thr->ptid.to_string ().c_str (), silent);
229 set_thread_exited (thr, silent);
263 exit_inferior_1 (struct inferior *inf, int silent) argument
265 inf->clear_thread_list (silent);
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DChannels.pm40 # Make the 'unused' channel silent.
41 setup_channel 'unused', silent => 1;
44 setup_channel_type 'warning', silent => 0;
64 (e.g. is the channel silent, should duplicate messages be removed,
179 =item C<silent =E<gt> 0>
181 Whether the channel should be silent. Use this do disable a
271 silent => 0,
500 return 0 if ($opts{'silent'});
590 If channel C<unused> is not silent (and if this message is not a duplicate),
H A DGeneral.pm260 setup_channel 'note', silent => !$verbose;
261 setup_channel 'verb', silent => !$verbose;
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATestBenchmark.py60 tester = ProjectTester(test_info, silent=True)
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/aarch64/
H A Dobserver.h177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/m68k/
H A Dobserver.h177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/sh3el/
H A Dobserver.h177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/i386/
H A Dobserver.h177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/powerpc64/
H A Dobserver.h177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/armeb/
H A Dobserver.h177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/arm/
H A Dobserver.h177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/alpha/
H A Dobserver.h177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/mipseb/
H A Dobserver.h177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/vax/
H A Dobserver.h177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/mipsel/
H A Dobserver.h177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/x86_64/
H A Dobserver.h177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);
/netbsd-current/external/gpl3/gdb/lib/libgdb/arch/mips64el/
H A Dobserver.h177 typedef void (observer_thread_exit_ftype) (struct thread_info *t, int silent);
181 extern void observer_notify_thread_exit (struct thread_info *t, int silent);

Completed in 365 milliseconds

1234567891011>>