Searched refs:silent (Results 1 - 25 of 706) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/make/unit-tests/
H A Dopt-silent.exp2 silent message
H A Dopt-no-action-runflags.mk23 .for silent in no yes
26 @+echo hide-from-output silent=${silent} always=${always} ignerr=${ignerr}
27 ${SILENT.${silent}}${ALWAYS.${always}}${IGNERR.${ignerr}}
H A Dsh-errctl.exp5 echo silent
22 silent
H A Dsh-flags.mk3 # Tests for the effective RunFlags of a shell command (run/skip, echo/silent,
23 opt-silent.yes= -s
27 tgt-silent.yes= .SILENT
30 cmd-silent.yes= @
37 letter.silent.yes= s
45 # Only 'no', not 'yes', since job->echo is based trivially on opts.silent.
46 .for opt-silent in no
56 target+= ${letter.silent.${opt-silent}:U_}
66 MAKE_CMD.${target}+= ${opt-silent
[all...]
H A Djob-flags.exp2 silent
H A Dopt-jobs-no-action.mk49 # The following command is silent, it is printed once, using the
51 @: silent
61 # '!silent' in Compat_RunCommand.
71 # XXX: silent=no always=no ignerr={no,yes} should be almost the same.
86 .for silent in no yes
89 . for target in combined-silent-${silent}-always-${always}-ignerr-${ignerr}
92 @+echo hide-from-output silent=${silent} always=${always} ignerr=${ignerr}
93 ${SILENT.${silent}}
[all...]
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dsharedlib.h27 const char *what, int silent);
/netbsd-current/external/gpl2/lvm2/dist/lib/misc/
H A Dsharedlib.h27 const char *what, int silent);
H A Dsharedlib.c44 const char *desc, int silent)
60 if (silent && ignorelockingfailure())
43 load_shared_library(struct cmd_context *cmd, const char *libname, const char *desc, int silent) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-finish-breakpoint2.py22 self.silent = True
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-finish-breakpoint2.py23 self.silent = True
/netbsd-current/external/bsd/pam-u2f/dist/build-aux/ci/
H A Dbuild-linux-gcc.sh8 ./configure --disable-silent-rules --disable-man
H A Ddistcheck.sh8 ./configure --disable-silent-rules
H A Dbuild-linux-clang.sh15 ${SCAN[@]} ../configure --disable-silent-rules --disable-man
/netbsd-current/usr.bin/gzip/
H A Dzgrep34 silent=0
81 silent=1
116 if [ ${silent} -lt 1 -a $# -gt 1 ]; then
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DChannelDefs.pm86 Errors related to GNITS Standards (silent by default).
102 Warnings about obsolete features (silent by default).
107 variables (silent by default).
141 register_channel 'error-gnits', type => 'error', silent => 1;
149 register_channel 'cross', type => 'warning', silent => 1;
151 register_channel 'obsolete', type => 'warning', silent => 1;
152 register_channel 'override', type => 'warning', silent => 1;
153 register_channel 'portability', type => 'warning', silent => 1;
157 register_channel 'verb', type => 'debug', silent => 1, ordered => 0;
158 register_channel 'note', type => 'debug', silent
[all...]
/netbsd-current/external/bsd/file/dist/src/
H A Dfsmagic.c116 int silent = ms->flags & (MAGIC_APPLE|MAGIC_EXTENSION); local
179 if (!mime && !silent) {
202 } else if (silent) {
220 } else if (silent) {
255 } else if (silent) {
284 } else if (silent) {
294 } else if (silent) {
310 } else if (silent) {
349 } else if (silent) {
380 } else if (silent) {
[all...]
/netbsd-current/usr.bin/radioctl/
H A Dradioctl.c119 int silent = 0; local
139 silent = 1;
162 show_verbose(varname[opt.option], silent);
170 do_ioctls(rd, &opt, silent);
173 print_vars(silent);
195 show_verbose(const char *nick, int silent) argument
197 if (!silent)
208 do_ioctls(int fd, struct opt_t *o, int silent) argument
221 if (!silent)
478 show_int_val(u_long val, const char *nick, const char *append, int silent) argument
485 show_float_val(float val, const char *nick, const char *append, int silent) argument
492 show_char_val(const char *val, const char *nick, int silent) argument
502 print_vars(int silent) argument
[all...]
/netbsd-current/bin/sh/
H A Dmail.c76 chkmail(int silent) argument
85 if (silent)
106 if (statb.st_mtime > mailtime[i] && ! silent) {
114 if (statb.st_size > mailsize[i] && ! silent) {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/nios2/
H A Dmovi.s1 # Source file used to test that former silent conversion of
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsilent-rules.mk1 # If V is undefined or V=0 is specified, use the silent/verbose/compact mode.
22 SILENT_FLAG = --silent
/netbsd-current/external/bsd/bzip2/dist/
H A Dbzgrep42 silent=0
48 *h*) silent=1
62 elif test $# -eq 1 -o $silent -eq 1; then
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsilent-rules.mk1 # If V is undefined or V=0 is specified, use the silent/verbose/compact mode.
/netbsd-current/tools/xz-include/
H A DMakefile13 CONFIGURE_ARGS+= --silent
/netbsd-current/external/bsd/openpam/dist/bin/pamtest/
H A Dpamtest.c55 static int silent; variable
118 flags |= silent;
133 flags |= silent;
148 flags |= silent;
163 flags |= silent;
178 flags |= silent;
193 flags |= silent;
351 silent = PAM_SILENT;

Completed in 500 milliseconds

1234567891011>>