HomeSort by: relevance | last modified time | path
    Searched defs:silent (Results 1 - 15 of 15) sorted by relevancy

  /src/usr.bin/make/unit-tests/
job-flags.mk 4 # like .SILENT or .IGNORE, as well as the command line options -s or -i.
8 all: silent .WAIT ignore .WAIT ignore-cmds
13 silent: .SILENT .PHONY target
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...]
opt-jobs-internal.mk 12 @${MAKE} -f ${MAKEFILE} -j1 indirect-silent-comment
52 # expect: indirect-silent-comment: mode=parallel
53 indirect-silent-comment: .PHONY
  /src/usr.sbin/rdate/
rdate.c 73 int pr = 0, silent = 0, s; local in function:main
105 silent++;
172 if (!silent) {
  /src/usr.bin/radioctl/
radioctl.c 119 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)
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/usr.bin/make/
compat.c 239 bool silent; /* Don't print command */ local in function:Compat_RunCommand
254 silent = (gn->type & OP_SILENT) != OP_NONE;
299 silent = !DEBUG(LOUD);
315 if (!silent || !GNode_ShouldExecute(gn)) {
579 if (opts.silent)
make.h 757 bool silent; member in struct:CmdOpts
981 * Parse and evaluate the expression. It is a silent error if a
parse.c 174 SP_SILENT, /* .SILENT */
295 { ".SILENT", SP_SILENT, OP_SILENT },
895 * attribute (such as .SILENT) and if so, apply it to all targets. Otherwise
1299 IncludeFile(const char *file, bool isSystem, bool depinc, bool silent)
1317 if (!silent)
1326 if (!silent)
1356 opts.silent = true;
2057 bool silent = directive[0] != 'i'; local in function:ParseInclude
2060 p = directive + (silent ? 8 : 7);
2084 IncludeFile(file.str, endc == '>', directive[0] == 'd', silent);
2284 bool silent = line[0] != 'i'; local in function:ParseTraditionalInclude
    [all...]
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 59 static sljit_s32 silent = 0; variable in typeref:typename:sljit_s32
5335 silent = has_arg && argv[1][1] == 's';
5337 if (!verbose && !silent)
  /src/lib/libedit/
terminal.c 1458 int verbose = 0, silent = 0; local in function:terminal_echotc
1477 silent = 1;
1527 if (!silent)
1570 if (!silent)
1581 if (!silent)
1589 if (!silent)
1598 if (!silent)
1616 if (!silent)
1623 if (!silent)
1632 if (!silent)
    [all...]
  /src/bin/sh/
jobs.c 602 int silent = 0, gotpid; local in function:showjobs
620 silent = 1;
634 if (silent && (jp->flags & JOBCHANGED)) {
  /src/sys/dev/scsipi/
sd.c 447 int error, silent; local in function:sd_firstopen
457 silent = XS_CTL_SILENT;
459 silent = 0;
464 silent);
472 error = scsipi_start(periph, SSS_START, silent);
cd.c 390 int error, silent; local in function:cd_firstopen
400 silent = XS_CTL_SILENT;
402 silent = 0;
404 /* make cdclose() silent */
418 error = scsipi_start(periph, SSS_START, silent);
526 int silent; local in function:cd_lastclose
530 silent = XS_CTL_SILENT;
532 silent = 0;
534 cdcachesync(periph, silent);
1400 /* Make sure cdclose() will do silent operations *
    [all...]
  /src/sys/dev/ic/
aic79xx.c 1759 int silent; local in function:ahd_handle_transmission_error
1794 silent = FALSE;
1802 silent = TRUE;
1806 if (silent == FALSE) {
1817 if (silent == FALSE) {
1894 if (silent == FALSE)
1909 if (silent == FALSE)
aic7xxx.c 1060 int silent; local in function:ahc_handle_scsiint
1088 silent = FALSE;
1091 silent = TRUE;
1099 if (silent == FALSE) {

Completed in 36 milliseconds