HomeSort by: relevance | last modified time | path
    Searched refs:silent (Results 1 - 25 of 444) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
opt-silent.exp 2 silent message
opt-no-action-runflags.mk 14 SILENT.no= # none
15 SILENT.yes= @
23 .for silent in no yes
26 @+echo hide-from-output silent=${silent} always=${always} ignerr=${ignerr}
27 ${SILENT.${silent}}${ALWAYS.${always}}${IGNERR.${ignerr}}
sh-errctl.exp 6 echo silent
23 silent
sh-flags.mk 3 # 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_
    [all...]
job-flags.exp 2 silent
opt-jobs-no-action.mk 49 # 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.
73 SILENT.no= # none
74 SILENT.yes= @
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
    [all...]
  /src/external/gpl2/lvm2/dist/include/
sharedlib.h 27 const char *what, int silent);
  /src/external/gpl2/lvm2/dist/lib/misc/
sharedlib.h 27 const char *what, int silent);
sharedlib.c 44 const char *desc, int silent)
60 if (silent && ignorelockingfailure())
  /src/external/bsd/pam-u2f/dist/build-aux/ci/
build-linux-gcc.sh 8 ./configure --disable-silent-rules --disable-man
distcheck.sh 8 ./configure --disable-silent-rules
build-osx.sh 11 ./configure --disable-silent-rules --disable-man
build-linux-clang.sh 10 ${SCAN[@]} ../configure --disable-silent-rules --disable-man
  /src/usr.bin/gzip/
zgrep 34 silent=0
81 silent=1
116 if [ ${silent} -lt 1 -a $# -gt 1 ]; then
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
ChannelDefs.pm 86 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 => 0
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-finish-breakpoint2.py 23 self.silent = True
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-finish-breakpoint2.py 23 self.silent = True
  /src/external/bsd/file/dist/src/
fsmagic.c 116 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...]
  /src/usr.bin/radioctl/
radioctl.c 119 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)
197 if (!silent)
208 do_ioctls(int fd, struct opt_t *o, int silent)
221 if (!silent)
478 show_int_val(u_long val, const char *nick, const char *append, int silent)
    [all...]
  /src/external/bsd/zstd/dist/programs/
zstdgrep 32 silent=0
79 silent=1
117 if [ "${silent}" -lt 1 ] && [ "$#" -gt 1 ]; then
  /src/external/bsd/jemalloc/dist/scripts/
check-formatting.sh 24 if ! cmp --silent $file <($CLANG_FORMAT $file) &> /dev/null; then
  /src/bin/sh/
mail.c 76 chkmail(int silent)
85 if (silent)
106 if (statb.st_mtime > mailtime[i] && ! silent) {
114 if (statb.st_size > mailsize[i] && ! silent) {
  /src/external/bsd/bzip2/dist/
bzgrep 42 silent=0
48 *h*) silent=1
62 elif test $# -eq 1 -o $silent -eq 1; then
  /src/external/gpl3/gdb/dist/gdb/
silent-rules.mk 1 # If V is undefined or V=0 is specified, use the silent/verbose/compact mode.
35 SILENT_FLAG = --silent
  /src/external/gpl3/gdb.old/dist/gdb/
silent-rules.mk 1 # If V is undefined or V=0 is specified, use the silent/verbose/compact mode.
35 SILENT_FLAG = --silent

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>