| /freebsd/contrib/wpa/src/utils/ |
| H A D | utils_module_tests.c | 51 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 …]
|
| H A D | xml_libxml2.c | 62 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/share/mk/ |
| H A D | version_gen.awk | 43 errors = warns = 0; 74 errors++; 80 errors++; 90 errors++; 98 errors++; 105 errors++; 130 errors++; 135 errors++; 163 errors++; 180 errors++; [all …]
|
| /freebsd/contrib/openpam/misc/ |
| H A D | gendoc.pl | 119 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/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 36 from . import _error_translation as errors unknown 89 errors.lzc_create_translate_error(ret, name, ds_type, props) 124 errors.lzc_clone_translate_error(ret, name, origin, props) 147 errors.lzc_rollback_translate_error(ret, name) 165 errors.lzc_rollback_to_translate_error(ret, name, snap) 226 errors.lzc_snapshot_translate_errors(ret, errlist, snaps, props) 276 errors.lzc_destroy_snaps_translate_errors(ret, errlist, snaps, defer) 299 errors.lzc_bookmark_translate_errors(ret, errlist, bookmarks) 336 errors.lzc_get_bookmarks_translate_error(ret, fsname, props) 365 errors.lzc_destroy_bookmarks_translate_errors(ret, errlist, bookmarks) [all …]
|
| H A D | exceptions.py | 73 def __init__(self, errors, suppressed_count): argument 76 self.errno = errors[0].errno 77 self.errors = errors 83 ZFSError.__str__(self), len(self.errors), self.suppressed_count) 87 self.__class__.__name__, self.errno, self.message, self.errors, 206 def __init__(self, errors, suppressed_count): argument 207 super(SnapshotFailure, self).__init__(errors, suppressed_count) 213 def __init__(self, errors, suppressed_count): argument 215 errors, suppressed_count) 261 def __init__(self, errors, suppressed_count): argument [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | mkfile.c | 65 int errors = 0; in main() local 145 errors++; in main() 155 errors++; in main() 165 errors++; in main() 175 errors++; in main() 191 errors++; in main() 202 errors++; in main() 218 errors++; in main() 239 errors++; in main() 262 errors++; in main() [all …]
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | test_hostname.c | 77 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/contrib/wpa/wpa_supplicant/ |
| H A D | config_winreg.c | 53 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/bin/sh/tests/builtins/ |
| H A D | case9.0 | 2 errors=0 19 errors=$((errors + 1)) 35 errors=$((errors + 1)) 38 exit $((errors != 0))
|
| /freebsd/usr.sbin/config/ |
| H A D | mkheaders.c | 48 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/contrib/wpa/src/crypto/ |
| H A D | crypto_module_tests.c | 945 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/bin/rmdir/ |
| H A D | rmdir.c | 47 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/crypto/krb5/src/clients/kdeltkt/ |
| H A D | kdeltkt.c | 67 int i, errors; in do_kdeltkt() local 108 errors = 0; in do_kdeltkt() 121 errors++; in do_kdeltkt() 129 errors++; in do_kdeltkt() 141 errors++; in do_kdeltkt() 154 errors++; in do_kdeltkt() 165 if (errors) in do_kdeltkt()
|
| /freebsd/contrib/bearssl/tools/ |
| H A D | errors.c | 38 } 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/krb5/src/clients/kcpytkt/ |
| H A D | kcpytkt.c | 72 int i, errors, retflags; in do_kcpytkt() local 113 errors = 0; in do_kcpytkt() 126 errors++; in do_kcpytkt() 134 errors++; in do_kcpytkt() 146 errors++; in do_kcpytkt() 157 errors++; in do_kcpytkt() 170 if (errors) in do_kcpytkt()
|
| /freebsd/sbin/bsdlabel/ |
| H A D | bsdlabel.c | 730 int lineno = 0, errors = 0; in getasciilabel() local 749 errors++; in getasciilabel() 788 errors++; in getasciilabel() 806 errors++; in getasciilabel() 811 errors++; in getasciilabel() 832 errors++; in getasciilabel() 847 errors++; in getasciilabel() 857 errors++; in getasciilabel() 867 errors++; in getasciilabel() 877 errors++; in getasciilabel() [all …]
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | port-prngd.c | 62 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/contrib/googletest/googletest/src/ |
| H A D | gtest-typed-test.cc | 70 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 D | test_util.c | 51 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 D | usb_modem_test.c | 59 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/sbin/kldload/ |
| H A D | kldload.c | 129 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/crypto/openssl/doc/designs/quic-design/ |
| H A D | error-handling.md | 7 The errors are put on the error stack (rather a queue but error stack is 15 push errors to these separate error stacks. It is unusual to invoke libssl 17 it is not a problem as applications are supposed to check for errors 30 This complicates _moving errors between threads_. 39 for stream level errors) is handled separately from the auxiliary error reason 45 We assume there are two types of errors that can be raised in the QUIC 51 Operations on QUIC streams (SSL_write(), SSL_read()) can also trigger errors, 63 Intermittent errors are handled within the library and cleared from the 66 Permanent errors happening within the assist thread, within SSL_tick() 74 for errors happening in the internal assistance thread. When a permanent error
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/ |
| H A D | tst.invalidref.d | 40 errors = 0; 60 /errors > 1/ 74 errors++;
|
| /freebsd/contrib/libxo/doc/ |
| H A D | Makefile.am | 11 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
|