Searched refs:verbose (Results 51 - 75 of 810) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dimagpcx.h33 virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1 );
34 virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=true );
H A Dimagpng.h45 virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1 );
46 virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=true );
H A Dimagpnm.h32 virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1 );
33 virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=true );
H A Dimagtiff.h35 virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1 );
36 virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=true );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dftp.pm160 my ($verbose, $pidlist) = @_;
188 if($verbose);
194 if($verbose);
211 if($verbose);
228 if($verbose);
251 my ($proto, $ipvnum, $idnum, $verbose, $which) = @_;
261 $server = servername_id($proto, $ipvnum, $idnum) if($verbose);
268 ($proto eq 'ftp')?'ctrl':'filt', $pid) if($verbose);
282 $pid) if($verbose);
294 my $verbose
[all...]
H A Dsshserver.pl79 my $verbose = 0; # set to 1 for debugging
100 if($ARGV[0] eq '--verbose') {
101 $verbose = 1;
104 $verbose = 1;
225 logmsg $sshderror if($verbose);
229 logmsg "ssh server found $sshd is $sshdverstr" if($verbose);
268 logmsg "sftp server plugin found $sftpsrv" if($verbose);
279 logmsg "sftp client found $sftp" if($verbose);
290 logmsg "ssh keygen found $sshkeygen" if($verbose);
309 logmsg $ssherror if($verbose);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dbpck6.c24 static int verbose; /* set this to 1 to see debugging messages and whatnot */ variable
94 if(verbose)
118 if(verbose)
128 if(verbose)
162 if(verbose)
175 if(verbose)
183 if(verbose)
191 if(verbose)
199 static void bpck6_log_adapter( PIA *pi, char * scratch, int verbose )
253 if(verbose)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr031/src/
H A Dclient.c27 static int verbose = 1; /* Debugging output. */ variable
29 static int verbose = 0; variable
65 verbose = 1;
74 if (verbose)
82 if (verbose)
88 if (verbose)
99 if (verbose)
110 if (verbose)
117 if (verbose)
124 if (verbose)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/lib/
H A Dsmbclient.exp42 verbose $action
52 verbose $expect_out(buffer)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/nsswitch/
H A Dgetpwuid.exp23 verbose $output
45 verbose $output
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_codegen/
H A Ddb_codegen.c31 int ch, verbose; local
43 verbose = 0;
74 verbose = 1;
90 if (verbose && parse_dump())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.4.6/
H A DMakefile12 verbose.html \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepConfigInfo.h31 bool verbose; member in class:RepConfigInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Djavaexec.h36 If verbose, the command to be executed will be printed.
47 bool verbose, bool quiet,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Ddecompress.c22 # define Tracev(x) {if (verbose) fprintf x ;}
23 # define Tracevv(x) {if (verbose>1) fprintf x ;}
24 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;}
25 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dhmac.c31 static int verbose; variable
117 if (verbose)
125 if (verbose)
133 if (verbose)
141 if (verbose)
156 if (argc > 1 && !strcmp (argv[1], "--verbose"))
157 verbose = 1;
159 verbose = debug = 1;
H A Dprime.c29 static int verbose; variable
72 if (verbose)
86 if (verbose)
106 if ((argc > 1) && (! strcmp (argv[1], "--verbose")))
107 verbose = 1;
109 verbose = debug = 1;
H A Daeswrap.c31 static int verbose; variable
175 if (verbose)
184 if (verbose)
194 if (verbose)
204 if (verbose)
215 if (verbose)
226 if (verbose)
244 if (argc > 1 && !strcmp (argv[1], "--verbose"))
245 verbose = 1;
247 verbose
[all...]
H A Drandom.c33 static int verbose; variable
122 if (verbose)
136 if (verbose)
144 if (verbose)
181 if (verbose)
195 if (verbose)
203 if (verbose)
234 if ((argc > 1) && (! strcmp (argv[1], "--verbose")))
235 verbose = 1;
237 verbose
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dhmac.c31 static int verbose; variable
117 if (verbose)
125 if (verbose)
133 if (verbose)
141 if (verbose)
156 if (argc > 1 && !strcmp (argv[1], "--verbose"))
157 verbose = 1;
159 verbose = debug = 1;
H A Dprime.c29 static int verbose; variable
72 if (verbose)
86 if (verbose)
106 if ((argc > 1) && (! strcmp (argv[1], "--verbose")))
107 verbose = 1;
109 verbose = debug = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/bt8xx/
H A Ddst.c33 static unsigned int verbose = 1; variable
34 module_param(verbose, int, 0644);
35 MODULE_PARM_DESC(verbose, "verbose startup messages, default is 1 (yes)");
94 dprintk(verbose, DST_INFO, 1, "mask=[%04x], enbb=[%04x], outhigh=[%04x]", mask, enbb, outhigh);
96 dprintk(verbose, DST_INFO, 1, "dst_gpio_enb error (err == %i, mask == %02x, enb == %02x)", err, mask, enbb);
108 dprintk(verbose, DST_INFO, 1, "dst_gpio_outb error (err == %i, enbb == %02x, outhigh == %02x)", err, enbb, outhigh);
122 dprintk(verbose, DST_ERROR, 1, "dst_gpio_inb error (err == %i)", err);
132 dprintk(verbose, DST_INFO, 1, "Resetting state machine");
134 dprintk(verbose, DST_ERRO
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Disl6423.c32 static unsigned int verbose; variable
33 module_param(verbose, int, 0644);
34 MODULE_PARM_DESC(verbose, "Set Verbosity level");
44 if ((verbose > FE_ERROR) && (verbose > __y)) \
46 else if ((verbose > FE_NOTICE) && (verbose > __y)) \
48 else if ((verbose > FE_INFO) && (verbose > __y)) \
50 else if ((verbose > FE_DEBU
65 unsigned int verbose; member in struct:isl6423_dev
[all...]
H A Dmb86a16.c31 unsigned int verbose = 5; variable
32 module_param(verbose, int, 0644);
73 #define TRACE_IN dprintk(verbose, MB86A16_DEBUG, 1, "-->()")
74 #define TRACE_OUT dprintk(verbose, MB86A16_DEBUG, 1, "()-->")
88 dprintk(verbose, MB86A16_DEBUG, 1,
118 dprintk(verbose, MB86A16_ERROR, 1, "read error(reg=0x%02x, ret=0x%i)",
142 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error");
169 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error");
180 dprintk(verbose, MB86A16_ERROR, 1, "I2C transfer error");
196 dprintk(verbose, MB86A16_ERRO
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-launch.c142 verbose ("UID: %s\n", machine_uuid);
152 verbose (const char *format, function
156 static int verbose = TRUE; local
160 * in the non-verbose case we just have the one
163 if (!verbose)
168 verbose = getenv ("DBUS_VERBOSE") != NULL;
170 if (!verbose)
383 verbose ("Killing message bus and exiting babysitter\n");
497 verbose ("session lifetime is defined by X, not monitoring stdin\n");
502 verbose ("stdi
[all...]

Completed in 85 milliseconds

1234567891011>>