Searched refs:verbose (Results 26 - 50 of 810) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/nsswitch/
H A Dinitgroups.exp23 verbose $user_list
28 verbose $output
H A Dgetent.exp35 verbose "looking for $user"
63 verbose "ignoring non-domain user $username"
89 verbose "looking for $group"
117 verbose "ignoring non-domain group $groupname"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Ddirlist.h12 void dirlist(char *name, FILE *client, char verbose);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dcsharpcomp.h28 If verbose, the command to be executed will be printed.
38 bool verbose);
H A Dcsharpexec.h31 If verbose, the command to be executed will be printed.
40 bool verbose, bool quiet,
H A Djavacomp.h62 If verbose, the command to be executed will be printed.
73 bool verbose);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dimagtga.h34 bool verbose = true, int index = -1);
36 bool verbose = true);
H A Dimagxpm.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 Dimagbmp.h62 virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=true );
63 virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1 );
67 bool SaveDib(wxImage *image, wxOutputStream& stream, bool verbose,
71 bool verbose, bool IsBmp, bool hasPalette);
72 bool LoadDib(wxImage *image, wxInputStream& stream, bool verbose, bool IsBmp);
96 virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=true );
97 virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1 );
98 virtual bool DoLoadFile( wxImage *image, wxInputStream& stream, bool verbose, int index );
153 virtual bool SaveFile( wxImage *WXUNUSED(image), wxOutputStream& WXUNUSED(stream), bool WXUNUSED(verbose=true) ){return false ;}
154 virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose
[all...]
H A Dimaggif.h34 virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1 );
35 virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=true );
H A Dimagiff.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 Dimagjpeg.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/iserver/gperf-3.0.4/tests/
H A Dvalidate10 verbose () { function
29 verbose ${CC} ${CFLAGS} -traditional valitest.c -o valitest
32 verbose ${CC} ${CFLAGS} -ansi -pedantic valitest.c -o valitest
39 verbose ${CC} ${CFLAGS} -traditional -Dconst= valitest.c -o valitest
42 verbose ${CC} ${CFLAGS} -ansi -pedantic -pedantic-errors valitest.c -o valitest
48 verbose ${CC} ${CFLAGS} -ansi -pedantic -pedantic-errors valitest.c -o valitest
50 verbose ${CXX} ${CXXFLAGS} -ansi -pedantic -pedantic-errors valitest.c -o valitest
56 verbose ${CXX} ${CXXFLAGS} -ansi -pedantic -pedantic-errors -DCPLUSPLUS_TEST valitest.c -o valitest
H A Dtest2.c36 int verbose = argc > 1 ? 1 : 0; local
60 if (verbose)
65 if (verbose)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dsysfs.c30 static int sysfs_write_attr (char *path, const char *attr, const char *fmt, void *val, int verbose) argument
63 if (err && verbose) perror(path);
68 static int sysfs_read_attr (char *path, const char *attr, const char *fmt, void *val1, void *val2, int verbose) argument
83 if (err && verbose) perror(path);
88 static int sysfs_find_dev2 (char *path, dev_t dev, int recurse, int verbose) argument
96 if (verbose) perror(path);
104 if (sysfs_read_attr(path, "/dev", "%u:%u", &maj, &min, verbose))
109 || (recurse && sysfs_find_dev2(path, dev, recurse - 1, verbose) == 0)) {
117 if (verbose)
122 static int sysfs_find_dev (dev_t dev, char *path, int verbose) argument
134 get_dev_from_fd(int fd, dev_t *dev, int verbose) argument
150 sysfs_find_fd(int fd, char **path_p, int verbose) argument
176 sysfs_get_attr(int fd, const char *attr, const char *fmt, void *val1, void *val2, int verbose) argument
187 sysfs_set_attr(int fd, const char *attr, const char *fmt, void *val_p, int verbose) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/alsalisp/
H A Dalsalisp.c31 static int verbose = 0; variable
59 cfg.verbose = verbose;
67 else if (verbose)
86 verbose = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/
H A Diptables.h12 extern int delete_chain4(const ipt_chainlabel chain, int verbose,
14 extern int flush_entries4(const ipt_chainlabel chain, int verbose,
17 int verbose, int builtinstoo, struct iptc_handle *handle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/examples/
H A Dsimple.c7 cfg_bool_t verbose = cfg_false; local
24 CFG_SIMPLE_BOOL("verbose", &verbose),
39 printf("verbose: %s\n", verbose ? "true" : "false");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/mantis/
H A Dmantis_common.h39 if ((mantis->verbose > MANTIS_ERROR) && (mantis->verbose > y)) \
41 else if ((mantis->verbose > MANTIS_NOTICE) && (mantis->verbose > y)) \
43 else if ((mantis->verbose > MANTIS_INFO) && (mantis->verbose > y)) \
45 else if ((mantis->verbose > MANTIS_DEBUG) && (mantis->verbose > y)) \
47 else if ((mantis->verbose > MANTIS_TMG) && (mantis->verbose >
104 unsigned int verbose; member in struct:mantis_pci
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/smbd/
H A Dsighup.exp78 verbose $smbclient_output
91 verbose $output
96 verbose $smbclient_output2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dvms_decc_init.c65 int verbose = 0; local
76 verbose = strtol(openssl_debug_decc_init, NULL, 10);
77 if (verbose <= 0) {
78 verbose = 1;
104 if (verbose > 1) {
125 if (verbose > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dhttpserver.pl37 my $verbose = 0; # set to 1 for debugging
98 elsif($ARGV[0] eq '--verbose') {
99 $verbose = 1;
122 if($verbose) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dvms_decc_init.c65 int verbose = 0; local
76 verbose = strtol(openssl_debug_decc_init, NULL, 10);
77 if (verbose <= 0) {
78 verbose = 1;
104 if (verbose > 1) {
125 if (verbose > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-launch-win.c98 int verbose = s && *s != '\0' ? 1 : 0; local
106 if (verbose)
120 if (verbose)
129 if (verbose)
137 if (verbose)
145 if (verbose)
152 if (!verbose)
161 if (verbose)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIPUpdate.h56 short int GeoIP_update_database (char * license_key, int verbose, void (*f)( char *));
59 short int GeoIP_update_database_general (char * user_id, char * license_key,char * data_base_type, int verbose,char ** client_ipaddr, void (*f)( char *));

Completed in 74 milliseconds

1234567891011>>