Searched refs:verbose (Results 126 - 150 of 810) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_fsync.c34 if (dbenv != NULL && FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS_ALL))
H A Dos_mkdir.c30 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-buildid-list.c32 OPT_INCR('v', "verbose", &verbose,
33 "be more verbose"),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Ddebug.h8 extern int verbose;
H A Ddebug.c15 int verbose = 0; variable
23 if (verbose >= level) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dcurves.c68 static int verbose; variable
103 if (verbose)
193 if (argc > 1 && !strcmp (argv[1], "--verbose"))
194 verbose = 1;
196 verbose = debug = 1;
H A Dkeygrip.c33 static int verbose; variable
155 if (verbose)
214 else if (!strcmp (*argv, "--verbose"))
216 verbose = 1;
221 verbose = 1;
H A Dpubkey.c103 static int verbose; variable
269 if (verbose > 1)
301 if (verbose > 1)
338 if (verbose > 1)
373 if (verbose > 1)
405 if (verbose > 1)
448 if (verbose > 1)
490 if (verbose > 1)
530 if (verbose > 1)
556 if (verbose)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dlocal.h31 extern void determine_clocks(int verbose);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcurves.c68 static int verbose; variable
103 if (verbose)
193 if (argc > 1 && !strcmp (argv[1], "--verbose"))
194 verbose = 1;
196 verbose = debug = 1;
H A Dkeygrip.c33 static int verbose; variable
155 if (verbose)
214 else if (!strcmp (*argv, "--verbose"))
216 verbose = 1;
221 verbose = 1;
H A Dpubkey.c103 static int verbose; variable
269 if (verbose > 1)
301 if (verbose > 1)
338 if (verbose > 1)
373 if (verbose > 1)
405 if (verbose > 1)
448 if (verbose > 1)
490 if (verbose > 1)
530 if (verbose > 1)
556 if (verbose)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/boot/
H A Dmisc.c66 # define Tracev(x) {if (verbose) fprintf x ;}
67 # define Tracevv(x) {if (verbose>1) fprintf x ;}
68 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;}
69 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/testsuite/
H A Druntest42 if [ $verbose -gt 0 ]; then
81 verbose=0
84 verbose=1
85 export VERBOSE=$verbose
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddynamic_debug.c65 static int verbose = 0; variable
185 if (verbose)
196 if (!nfound && verbose)
240 if (verbose) {
356 if (verbose)
363 if (verbose)
394 if (verbose)
408 if (verbose)
426 if (verbose)
454 if (verbose)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagbmp.cpp74 bool verbose)
76 return SaveDib(image, stream, verbose, true/*IsBmp*/, false/*IsMask*/);
81 bool verbose,
90 if ( verbose )
124 if ( verbose )
199 if (verbose)
220 if (verbose)
294 if (verbose)
427 if (verbose)
455 bool verbose, boo
72 SaveFile(wxImage *image, wxOutputStream& stream, bool verbose) argument
79 SaveDib(wxImage *image, wxOutputStream& stream, bool verbose, bool IsBmp, bool IsMask) argument
452 DoLoadDib(wxImage * image, int width, int height, int bpp, int ncolors, int comp, wxFileOffset bmpOffset, wxInputStream& stream, bool verbose, bool IsBmp, bool hasPalette) argument
865 LoadDib(wxImage *image, wxInputStream& stream, bool verbose, bool IsBmp) argument
977 LoadFile(wxImage *image, wxInputStream& stream, bool verbose, int WXUNUSED(index)) argument
1031 SaveFile(wxImage *image, wxOutputStream& stream, bool verbose) argument
1223 LoadFile(wxImage *image, wxInputStream& stream, bool verbose, int index) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dsrp.c88 " -verbose Talk alot while doing things\n",
115 # define VERBOSE if (verbose)
116 # define VVERBOSE if (verbose>1)
144 static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s) argument
146 if (indx >= 0 && verbose) {
156 static void print_index(CA_DB *db, BIO *bio, int indexindex, int verbose) argument
158 print_entry(db, bio, indexindex, verbose, "g N entry");
161 static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose) argument
163 if (verbose > 0) {
167 print_entry(db, bio, userindex, verbose, "Use
206 srp_verify_user(const char *user, const char *srp_verifier, char *srp_usersalt, const char *g, const char *N, const char *passin, BIO *bio, int verbose) argument
238 srp_create_user(char *user, char **srp_verifier, char **srp_usersalt, char *g, char *N, char *passout, BIO *bio, int verbose) argument
287 int verbose = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dsrp.c88 " -verbose Talk alot while doing things\n",
115 # define VERBOSE if (verbose)
116 # define VVERBOSE if (verbose>1)
144 static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s) argument
146 if (indx >= 0 && verbose) {
156 static void print_index(CA_DB *db, BIO *bio, int indexindex, int verbose) argument
158 print_entry(db, bio, indexindex, verbose, "g N entry");
161 static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose) argument
163 if (verbose > 0) {
167 print_entry(db, bio, userindex, verbose, "Use
206 srp_verify_user(const char *user, const char *srp_verifier, char *srp_usersalt, const char *g, const char *N, const char *passin, BIO *bio, int verbose) argument
238 srp_create_user(char *user, char **srp_verifier, char **srp_usersalt, char *g, char *N, char *passout, BIO *bio, int verbose) argument
287 int verbose = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Drawmidi.c11 fprintf(stderr, " -v: verbose mode\n");
35 int verbose = 0; local
56 verbose = 1;
81 if (verbose) {
148 if (verbose) {
157 if (verbose) {
191 if (verbose) {
203 if (verbose) {
221 if (verbose) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dsymbol-scan.pl47 my $verbose=0;
119 if($verbose) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dcpu5wdt.c39 static int verbose; variable
73 if (verbose > 2)
98 if (verbose)
131 if (verbose)
221 if (verbose)
223 "port=0x%x, verbose=%i\n", port, verbose);
296 module_param(verbose, int, 0);
297 MODULE_PARM_DESC(verbose, "be verbose, defaul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfault-inject.h19 unsigned long verbose; member in struct:fault_attr
55 .verbose = 2, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepConfig.java32 public boolean verbose; field in class:RepConfig
45 verbose = false;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr031/src/
H A Dserver.c41 static int verbose = 1; /* Debugging output. */ variable
43 static int verbose = 0; variable
62 if (verbose)
156 if (verbose)
172 if (verbose)
236 if (verbose) {
260 if (verbose)
264 if (verbose)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dclasspath.c94 bool use_minimal_classpath, bool verbose)
101 if (verbose)
93 set_classpath(const char * const *classpaths, unsigned int classpaths_count, bool use_minimal_classpath, bool verbose) argument

Completed in 110 milliseconds

1234567891011>>