HomeSort by relevance Sort by last modified time
    Searched defs:quiet (Results 1 - 25 of 40) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
netstack.c 83 uint_t quiet = FALSE; local
96 'q', MDB_OPT_SETBITS, TRUE, &quiet,
100 if (DCMD_HDRSPEC(flags) && !quiet) {
114 if (quiet) {
nvpair.c 127 * -q Quiet mode; print members only as "name=value"
223 int quiet = FALSE; local
231 'q', MDB_OPT_SETBITS, TRUE, &quiet,
264 if (quiet) {
283 if (quiet)
306 if (quiet)
314 if (!quiet) {
319 if (!quiet)
329 if (quiet && i != 0)
339 if (!quiet) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mktemp/
mktemp.c 52 boolean_t quiet = B_FALSE; local
72 quiet = B_TRUE;
130 if (!quiet) {
141 if (!quiet) {
  /onnv/onnv-gate/usr/src/grub/grub-0.97/util/
mbchk.c 27 static int quiet = 0; variable
33 {"quiet", no_argument, 0, 'q'},
46 "-q, --quiet suppress all normal output\n"
85 if (! quiet)
107 if (! quiet)
178 if (! quiet)
207 quiet = 1;
  /onnv/onnv-gate/usr/src/cmd/ntfsprogs/
ntfscat.h 39 int quiet; /* Less output */ member in struct:options
ntfscluster.h 44 int quiet; /* Less output */ member in struct:options
ntfslabel.c 59 int quiet; /* Less output */ member in struct:options
96 " -q, --quiet Less output\n"
120 { "quiet", no_argument, NULL, 'q' },
160 opts.quiet++;
182 opts.quiet++;
185 opts.quiet = 0;
193 if (opts.quiet && opts.verbose) {
194 ntfs_log_error("You may not use --quiet and --verbose at "
ntfsundelete.h 50 int quiet; /* Less output */ member in struct:options
ntfscp.c 67 int quiet; /* Less output */ member in struct:options
111 " -q, --quiet Less output\n"
137 { "quiet", no_argument, NULL, 'q' },
217 opts.quiet++;
240 opts.quiet++;
243 opts.quiet = 0;
257 if (opts.quiet && opts.verbose) {
258 ntfs_log_error("You may not use --quiet and --verbose "
ntfsls.c 111 int quiet; /* Less output */ member in struct:options
171 " -q, --quiet Less output\n"
206 { "quiet", no_argument, NULL, 'q' },
250 opts.quiet++;
293 opts.quiet++;
300 opts.quiet = 0;
309 if (opts.quiet && opts.verbose) {
310 ntfs_log_error("You may not use --quiet and --verbose at the "
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
mktemp.c 49 "[q:quiet?Suppress file and directory error diagnostics.]"
70 int quiet = 0; local
100 quiet = 1;
143 if (quiet)
  /onnv/onnv-gate/usr/src/cmd/fm/fminject/common/
inj_main.c 36 int quiet; variable
44 "\t-q enable quiet mode (silence status messages)\n"
146 quiet = 1;
  /onnv/onnv-gate/usr/src/cmd/krb5/kdestroy/
kdestroy.c 95 fprintf(stderr, gettext("\t-q quiet mode\n"));
118 int quiet = 0; local
146 quiet = 1;
266 if (quiet)
282 if (quiet)
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/picpack/
picpack.c 97 int quiet = FALSE; variable
170 quiet = TRUE;
424 } else if ( quiet == FALSE )
  /onnv/onnv-gate/usr/src/lib/pam_modules/krb5_migrate/
krb5_migrate_authenticate.c 60 int quiet = 0; local
82 } else if (strcmp(argv[i], "quiet") == 0) {
83 quiet = 1;
97 quiet = 1;
316 if (!quiet) {
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/cli/
keytab.c 63 static int quiet; variable
144 quiet = 0;
154 quiet++;
226 quiet = 0;
236 quiet++;
396 if (!quiet)
529 if (!quiet)
  /onnv/onnv-gate/usr/src/common/openssl/apps/
passwd.c 43 char *passwd, BIO *out, int quiet, int table, int reverse,
53 * -quiet - no warnings
72 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; local
137 else if (strcmp(argv[i], "-quiet") == 0)
138 quiet = 1;
184 BIO_printf(bio_err, "-quiet no warnings\n");
246 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1))
275 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1))
418 char *passwd, BIO *out, int quiet, int table, int reverse,
476 if (!quiet)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/zinject/
zinject.c 460 int quiet)
477 if (quiet) {
542 int quiet = 0; local
678 quiet = 1;
943 ret = register_handler(pool, flags, &record, quiet);
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/
postio.c 66 * Quiet mode (-q option) is also new, but was needed for some printers
67 * connected to RADIAN. If you're running in quiet mode no status requests will
157 static int quiet = FALSE; /* no status queries in send if TRUE */ variable
341 quiet = TRUE;
451 quiet = FALSE;
462 quiet = FALSE;
875 * out in quiet mode is only so you can look at the log file and know
887 if (quiet == TRUE && tail > 0) /* put out a fake message? */
924 * is returned to the caller (provided quiet isn't TRUE). Interactive mode
947 if ((quiet == FALSE || currentstate != SEND) && interactive == FALSE)
    [all...]
  /onnv/onnv-gate/usr/src/tools/pmodes/
pmodes.c 107 static int quiet = 0; variable
147 case 'q': quiet = 1; break;
199 if (!quiet)
  /onnv/onnv-gate/usr/src/cmd/acct/
acctcom.c 83 quiet, variable
226 quiet++;
541 if(quiet)
  /onnv/onnv-gate/usr/src/cmd/geniconvtbl/
itmcomp.h 111 int quiet; member in struct:__anon576
294 #define PERROR(s) if (cmd_opt.quiet == 0) perror(s)
  /onnv/onnv-gate/usr/src/cmd/ssh/ssh-keygen/
ssh-keygen.c 51 int quiet = 0; variable
927 " -q Quiet.\n"
1023 quiet = 1;
1084 if (!quiet)
1103 else if (!quiet)
1170 if (!quiet)
1191 if (!quiet) {
  /onnv/onnv-gate/usr/src/cmd/svc/svcprop/
svcprop.c 50 * Error functions. These can change if the quiet (-q) option is used.
103 static int quiet = 0; /* No output. Nothing found, exit(1) */ variable
114 #define PRINT_NOPROP_ERRORS (!quiet || verbose)
420 if (quiet)
552 if (!quiet)
583 if (!quiet)
604 if (quiet)
635 if (!quiet)
674 if (quiet)
951 if (!quiet)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/troff/
nii.c 69 int quiet; variable

Completed in 420 milliseconds

1 2