Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 765) sorted by relevance

12345678910>>...31

/freebsd-13-stable/contrib/wpa/src/utils/
HDutils_module_tests.c51 int errors = 0; in printf_encode_decode_tests() local
66 errors++; in printf_encode_decode_tests()
74 errors++; in printf_encode_decode_tests()
82 errors++; in printf_encode_decode_tests()
91 errors++; in printf_encode_decode_tests()
96 errors++; in printf_encode_decode_tests()
99 errors++; in printf_encode_decode_tests()
102 errors++; in printf_encode_decode_tests()
105 errors++; in printf_encode_decode_tests()
114 errors++; in printf_encode_decode_tests()
[all …]
HDxml_libxml2.c62 struct str_buf errors; in xml_validate() local
77 os_memset(&errors, 0, sizeof(errors)); in xml_validate()
82 &errors); in xml_validate()
89 &errors); in xml_validate()
97 os_free(errors.buf); in xml_validate()
101 *ret_err = errors.buf; in xml_validate()
103 os_free(errors.buf); in xml_validate()
107 *ret_err = errors.buf; in xml_validate()
109 os_free(errors.buf); in xml_validate()
123 struct str_buf errors; in xml_validate_dtd() local
[all …]
/freebsd-13-stable/sys/geom/vinum/
HDgeom_vinum_share.c440 int j, errors; in gv_new_drive() local
448 errors = 0; in gv_new_drive()
453 errors++; in gv_new_drive()
460 errors++; in gv_new_drive()
475 errors++; in gv_new_drive()
477 if (errors) { in gv_new_drive()
490 int j, errors; in gv_new_volume() local
499 errors = 0; in gv_new_volume()
504 errors++; in gv_new_volume()
515 errors++; in gv_new_volume()
[all …]
/freebsd-13-stable/share/mk/
HDversion_gen.awk43 errors = warns = 0;
74 errors++;
80 errors++;
90 errors++;
98 errors++;
105 errors++;
130 errors++;
135 errors++;
163 errors++;
180 errors++;
[all …]
/freebsd-13-stable/contrib/openpam/misc/
HDgendoc.pl119 my %errors;
174 $errors{$1} = $2;
340 'errors' => \%errors,
360 my %errors;
370 foreach (keys %{$$func{errors}}) {
376 $errors{$1} = $$func{errors}->{$_};
390 foreach (keys %{$FUNCTIONS{$ref}->{errors}}) {
391 $errors{$_} //= $FUNCTIONS{$ref}->{errors}->{$_};
397 foreach (keys %{$$func{errors}}) {
399 delete($errors{$1});
[all …]
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
HD_libzfs_core.py38 from . import _error_translation as errors unknown
127 errors.lzc_create_translate_error(ret, name, ds_type, props)
162 errors.lzc_clone_translate_error(ret, name, origin, props)
185 errors.lzc_rollback_translate_error(ret, name)
203 errors.lzc_rollback_to_translate_error(ret, name, snap)
264 errors.lzc_snapshot_translate_errors(ret, errlist, snaps, props)
314 errors.lzc_destroy_snaps_translate_errors(ret, errlist, snaps, defer)
337 errors.lzc_bookmark_translate_errors(ret, errlist, bookmarks)
374 errors.lzc_get_bookmarks_translate_error(ret, fsname, props)
403 errors.lzc_destroy_bookmarks_translate_errors(ret, errlist, bookmarks)
[all …]
HDexceptions.py71 def __init__(self, errors, suppressed_count): argument
74 self.errno = errors[0].errno
75 self.errors = errors
81 ZFSError.__str__(self), len(self.errors), self.suppressed_count)
85 self.__class__.__name__, self.errno, self.message, self.errors,
204 def __init__(self, errors, suppressed_count): argument
205 super(SnapshotFailure, self).__init__(errors, suppressed_count)
211 def __init__(self, errors, suppressed_count): argument
213 errors, suppressed_count)
259 def __init__(self, errors, suppressed_count): argument
[all …]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/mkfile/
HDmkfile.c58 int errors = 0; in main() local
138 errors++; in main()
148 errors++; in main()
158 errors++; in main()
168 errors++; in main()
184 errors++; in main()
195 errors++; in main()
211 errors++; in main()
232 errors++; in main()
255 errors++; in main()
[all …]
/freebsd-13-stable/crypto/heimdal/lib/krb5/
HDtest_hostname.c77 int i, errors = 0; in test_expand_hostname() local
89 errors += expand_hostname(context, tests[i].orig_hostname); in test_expand_hostname()
92 return errors; in test_expand_hostname()
117 int optidx = 0, errors = 0; in main() local
141 errors += expand_hostname(context, *argv++); in main()
142 return errors; in main()
145 errors += test_expand_hostname(context); in main()
149 return errors; in main()
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
HDconfig_winreg.c53 int errors = 0; in wpa_config_read_blobs() local
98 errors++; in wpa_config_read_blobs()
105 errors++; in wpa_config_read_blobs()
115 return errors ? -1 : 0; in wpa_config_read_blobs()
203 int errors = 0; in wpa_config_read_global() local
226 errors++; in wpa_config_read_global()
235 errors++; in wpa_config_read_global()
249 errors++; in wpa_config_read_global()
255 errors++; in wpa_config_read_global()
285 errors++; in wpa_config_read_global()
[all …]
/freebsd-13-stable/bin/sh/tests/builtins/
HDcase9.02 errors=0
19 errors=$((errors + 1))
35 errors=$((errors + 1))
38 exit $((errors != 0))
/freebsd-13-stable/usr.sbin/config/
HDmkheaders.c54 int errors; in headers() local
56 errors = 0; in headers()
61 errors++; in headers()
64 if (errors) in headers()
65 errx(1, "%d errors", errors); in headers()
/freebsd-13-stable/contrib/wpa/src/crypto/
HDcrypto_module_tests.c945 int errors = 0; in test_md5() local
955 errors++; in test_md5()
967 errors++; in test_md5()
973 if (!errors) in test_md5()
976 return errors; in test_md5()
1091 int errors = 0; in test_eap_fast() local
1101 errors++; in test_eap_fast()
1111 errors++; in test_eap_fast()
1120 errors++; in test_eap_fast()
1131 errors++; in test_eap_fast()
[all …]
/freebsd-13-stable/bin/rmdir/
HDrmdir.c59 int ch, errors; in main() local
79 for (errors = 0; *argv; argv++) { in main()
82 errors = 1; in main()
87 errors |= rm_path(*argv); in main()
91 exit(errors); in main()
/freebsd-13-stable/contrib/subversion/subversion/svn/
HDchangelist-cmd.c48 apr_array_header_t *errors = apr_array_make(pool, 0, sizeof(apr_status_t)); in svn_cl__changelist() local
88 errors, opt_state->quiet, in svn_cl__changelist()
99 errors, opt_state->quiet, in svn_cl__changelist()
105 if (errors->nelts > 0) in svn_cl__changelist()
111 for (i = 0; i < errors->nelts; i++) in svn_cl__changelist()
113 apr_status_t status = APR_ARRAY_IDX(errors, i, apr_status_t); in svn_cl__changelist()
HDadd-cmd.c54 apr_array_header_t *errors = apr_array_make(pool, 0, sizeof(apr_status_t)); in svn_cl__add() local
83 errors, opt_state->quiet, in svn_cl__add()
91 if (errors->nelts > 0) in svn_cl__add()
96 for (i = 0; i < errors->nelts; i++) in svn_cl__add()
98 apr_status_t status = APR_ARRAY_IDX(errors, i, apr_status_t); in svn_cl__add()
HDcat-cmd.c53 apr_array_header_t *errors = apr_array_make(pool, 0, sizeof(apr_status_t)); in svn_cl__cat() local
83 errors, opt_state->quiet, in svn_cl__cat()
92 if (errors->nelts > 0) in svn_cl__cat()
96 for (i = 0; i < errors->nelts; i++) in svn_cl__cat()
98 apr_status_t status = APR_ARRAY_IDX(errors, i, apr_status_t); in svn_cl__cat()
/freebsd-13-stable/contrib/bearssl/tools/
HDerrors.c38 } errors[] = { variable
335 for (u = 0; errors[u].name; u ++) { in find_error_name()
336 if (errors[u].err == err) { in find_error_name()
338 *comment = errors[u].comment; in find_error_name()
340 return errors[u].name; in find_error_name()
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDport-prngd.c62 int fd, addr_len, rval, errors; in get_random_bytes_prngd() local
95 errors = 0; in get_random_bytes_prngd()
120 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd()
122 errors++; in get_random_bytes_prngd()
131 if (errno == EPIPE && errors < 10) { in get_random_bytes_prngd()
133 errors++; in get_random_bytes_prngd()
/freebsd-13-stable/sbin/bsdlabel/
HDbsdlabel.c739 int lineno = 0, errors = 0; in getasciilabel() local
758 errors++; in getasciilabel()
797 errors++; in getasciilabel()
815 errors++; in getasciilabel()
820 errors++; in getasciilabel()
841 errors++; in getasciilabel()
856 errors++; in getasciilabel()
866 errors++; in getasciilabel()
876 errors++; in getasciilabel()
886 errors++; in getasciilabel()
[all …]
/freebsd-13-stable/contrib/googletest/googletest/src/
HDgtest-typed-test.cc70 Message errors; in VerifyRegisteredTestNames() local
77 errors << "Test " << name << " is listed more than once.\n"; in VerifyRegisteredTestNames()
84 errors << "No test named " << name in VerifyRegisteredTestNames()
92 errors << "You forgot to list test " << it->first << ".\n"; in VerifyRegisteredTestNames()
96 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames()
/freebsd-13-stable/crypto/heimdal/kadmin/
HDtest_util.c51 int i, errors = 0; in test_time() local
60 errors++; in test_time()
64 errors++; in test_time()
68 return errors; in test_time()
/freebsd-13-stable/tools/tools/usbtest/
HDusb_modem_test.c59 uint32_t errors; member
126 if (modem.errors < 64) { in modem_in_state()
133 if (modem.errors < 64) { in modem_in_state()
138 modem.errors++; in modem_in_state()
205 (int)p->errors); in usb_modem_control_ep_test()
230 p->errors++; in usb_modem_control_ep_test()
242 p->errors++; in usb_modem_control_ep_test()
258 p->errors++; in usb_modem_control_ep_test()
322 (int)p->errors); in usb_modem_data_stress_test()
345 p->errors++; in usb_modem_data_stress_test()
[all …]
/freebsd-13-stable/sbin/kldload/
HDkldload.c130 int errors; in main() local
135 errors = 0; in main()
190 errors++; in main()
198 errors++; in main()
202 return (errors ? 1 : 0); in main()
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/
HDtst.invalidref.d40 errors = 0;
60 /errors > 1/
74 errors++;

12345678910>>...31