Searched defs:quiet (Results 1 - 25 of 36) sorted by relevance

12

/external/openssh/
H A Dsshtty.c57 leave_raw_mode(int quiet) argument
62 if (!quiet)
69 enter_raw_mode(int quiet) argument
74 if (!quiet)
92 if (!quiet)
H A Dsftp-client.c247 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet) argument
265 if (quiet)
283 u_int expected_id, int quiet)
300 if (quiet)
639 do_stat(struct sftp_conn *conn, char *path, int quiet) argument
649 return(get_decode_stat(conn, id, quiet));
653 do_lstat(struct sftp_conn *conn, char *path, int quiet) argument
658 if (quiet)
662 return(do_stat(conn, path, quiet));
669 return(get_decode_stat(conn, id, quiet));
282 get_decode_statvfs(struct sftp_conn *conn, struct sftp_statvfs *st, u_int expected_id, int quiet) argument
674 do_fstat(struct sftp_conn *conn, char *handle, u_int handle_len, int quiet) argument
916 do_statvfs(struct sftp_conn *conn, const char *path, struct sftp_statvfs *st, int quiet) argument
943 do_fstatvfs(struct sftp_conn *conn, const char *handle, u_int handle_len, struct sftp_statvfs *st, int quiet) argument
[all...]
/external/valgrind/main/helgrind/tests/
H A Dfree_is_write.c22 int quiet; local
26 quiet = argc > 1;
29 if (0 && !quiet)
/external/fsck_msdos/
H A Dcheck.c67 int quiet = 0; local
71 if (!quiet)
79 else if (!quiet)
82 } else if (!quiet)
106 if (!quiet) {
141 if (!quiet)
151 if (!quiet)
166 if (!quiet)
/external/grub/util/
H A Dmbchk.c27 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;
/external/valgrind/main/drd/tests/
H A Dread_after_free.c24 int quiet; local
27 quiet = argc > 1;
30 if (!quiet)
40 if (!quiet)
H A Dcircular_buffer.c51 static int quiet = 0; variable
117 if (! quiet)
140 if (! quiet)
172 if (! quiet)
198 quiet = 1;
/external/linux-tools-perf/util/
H A Ddebug.c16 bool dump_trace = false, quiet = false; variable
/external/webkit/Tools/CygwinDownloader/
H A Dcygwin-downloader.py10 quiet = len(sys.argv) > 1 and "--quiet" in set(sys.argv[1:]) variable
17 if quiet or random.random() > 0.5:
23 if not quiet:
30 if not quiet:
/external/icu4c/i18n/
H A DdecContext.c368 /* quiet is 1 to suppress message; 0 otherwise */
373 /* A message is displayed if the return value is not 0 and quiet==0. */
377 U_CAPI Int U_EXPORT2 uprv_decContextTestEndian(Flag quiet) { argument
384 if (!quiet) {
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.h127 UBool quiet; member in struct:UPKGOptions_
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Doptions.py53 quiet = make_option("--quiet", action="store_true", dest="quiet", default=False, help="Produce less console output.") variable in class:Options
/external/e2fsprogs/misc/
H A Duuidd.c229 int debug, int timeout, int quiet)
244 if (!quiet)
261 if (!quiet)
268 if (!quiet)
276 if (!quiet)
304 if (!quiet)
313 if (!quiet)
450 int timeout = 0, quiet = 0, drop_privs = 0; local
480 quiet++;
576 if (!quiet)
228 server_loop(const char *socket_path, const char *pidfile_path, int debug, int timeout, int quiet) argument
[all...]
H A Dmke2fs.c85 int quiet; variable
211 quiet ? "" : "-s ", (cflag > 1) ? "-w " : "",
320 if (quiet)
365 if (quiet)
562 if (quiet)
1388 quiet = 1;
1461 if (!quiet || show_version_only)
2225 if (!quiet || noaction)
2313 if (!quiet) {
2325 if (!quiet)
[all...]
/external/icu4c/test/threadtest/
H A Dthreadtest.cpp156 bool quiet; member in struct:RunInfo
217 gRunInfo.quiet = false; // Set up defaults for run.
228 if (strcmp(argv[argnum], "-quiet") == 0)
229 gRunInfo.quiet = true;
288 fprintf(stderr, "usage: threadtest [-threads nnn] [-time nnn] [-quiet] [-verbose] test-name\n"
289 " -quiet Suppress periodic status display. \n"
439 if (gRunInfo.quiet == false && gRunInfo.verbose == false)
487 if (gRunInfo.quiet == false && gRunInfo.verbose == false) {
/external/libmtp/examples/
H A Dsendtr.c386 uint16_t quiet = 0; local
424 quiet = 1;
/external/libppp/src/
H A Dmain.c197 " [-quiet] [-unit N] [system ...]\n");
204 unsigned quiet : 1; member in struct:switches
253 } else if (strcmp(cp, "quiet") == 0) {
254 sw->quiet = 1;
380 if (!sw.quiet)
390 if (!sw.quiet)
466 if (!sw.quiet) {
472 if (!sw.quiet)
476 if (!sw.quiet)
H A Droute.c741 const struct ncpaddr *gw, int bang, int quiet)
796 if (!quiet)
840 if (!quiet || errno != ENETUNREACH)
740 rt_Set(struct bundle *bundle, int cmd, const struct ncprange *dst, const struct ncpaddr *gw, int bang, int quiet) argument
/external/libvpx/build/make/
H A DMakefile13 quiet?=true macro
74 quiet:=$(if $(verbose),,yes) macro
75 qexec=$(if $(quiet),@)
99 $(if $(quiet),@echo " [DEP] $@")
104 $(if $(quiet),@echo " [CC] $@")
108 $(if $(quiet),@echo " [DEP] $@")
114 $(if $(quiet),@echo " [AS] $@")
118 $(if $(quiet),@echo " [DEP] $@")
124 $(if $(quiet),@echo " [AS] $@")
129 $(if $(quiet),
[all...]
/external/openssl/apps/
H A Dpasswd.c43 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)
417 do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, char *passwd, BIO *out, int quiet, int table, int reverse, size_t pw_maxlen, int usecrypt, int use1, int useapr1) argument
[all...]
/external/elfutils/src/
H A Delfcmp.c72 { "quiet", 'q', NULL, 0, N_("Output nothing; yield exit status only"), 0 },
112 static bool quiet; variable
188 if (! quiet)
320 if (! quiet)
372 if (! quiet)
393 if (! quiet)
464 if (! quiet)
489 if (!quiet)
538 quiet = true;
/external/libvpx/
H A Dvpxdec.c704 int stop_after = 0, postproc = 0, summary = 0, quiet = 1; local
781 quiet = 0;
974 if (!quiet)
/external/icu4c/test/intltest/
H A Dintltest.cpp1622 UBool IntlTest::assertTrue(const char* message, UBool condition, UBool quiet, UBool possibleDataError) { argument
1629 } else if (!quiet) {
1635 UBool IntlTest::assertFalse(const char* message, UBool condition, UBool quiet) { argument
1638 } else if (!quiet) {
1727 UBool IntlTest::assertTrue(const UnicodeString& message, UBool condition, UBool quiet) { argument
1728 return assertTrue(extractToAssertBuf(message), condition, quiet);
1731 UBool IntlTest::assertFalse(const UnicodeString& message, UBool condition, UBool quiet) { argument
1732 return assertFalse(extractToAssertBuf(message), condition, quiet);
/external/iptables/iptables/
H A Dxtables.c329 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) argument
353 if (quiet) {
394 int xtables_load_ko(const char *modprobe, bool quiet) argument
407 ret = xtables_insmod(afinfo->kmod, modprobe, quiet);
/external/kernel-headers/original/linux/
H A Dmsdos_fs.h210 unsigned quiet:1, /* set = fake successful chmods and chowns */ member in struct:fat_mount_options

Completed in 601 milliseconds

12