Searched defs:quiet (Results 51 - 75 of 107) sorted by relevance

12345

/external/boringssl/src/tool/
H A Ddigest.cc209 bool quiet = false; member in struct:CheckModeArguments
330 if (!args.quiet) {
406 } else if (arg == "--quiet") {
408 check_args.quiet = true;
/external/libpcap/msdos/
H A Dpktdrvr.h57 BOOL quiet; /* (don't) print errors to stdout */ member in struct:__anon11358
/external/autotest/client/tests/cyclictest/src/
H A Dcyclictest.c382 "-q --quiet print only a summary on exit\n"
399 static int quiet; variable
424 {"quiet", no_argument, NULL, 'q'},
445 case 'q': quiet = 1; break;
502 if (quiet != 1) {
586 if (!verbose && !quiet) {
603 if (!verbose && !quiet)
610 if (quiet)
611 quiet = 2;
617 if (quiet)
[all...]
/external/libvncserver/test/
H A Dtjbench.c47 int flags=0, decomponly=0, quiet=0, dotile=0, pf=TJPF_BGR; variable
139 if(quiet)
167 if(!quiet) printf("Compression error written to %s.\n", tempstr);
222 if(!quiet)
249 if(quiet==1)
285 if(quiet==1) printf("%-4d %-4d\t", tilew, tileh);
286 if(quiet)
290 quiet==2? '\n':'\t',
292 quiet==2? '\n':'\t');
316 if(!quiet) print
[all...]
/external/libxml2/
H A DtestSAX.c59 static int quiet = 0; variable
259 if (quiet)
277 if (quiet)
295 if (quiet)
312 if (quiet)
336 if (quiet)
367 if (quiet)
402 if (quiet)
421 if (quiet)
452 if (quiet)
[all...]
H A Druntest.c812 static int quiet = 0; variable
826 if (quiet)
844 if (quiet)
862 if (quiet)
879 if (quiet)
903 if (quiet)
934 if (quiet)
969 if (quiet)
988 if (quiet)
1019 if (quiet)
[all...]
/external/libyuv/files/util/
H A Dpsnr_main.cc49 bool quiet = false; variable
147 printf(" -q ..................... quiet\n");
159 quiet = true;
415 if (!quiet) {
558 if (!quiet) {
575 if (!quiet) {
/external/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c105 static int quiet; /* quiet mode if set */ variable
160 } else if (!quiet) {
327 quiet = 1;
408 quiet = 1;
747 -q - quiet mode, no PASS results are printed\n\
/external/openssh/
H A Dhostfile.c467 int quiet; member in struct:host_delete_ctx
479 int loglevel = ctx->quiet ? SYSLOG_LEVEL_DEBUG1 : SYSLOG_LEVEL_VERBOSE;
516 ctx->quiet ? __func__ : "", ctx->quiet ? ": " : "",
524 ctx->quiet ? __func__ : "", ctx->quiet ? ": " : "",
533 struct sshkey **keys, size_t nkeys, int store_hash, int quiet, int hash_alg)
536 int loglevel = quiet ? SYSLOG_LEVEL_DEBUG1 : SYSLOG_LEVEL_VERBOSE;
546 ctx.quiet = quiet;
532 hostfile_replace_entries(const char *filename, const char *host, const char *ip, struct sshkey **keys, size_t nkeys, int store_hash, int quiet, int hash_alg) argument
[all...]
H A Dsftp-client.c272 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet) argument
296 if (quiet)
318 u_int expected_id, int quiet)
342 if (quiet)
725 do_stat(struct sftp_conn *conn, const char *path, int quiet) argument
735 return(get_decode_stat(conn, id, quiet));
739 do_lstat(struct sftp_conn *conn, const char *path, int quiet) argument
744 if (quiet)
748 return(do_stat(conn, path, quiet));
755 return(get_decode_stat(conn, id, quiet));
317 get_decode_statvfs(struct sftp_conn *conn, struct sftp_statvfs *st, u_int expected_id, int quiet) argument
760 do_fstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len, int quiet) argument
1065 do_statvfs(struct sftp_conn *conn, const char *path, struct sftp_statvfs *st, int quiet) argument
1095 do_fstatvfs(struct sftp_conn *conn, const u_char *handle, u_int handle_len, struct sftp_statvfs *st, int quiet) argument
[all...]
H A Dsftp.c86 int quiet = 0; variable
646 if (!quiet && resume)
648 else if (!quiet && !resume)
737 if (!quiet && resume)
740 else if (!quiet && !resume)
1458 if (!quiet)
1558 if (!quiet)
1588 if (!quiet)
1593 if (!quiet)
2064 if (!quiet)
[all...]
H A Dssh-keygen.c85 int quiet = 0; variable
1106 if (!quiet)
1113 if (!quiet) {
1649 if (!quiet) {
1953 if (!quiet)
2327 quiet = 1;
2566 if (!quiet)
2588 } else if (!quiet)
2655 if (!quiet)
2669 if (!quiet) {
[all...]
/external/syslinux/com32/hdt/
H A Dhdt-common.h84 /* Defines if the cli is quiet*/
85 bool quiet; variable
/external/ImageMagick/Magick++/lib/
H A DOptions.cpp499 void Magick::Options::quiet(const bool quiet_) function in class:Magick::Options
504 bool Magick::Options::quiet(void) const function in class:Magick::Options
H A DSTL.cpp846 void Magick::ReadOptions::quiet(const bool quiet_) function in class:Magick::ReadOptions
851 bool Magick::ReadOptions::quiet(void) const function in class:Magick::ReadOptions
/external/elfutils/src/
H A Delfcmp.c70 { "quiet", 'q', NULL, 0, N_("Output nothing; yield exit status only"), 0 },
110 static bool quiet; variable
148 if (quiet)
204 if (! quiet)
219 if (! quiet)
234 if (! quiet)
375 if (! quiet)
427 if (! quiet)
445 if (! quiet)
453 if (! quiet)
[all...]
/external/icu/icu4c/source/tools/gencnval/
H A Dgencnval.c140 static UBool quiet = FALSE; variable
250 "\t-q or --quiet do not display warnings and progress\n"
263 quiet = TRUE;
942 if (tag != 0 && !quiet) { /* Only show the warning when it's not the leftover tag. */
/external/iputils/
H A Darping.c83 int quiet; variable
122 " -q : be quiet\n"
315 if (!quiet) {
440 if (!quiet) {
577 if (!quiet)
585 if (!quiet)
949 if (!quiet)
981 if (!quiet)
1032 quiet++;
1184 if (!quiet)
[all...]
/external/libjpeg-turbo/
H A Dtjbench.c48 int flags=TJFLAG_NOREALLOC, componly=0, decomponly=0, doyuv=0, quiet=0, variable
191 if(quiet)
195 quiet==2? "\n":" ");
200 else if(quiet!=2) printf("\n");
237 if(!quiet) printf("Compression error written to %s.\n", tempstr);
297 if(!quiet)
326 if(quiet==1)
389 if(quiet==1) printf("%-5d %-5d ", tilew, tileh);
390 if(quiet)
395 1024), quiet
[all...]
/external/ltp/testcases/kernel/fs/fsx-linux/
H A Dfsx-linux.c113 int quiet = 0; /* -q flag */ variable
455 if (quiet || fd_policy == FD_SINGLE)
569 if (!(!quiet && ((progressinterval &&
598 if (!quiet && testcalls > simulatedopcount)
604 if (!quiet && testcalls > simulatedopcount)
623 if (!quiet && (debug > 1 &&
653 if (!quiet && testcalls > simulatedopcount)
659 if (!quiet && testcalls > simulatedopcount)
680 if (!quiet && (debug > 1 &&
688 if (!quiet
[all...]
/external/gptfdisk/
H A Dgpt.cc1027 // Writes GPT (and protective MBR) to disk. If quiet==1, moves the second
1029 // doesn't confirm the operation before writing. If quiet==0, asks permission
1033 int GPTData::SaveGPTData(int quiet) { argument
1061 if (quiet == 0) {
1072 } // if/else quiet
1076 if (quiet == 0) {
1087 } // if/else quiet
1108 if ((allOK) && (!quiet)) {
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp1858 UBool IntlTest::assertTrue(const char* message, UBool condition, UBool quiet, UBool possibleDataError, const char *file, int line) { argument
1866 } else if (!quiet) {
1876 } else if (!quiet) {
1884 UBool IntlTest::assertFalse(const char* message, UBool condition, UBool quiet) { argument
1887 } else if (!quiet) {
2056 UBool IntlTest::assertTrue(const UnicodeString& message, UBool condition, UBool quiet) { argument
2057 return assertTrue(extractToAssertBuf(message), condition, quiet);
2060 UBool IntlTest::assertFalse(const UnicodeString& message, UBool condition, UBool quiet) { argument
2061 return assertFalse(extractToAssertBuf(message), condition, quiet);
/external/iptables/libxtables/
H A Dxtables.c356 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) argument
372 argv[2] = quiet ? "-q" : NULL;
418 int xtables_load_ko(const char *modprobe, bool quiet) argument
431 ret = xtables_insmod(afinfo->kmod, modprobe, quiet);
/external/libvpx/libvpx/
H A Dvpxdec.c497 int stop_after = 0, postproc = 0, summary = 0, quiet = 1; local
599 quiet = 0;
744 if (!quiet) fprintf(stderr, "%s\n", decoder.name);
/external/e2fsprogs/misc/
H A Dmke2fs.c83 int quiet; variable
255 quiet ? "" : "-s ", (cflag > 1) ? "-w " : "",
1756 quiet = 1;
1815 if (!quiet || show_version_only)
1883 if (!quiet)
2331 if (!quiet && ext2fs_has_feature_bigalloc(&fs_param))
2655 if (!quiet)
2811 * or whatever we've written so far. The quiet flag disables
2814 if (!quiet)
2844 if (!quiet
[all...]

Completed in 1175 milliseconds

12345