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

12345

/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)
/external/autotest/contrib/
H A Dmove_cq_hosts.sh6 function quiet() { function
/external/toybox/toys/other/
H A Dmountpoint.c14 -q Be quiet, return zero if directory is a mountpoint
34 int quiet = toys.optflags & FLAG_q; local
40 if (!quiet)
62 else if (!quiet)
/external/valgrind/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/selinux/policycoreutils/load_policy/
H A Dload_policy.c28 int ret, opt, quiet = 0, nargs, init=0, enforce=0; local
43 quiet = 1;
57 if (nargs >= 1 && !quiet) {
62 if (nargs == 2 && ! quiet) {
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/
H A DCurrencyDemo.java78 * @param quiet if true, only display discrepancies. Otherwise,
81 static void testFormatHack(boolean quiet) { argument
88 if (!quiet) {
95 if (!quiet) {
105 if (quiet) {
/external/libcap/progs/old/
H A Dsetpcaps.c32 static int read_caps(int quiet, const char *filename, char *buffer) argument
36 if (!quiet) {
67 int retval, quiet=0; local
79 quiet = 1;
83 retval = read_caps(quiet, *argv, buffer);
/external/libnl/src/
H A Dnl-neigh-add.c16 static int quiet = 0; variable
26 " -q, --quiet Do not print informal notifications\n"
70 { "quiet", 0, 0, 'q' },
87 case 'q': quiet = 1; break;
104 if (!quiet) {
H A Dnf-ct-add.c17 static int quiet = 0; variable
25 " -q, --quiet Do not print informal notifications.\n"
77 { "quiet", 0, 0, 'q' },
103 case 'q': quiet = 1; break;
125 if (!quiet) {
136 if (!quiet) {
H A Dnl-addr-add.c15 static int quiet = 0; variable
24 " -q, --quiet Do not print informal notifications.\n"
73 { "quiet", 0, 0, 'q' },
95 case 'q': quiet = 1; break;
114 if (!quiet) {
H A Dnl-addr-delete.c16 static int interactive = 0, default_yes = 0, quiet = 0; variable
27 " -q, --quiet Do not print informal notifications.\n"
63 if (!quiet) {
97 { "quiet", 0, 0, 'q' },
119 case 'q': quiet = 1; break;
136 if (!quiet)
H A Dnl-class-add.c20 static int quiet = 0; variable
28 " -q, --quiet Do not print informal notifications.\n"
85 { "quiet", 0, 0, 'q' },
106 case 'q': quiet = 1; break;
146 if (!quiet) {
H A Dnl-class-delete.c16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
27 " -q, --quiet Do not print informal notifications.\n"
60 if (!quiet) {
89 { "quiet", 0, 0, 'q' },
107 case 'q': quiet = 1; break;
124 if (!quiet)
H A Dnl-cls-add.c18 static int quiet = 0; variable
26 " -q, --quiet Do not print informal notifications.\n"
87 { "quiet", 0, 0, 'q' },
110 case 'q': quiet = 1; break;
154 if (!quiet) {
H A Dnl-link-set.c16 static int quiet = 0; variable
32 " -q, --quiet Do not print informal notifications\n"
64 if (!quiet) {
93 { "quiet", 0, 0, 'q' },
112 case 'q': quiet = 1; break;
H A Dnl-neigh-delete.c16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
27 " -q, --quiet Do not print informal notifications\n"
58 if (!quiet) {
87 { "quiet", 0, 0, 'q' },
105 case 'q': quiet = 1; break;
118 if (!quiet)
H A Dnl-qdisc-add.c19 static int quiet = 0; variable
27 " -q, --quiet Do not print informal notifications.\n"
80 { "quiet", 0, 0, 'q' },
99 case 'q': quiet = 1; break;
137 if (!quiet) {
H A Dnl-qdisc-delete.c17 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
28 " -q, --quiet Do not print informal notifications.\n"
60 if (!quiet) {
91 { "quiet", 0, 0, 'q' },
109 case 'q': quiet = 1; break;
140 if (!quiet)
H A Dnl-route-add.c16 static int quiet = 0; variable
25 " -q, --quiet Do not print informal notifications\n"
82 { "quiet", 0, 0, 'q' },
105 case 'q': quiet = 1; break;
126 if (!quiet) {
/external/harfbuzz_ng/util/
H A Dhb-fc-list.c58 {"quiet", 0, 0, 'q'},
75 fprintf (file, "usage: %s [-vqVh] [-f FORMAT] [--verbose] [--format=FORMAT] [--quiet] [--version] [--help] text [pattern] {element ...} \n",
86 fprintf (file, " -q, --quiet suppress all normal output, exit 1 if no fonts matched\n");
92 fprintf (file, " -q, (quiet) suppress all normal output, exit 1 if no fonts matched\n");
103 int quiet = 0; local
128 quiet = 1;
168 if (quiet && !os)
181 if (!quiet && fs)
221 return quiet ? (nfont == 0 ? 1 : 0) : 0;
/external/icu/icu4c/source/tools/gencfu/
H A Dgencfu.cpp75 "\t-q or --quiet do not display warnings and progress\n"
182 UBool quiet = FALSE; local
184 quiet = TRUE;
293 if (!quiet) {
/external/libcap/progs/
H A Dsetcap.c27 static int read_caps(int quiet, const char *filename, char *buffer) argument
31 if (!quiet) {
63 int retval, quiet=0, verify=0; local
82 quiet = 1;
94 retval = read_caps(quiet, *argv, buffer);
141 if (!quiet) {
149 if (!quiet) {
/external/selinux/libselinux/utils/
H A Dmatchpathcon.c74 int quiet = 0; local
140 quiet = 1;
162 if (quiet) {
/external/skia/tools/flags/
H A DSkCommonFlags.h22 DECLARE_bool(quiet); variable

Completed in 1227 milliseconds

12345