Searched refs:errors (Results 1 - 25 of 317) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_dirhie.h26 CURLcode create_dir_hierarchy(const char *outfile, FILE *errors);
H A Dtool_msgs.h28 void helpf(FILE *errors, const char *fmt, ...);
H A Dtool_msgs.c37 * Emit warning formatted message on configured 'errors' stream unless
55 fputs(WARN_PREFIX, config->global->errors);
68 (void)fwrite(ptr, cut + 1, 1, config->global->errors);
69 fputs("\n", config->global->errors);
74 fputs(ptr, config->global->errors);
85 void helpf(FILE *errors, const char *fmt, ...) argument
90 fputs("curl: ", errors); /* prefix it */
91 vfprintf(errors, fmt, ap);
94 fprintf(errors, "curl: try 'curl --help' "
H A Dtool_dirhie.c51 static void show_dir_errno(FILE *errors, const char *name) argument
56 fprintf(errors, "You don't have permission to create %s.\n", name);
61 fprintf(errors, "The directory name %s is too long.\n", name);
66 fprintf(errors, "%s resides on a read-only file system.\n", name);
71 fprintf(errors, "No space left on the file system that will "
77 fprintf(errors, "Cannot create directory %s because you "
82 fprintf(errors, "Error creating directory %s.\n", name);
94 CURLcode create_dir_hierarchy(const char *outfile, FILE *errors) argument
133 show_dir_errno(errors, dirbuildup);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dpe.c3 * pe.c - Print a second extended filesystem errors behavior
22 void print_fs_errors(FILE *f, unsigned short errors) argument
25 switch (errors) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/test/
H A Dtest-integers.c43 errors++; \
55 unsigned int errors = 0; local
63 return (errors>0)?1:0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DvalidDTD.py10 self.errors = []
15 self.errors.append(msg)
36 if ret != 1 or e.errors:
44 if ret != 0 or not e.errors:
H A DvalidRNG.py10 self.errors = []
15 self.errors.append(msg)
51 if ret != 0 or e.errors:
59 if ret == 0 or not e.errors:
H A DvalidSchemas.py10 self.errors = []
15 self.errors.append(msg)
58 if ret != 0 or e.errors:
66 if ret == 0 or not e.errors:
H A Dthread2.py15 self.errors = []
20 self.errors.append(str)
52 ec = len(eh.errors)
54 print "FAILED: should have obtained errors"
67 if len(eh.errors) != ec+THREADS_COUNT*ec:
68 print "FAILED: did not obtain the correct number of errors"
82 if len(eh.errors) != ec+THREADS_COUNT*ec*2:
83 print "FAILED: did not obtain the correct number of errors"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A DvalidDTD.py10 self.errors = []
15 self.errors.append(msg)
36 if ret != 1 or e.errors:
44 if ret != 0 or not e.errors:
H A DvalidRNG.py10 self.errors = []
15 self.errors.append(msg)
51 if ret != 0 or e.errors:
59 if ret == 0 or not e.errors:
H A DvalidSchemas.py10 self.errors = []
15 self.errors.append(msg)
58 if ret != 0 or e.errors:
66 if ret == 0 or not e.errors:
H A Dthread2.py15 self.errors = []
20 self.errors.append(str)
52 ec = len(eh.errors)
54 print "FAILED: should have obtained errors"
67 if len(eh.errors) != ec+THREADS_COUNT*ec:
68 print "FAILED: did not obtain the correct number of errors"
82 if len(eh.errors) != ec+THREADS_COUNT*ec*2:
83 print "FAILED: did not obtain the correct number of errors"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dproto.c97 counter_type *errors)
126 if (errors)
127 ++(*errors);
136 errors ? *errors : (counter_type)0);
93 ipv4_packet_size_verify(const uint8_t *data, const int size, const int tunnel_type, const char *prefix, counter_type *errors) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-misc.h31 #include <dbus/dbus-errors.h>
H A Ddbus-uuidgen.h31 #include <dbus/dbus-errors.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dkill.c32 int signo = SIGTERM, errors = 0, quiet = 0; local
147 errors++;
158 errors++;
166 return errors;
177 errors++;
180 errors++;
184 return errors;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/vendor_defns/
H A Dhwcryptohook.h300 * including more detailed reasons for errors which are reported in an
333 errors,
344 * in into *errors; on failure *errors is used for error handling, as
356 * You may pass 0 for the errors struct. In any case, unless you set
375 const HWCryptoHook_ErrMsgBuf * errors);
384 const HWCryptoHook_ErrMsgBuf * errors);
393 const HWCryptoHook_ErrMsgBuf * errors);
405 const HWCryptoHook_ErrMsgBuf * errors);
417 const HWCryptoHook_ErrMsgBuf * errors);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Dhwcryptohook.h291 * including more detailed reasons for errors which are reported in an
324 const HWCryptoHook_ErrMsgBuf *errors,
333 * in into *errors; on failure *errors is used for error handling, as
344 * You may pass 0 for the errors struct. In any case, unless you set
362 const HWCryptoHook_ErrMsgBuf *errors);
371 const HWCryptoHook_ErrMsgBuf *errors);
380 const HWCryptoHook_ErrMsgBuf *errors);
392 const HWCryptoHook_ErrMsgBuf *errors);
404 const HWCryptoHook_ErrMsgBuf *errors);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/vendor_defns/
H A Dhwcryptohook.h300 * including more detailed reasons for errors which are reported in an
333 errors,
344 * in into *errors; on failure *errors is used for error handling, as
356 * You may pass 0 for the errors struct. In any case, unless you set
375 const HWCryptoHook_ErrMsgBuf * errors);
384 const HWCryptoHook_ErrMsgBuf * errors);
393 const HWCryptoHook_ErrMsgBuf * errors);
405 const HWCryptoHook_ErrMsgBuf * errors);
417 const HWCryptoHook_ErrMsgBuf * errors);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dconv2gdbm.c60 int errors; /* error count. */ local
135 errors = 0;
150 errors++;
169 if (errors)
171 errors, gdbm_file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dconv2gdbm.c60 int errors; /* error count. */ local
135 errors = 0;
150 errors++;
169 if (errors)
171 errors, gdbm_file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dchecksrc.pl28 my $errors;
42 $errors++;
201 if($errors || $warnings) {
202 printf "checksrc: %d errors and %d warnings\n", $errors, $warnings;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-fpa.c113 uint64_t errors = 0; local
140 errors++;
150 if (errors) {
156 return -errors;

Completed in 231 milliseconds

1234567891011>>