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

123456

/freebsd-current/contrib/bmake/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...]
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 Dsh-errctl.mk24 @echo silent
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
/freebsd-current/share/mk/
H A Dlocal.meta.sys.env.mk9 # silent will hide command output if a .meta file is created.
11 META_MODE+= silent=yes
/freebsd-current/bin/sh/
H A Dmail.c63 chkmail(int silent) argument
72 if (silent)
94 if (statb.st_mtime > mailtime[i] && ! silent) {
102 if (statb.st_size > mailtime[i] && ! silent) {
/freebsd-current/contrib/file/src/
H A Dfsmagic.c110 int silent = ms->flags & (MAGIC_APPLE|MAGIC_EXTENSION); local
173 if (!mime && !silent) {
196 } else if (silent) {
214 } else if (silent) {
249 } else if (silent) {
278 } else if (silent) {
288 } else if (silent) {
304 } else if (silent) {
343 } else if (silent) {
374 } else if (silent) {
[all...]
/freebsd-current/sys/contrib/zstd/programs/
H A Dzstdgrep32 silent=0
79 silent=1
117 if [ "${silent}" -lt 1 ] && [ "$#" -gt 1 ]; then
/freebsd-current/usr.bin/lockf/
H A Dlockf.c50 static int acquire_lock(union lock_subject *subj, int flags, int silent);
94 int ch, flags, silent, status; local
99 silent = keep = 0;
111 silent = 1;
209 lockfd = acquire_lock(&subj, flags | O_NONBLOCK, silent);
212 lockfd = acquire_lock(&subj, flags, silent);
216 silent);
222 if (silent)
264 acquire_lock(union lock_subject *subj, int flags, int silent) argument
281 if (!silent)
[all...]
/freebsd-current/usr.bin/grep/
H A Dzgrep.sh35 silent=0
93 silent=1
171 if [ ${silent} -lt 1 -a $# -gt 1 ]; then
/freebsd-current/usr.bin/which/
H A Dwhich.c41 static int silent; variable
59 silent = 1;
113 if (!silent)
/freebsd-current/contrib/openpam/bin/pamtest/
H A Dpamtest.c53 static int silent; variable
116 flags |= silent;
131 flags |= silent;
146 flags |= silent;
161 flags |= silent;
176 flags |= silent;
191 flags |= silent;
349 silent = PAM_SILENT;
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c351 _nc_get_token(bool silent) argument
442 if (!silent)
591 if (!silent) {
611 if (!silent)
615 if (!silent)
619 if (!silent)
660 if ((ch = next_char()) != separator && !silent)
676 if (!silent) {
697 if (!silent && ch != separator)
710 if (!silent)
[all...]
H A Dparse_entry.c198 expected_type(const char *name, int token_type, bool silent) argument
205 if (!silent)
233 * _nc_parse_entry(entry, literal, silent)
257 _nc_parse_entry(ENTRY * entryp, int literal, bool silent) argument
265 token_type = _nc_get_token(silent);
334 for (token_type = _nc_get_token(silent);
336 token_type = _nc_get_token(silent)) {
389 if (entry_ptr && !silent)
405 if (entry_ptr && !silent)
423 if (expected_type(_nc_curr_token.tk_name, token_type, silent)) {
[all...]
/freebsd-current/contrib/nvi/ex/
H A Dex_read.c292 ex_readfp(SCR *sp, char *name, FILE *fp, MARK *fm, recno_t *nlinesp, int silent) argument
318 if (!silent) {
337 if (!silent) {
353 if (!silent)
H A Dex_shell.c148 proc_wait(SCR *sp, long int pid, const char *cmd, int silent, int okpipe) argument
185 * Remain silent for "normal" errors when doing shell file
189 * Remain silent for vi read filter errors. It's historic
192 if (!silent) {
H A Dex_write.c281 ex_writefp(SCR *sp, char *name, FILE *fp, MARK *fm, MARK *tm, u_long *nlno, u_long *nch, int silent) argument
324 if (!silent) {
362 if (!silent)
/freebsd-current/contrib/nvi/common/
H A Dmain.c50 int ch, flagchk, lflag, secure, startup, readonly, rval, silent; local
97 lflag = secure = silent = 0;
159 silent = 1;
203 if (silent && !LF_ISSET(SC_EX)) {
208 silent = 1;
254 if (silent) { /* Ex batch mode option values. */
265 if (!silent && startup) { /* Read EXINIT, exrc files. */
/freebsd-current/usr.bin/iconv/
H A Diconv.c53 {"silent", no_argument, NULL, 's'},
72 do_conv(FILE *fp, iconv_t cd, bool silent, bool hide_invalid) argument
135 if (invalids > 0 && !silent)
/freebsd-current/contrib/libfido2/.actions/
H A Dbuild-bsd54 --silent \

Completed in 193 milliseconds

123456