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

123

/src/usr.bin/make/unit-tests/
H A Dopt-silent.exp2 silent message
H A Dopt-silent.mk1 # $NetBSD: opt-silent.mk,v 1.3 2022/01/23 16:09:38 rillig Exp $
10 @echo '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 Dopt-debug-graph1.mk16 unmade-target: unmade-sources unmade-silent-source
18 .SILENT: unmade-silent-source
H A Dsh-errctl.exp5 echo silent
22 silent
H A Dsh-leading-at.mk8 # depsrc-silent.mk
9 # opt-silent.mk
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...]
H A Djob-flags.mk8 all: silent .WAIT ignore .WAIT ignore-cmds
13 silent: .SILENT .PHONY target
H A Ddepsrc-silent.mk1 # $NetBSD: depsrc-silent.mk,v 1.3 2020/08/29 17:34:21 rillig Exp $
H A Ddeptgt-silent.mk1 # $NetBSD: deptgt-silent.mk,v 1.4 2020/11/15 20:49:20 rillig Exp $
H A Dopt-jobs-internal.exp13 indirect-silent-comment: mode=parallel
H A Dopt-jobs-internal.mk12 @${MAKE} -f ${MAKEFILE} -j1 indirect-silent-comment
52 # expect: indirect-silent-comment: mode=parallel
53 indirect-silent-comment: .PHONY
H A Dopt-jobs-no-action.exp10 { : silent
20 silent=no always=no ignerr=no
29 silent=no always=no ignerr=yes
32 silent=no always=yes ignerr=no
36 silent=no always=yes ignerr=yes
41 silent=yes always=no ignerr=no
47 silent=yes always=no ignerr=yes
51 silent=yes always=yes ignerr=no
55 silent=yes always=yes ignerr=yes
H A Ddeptgt-silent-jobs.mk1 # $NetBSD: deptgt-silent-jobs.mk,v 1.3 2022/04/15 09:33:20 rillig Exp $
H A Dopt-debug-graph1.exp8 # unmade-silent-source, unmade, type OP_SILENT, flags none
15 # unmade-silent-source [unmade-silent-source] .SILENT
17 .ALLTARGETS = all made-target made-target-no-sources made-source unmade-target unmade-sources unmade-silent-source unmade-target-no-sources
/src/usr.bin/gzip/
H A Dzgrep34 silent=0
81 silent=1
116 if [ ${silent} -lt 1 -a $# -gt 1 ]; then
/src/usr.bin/radioctl/
H A Dradioctl.c119 int silent = 0; local in function:main
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...]
/src/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) {
/src/tools/xz-include/
H A DMakefile13 CONFIGURE_ARGS+= --silent
/src/usr.sbin/rdate/
H A Drdate.c73 int pr = 0, silent = 0, s; local in function:main
105 silent++;
172 if (!silent) {
/src/games/hack/
H A Dhack.pager.c370 page_file(const char *fnam, boolean silent) argument
379 if (!silent)
392 if (!silent)
396 if (!silent)
408 if (!silent) {
/src/tools/host-mkdep/
H A DMakefile24 CONFIGURE_ARGS+=--silent
/src/usr.bin/iconv/
H A Diconv.c94 do_conv(const char *fn, FILE *fp, const char *from, const char *to, int silent, argument
163 if (invalids > 0 && !silent)

Completed in 8 milliseconds

123