| /src/usr.bin/make/unit-tests/ |
| 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...] |
| /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/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-utils.h | 220 bool silent = false; member in struct:qcs_flags 224 FLAGS->SILENT are true. WHICH_COMMAND is included in the error
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-utils.h | 220 bool silent = false; member in struct:qcs_flags 224 FLAGS->SILENT are true. WHICH_COMMAND is included in the error
|
| /src/usr.sbin/rdate/ |
| rdate.c | 73 int pr = 0, silent = 0, s; local 105 silent++; 172 if (!silent) {
|
| /src/external/bsd/nvi/dist/common/ |
| main.c | 74 int ch, flagchk, lflag, secure, startup, readonly, rval, silent; local 112 lflag = secure = silent = 0; 187 silent = 1; 228 if (silent && !LF_ISSET(SC_EX)) { 233 silent = 1; 286 if (silent) { /* Ex batch mode option values. */ 297 if (!silent && startup) { /* Read EXINIT, exrc files. */
|
| /src/external/bsd/openpam/dist/bin/pamtest/ |
| pamtest.c | 55 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;
|
| /src/usr.bin/make/ |
| compat.c | 239 bool silent; /* Don't print command */ local 254 silent = (gn->type & OP_SILENT) != OP_NONE; 299 silent = !DEBUG(LOUD); 315 if (!silent || !GNode_ShouldExecute(gn)) { 579 if (opts.silent)
|
| make.h | 759 bool silent; member in struct:CmdOpts 985 * Parse and evaluate the expression. It is a silent error if a
|
| /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/ppp/dist/pppd/ |
| lcp.h | 107 bool silent; /* Wait for the other end to start first */ member in struct:lcp_options
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/ |
| obj_context.c | 295 TSS_BOOL silent = FALSE; local 302 silent = TRUE; 306 return silent;
|
| /src/bin/sh/ |
| jobs.c | 602 int silent = 0, gotpid; local 620 silent = 1; 634 if (silent && (jp->flags & JOBCHANGED)) {
|
| /src/lib/libedit/ |
| terminal.c | 1458 int verbose = 0, silent = 0; local 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/sys/dev/scsipi/ |
| sd.c | 447 int error, silent; local 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 400 silent = XS_CTL_SILENT; 402 silent = 0; 404 /* make cdclose() silent */ 418 error = scsipi_start(periph, SSS_START, silent); 526 int silent; local 530 silent = XS_CTL_SILENT; 532 silent = 0; 534 cdcachesync(periph, silent); 1400 /* Make sure cdclose() will do silent operations * [all...] |
| /src/sys/external/bsd/sljit/dist/test_src/ |
| sljitTest.c | 59 static sljit_s32 silent = 0; variable 5335 silent = has_arg && argv[1][1] == 's'; 5337 if (!verbose && !silent)
|
| /src/external/bsd/unbound/dist/dnstap/ |
| dtstream.c | 1432 int silent = 0; local 1435 silent = 1; /* silence 'broken pipe' */ 1439 silent = 1; /* silence reset by peer */ 1442 silent = 1; 1443 if(!silent)
|
| unbound-dnstap-socket.c | 1007 int silent = 0; local 1010 silent = 1; /* silence 'broken pipe' */ 1014 silent = 1; /* silence reset by peer */ 1017 silent = 1; 1018 if(!silent)
|
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| font.cpp | 76 int silent; member in struct:text_file 88 : fp(p), path(s), lineno(0), size(0), skip_comments(1), silent(0), buf(0) 147 if (!silent) 582 t.silent = head_only;
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| globals.h | 80 silent, /// Generate headers member in class:CxxHeaderMode
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| breakpoint.h | 618 /* Note that the ->silent field is not currently used by any commands 818 /* True means a silent breakpoint (don't print frame info if we stop 820 bool silent = false; 1261 /* Rather than distinguish between noisy and silent stops here, it 1813 extern void breakpoint_set_silent (struct breakpoint *b, int silent); 819 bool silent = false; member in struct:breakpoint
|
| windows-nat.c | 619 bool silent = (main_thread_p && !info_verbose); local 621 delete_thread_with_exit_code (to_del, exit_code, silent);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| breakpoint.h | 620 /* Note that the ->silent field is not currently used by any commands 820 /* True means a silent breakpoint (don't print frame info if we stop 822 bool silent = false; 1263 /* Rather than distinguish between noisy and silent stops here, it 1815 extern void breakpoint_set_silent (struct breakpoint *b, int silent); 821 bool silent = false; member in struct:breakpoint
|
| windows-nat.c | 623 bool silent = (main_thread_p && !info_verbose); local 625 delete_thread_with_exit_code (to_del, exit_code, silent);
|