Home
last modified time | relevance | path

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

12345678910>>...34

/freebsd/contrib/wpa/src/utils/
H A Dutils_module_tests.c66 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()
117 errors++; in printf_encode_decode_tests()
[all …]
H A Dxml_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()
103 os_free(errors.buf); in xml_validate()
109 os_free(errors.buf); in xml_validate()
123 struct str_buf errors; in xml_validate_dtd() local
138 os_memset(&errors, 0, sizeof(errors)); in xml_validate_dtd()
155 os_free(errors.buf); in xml_validate_dtd()
[all …]
/freebsd/sys/geom/vinum/
H A Dgeom_vinum_share.c447 errors = 0; in gv_new_drive()
452 errors++; in gv_new_drive()
459 errors++; in gv_new_drive()
474 errors++; in gv_new_drive()
498 errors = 0; in gv_new_volume()
514 errors++; in gv_new_volume()
538 errors = 0; in gv_new_plex()
583 errors++; in gv_new_plex()
610 errors = 0; in gv_new_sd()
674 errors++; in gv_new_sd()
[all …]
/freebsd/share/mk/
H A Dversion_gen.awk74 errors++;
80 errors++;
90 errors++;
98 errors++;
105 errors++;
130 errors++;
135 errors++;
163 errors++;
180 errors++;
190 errors++;
[all …]
/freebsd/contrib/openpam/misc/
H A Dgendoc.pl119 my %errors;
174 $errors{$1} = $2;
340 'errors' => \%errors,
360 my %errors;
376 $errors{$1} = $$func{errors}->{$_};
391 $errors{$_} //= $FUNCTIONS{$ref}->{errors}->{$_};
399 delete($errors{$1});
403 $$func{errors} = \%errors;
435 my %errors;
495 %errors = %{$$func{errors}};
[all …]
/freebsd/contrib/libdiff/test/
H A Dverify_all.sh18 rm -f errors
45 echo "FAIL: $got_diff != $expected_diff" | tee -a errors
53 echo "FAIL: $orig_right != $verify_right" | tee -a errors
60 echo "FAIL: $orig_left != $verify_left" | tee -a errors
68 echo "FAIL: $orig_left != $verify_left" | tee -a errors
72 echo "FAIL: $orig_right != $verify_right" | tee -a errors
101 echo "FAIL: $prog_output != $expect_output" | tee -a errors
108 if [ -f errors ]; then
110 cat errors
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py38 from . import _error_translation as errors unknown
185 errors.lzc_rollback_translate_error(ret, name)
805 errors.lzc_receive_translate_errors(
941 errors.lzc_channel_program_translate_error(
986 errors.lzc_channel_program_translate_error(
1062 errors.lzc_receive_translate_errors(
1149 errors.lzc_receive_translate_errors(
1303 errors.lzc_receive_translate_errors(
1424 errors.lzc_receive_translate_errors(
1553 errors.lzc_receive_translate_errors(
[all …]
H A Dexceptions.py72 def __init__(self, errors, suppressed_count): argument
75 self.errno = errors[0].errno
76 self.errors = errors
205 def __init__(self, errors, suppressed_count): argument
212 def __init__(self, errors, suppressed_count): argument
214 errors, suppressed_count)
260 def __init__(self, errors, suppressed_count): argument
267 def __init__(self, errors, suppressed_count): argument
269 errors, suppressed_count)
296 def __init__(self, errors, suppressed_count): argument
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmkfile.c64 int errors = 0; in main() local
144 errors++; in main()
154 errors++; in main()
164 errors++; in main()
174 errors++; in main()
190 errors++; in main()
201 errors++; in main()
217 errors++; in main()
238 errors++; in main()
261 errors++; in main()
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_module_tests.c1101 errors++; in test_eap_fast()
1111 errors++; in test_eap_fast()
1120 errors++; in test_eap_fast()
1131 errors++; in test_eap_fast()
1139 errors++; in test_eap_fast()
1148 errors++; in test_eap_fast()
1968 errors++; in test_sha384()
1980 errors++; in test_sha384()
2239 errors++; in test_ms_funcs()
2247 errors++; in test_ms_funcs()
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_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/usr.sbin/config/
H A Dmkheaders.c48 int errors; in headers() local
50 errors = 0; in headers()
55 errors++; in headers()
58 if (errors) in headers()
59 errx(1, "%d errors", errors); in headers()
/freebsd/bin/sh/tests/builtins/
H A Dcase9.02 errors=0
19 errors=$((errors + 1))
35 errors=$((errors + 1))
38 exit $((errors != 0))
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_winreg.c98 errors++; in wpa_config_read_blobs()
105 errors++; in wpa_config_read_blobs()
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()
350 errors++; in wpa_config_read_network()
482 errors++; in wpa_config_read()
485 errors++; in wpa_config_read()
[all …]
/freebsd/bin/rmdir/
H A Drmdir.c47 int ch, errors; in main() local
67 for (errors = 0; *argv; argv++) { in main()
70 errors = 1; in main()
75 errors |= rm_path(*argv); in main()
79 exit(errors); in main()
/freebsd/contrib/bearssl/tools/
H A Derrors.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/crypto/openssh/openbsd-compat/
H A Dport-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/sbin/bsdlabel/
H A Dbsdlabel.c749 errors++; in getasciilabel()
947 errors++; in getasciilabel()
957 errors++; in getasciilabel()
963 errors++; in getasciilabel()
1112 errors++; in checklabel()
1122 errors++; in checklabel()
1128 errors++; in checklabel()
1133 errors++; in checklabel()
1251 errors++; in checklabel()
1269 errors++; in checklabel()
[all …]
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-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/crypto/heimdal/kadmin/
H A Dtest_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/tools/tools/usbtest/
H A Dusb_modem_test.c59 uint32_t errors; member
126 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()
365 p->errors++; in usb_modem_data_stress_test()
[all …]
/freebsd/sbin/kldload/
H A Dkldload.c129 int errors; in main() local
134 errors = 0; in main()
189 errors++; in main()
197 errors++; in main()
201 return (errors ? 1 : 0); in main()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/
H A Dtst.invalidref.d40 errors = 0;
60 /errors > 1/
74 errors++;
/freebsd/contrib/libxo/doc/
H A DMakefile.am11 doc docs: xolint-errors.rst html
20 xolint-errors.rst: ${top_srcdir}/xolint/xolint.pl
21 perl ${top_srcdir}/xolint/xolint.pl -D > ${top_srcdir}/doc/xolint-errors.rst
/freebsd/usr.bin/gh-bc/tests/
H A DMakefile31 FILESbc_errorsDIR= ${TESTSDIR}/tests/bc/errors
32 FILESbc_errors!= echo ${TEST_DIR}/tests/bc/errors/*.*
47 FILESdc_errorsDIR= ${TESTSDIR}/tests/dc/errors
48 FILESdc_errors!= echo ${TEST_DIR}/tests/dc/errors/*.*

12345678910>>...34