| /minix3/external/bsd/tcpdump/dist/tests/ |
| H A D | sflow_multiple_counter_30_pdus.out | 8 In errors 0, unknown protos 0 10 Out errors 0, promisc mode 2 12 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 14 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0 20 In errors 0, unknown protos 0 22 Out errors 0, promisc mode 2 24 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0 26 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0 32 In errors 0, unknown protos 0 34 Out errors 0, promisc mode 2 [all …]
|
| /minix3/external/bsd/dhcp/dist/server/ |
| H A D | db.c | 106 int errors = 0; local 122 ++errors; 128 ++errors; 133 ++errors; 138 ++errors; 143 ++errors; 148 ++errors; 153 ++errors; 160 ++errors; 169 ++errors; [all …]
|
| /minix3/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | writer.c | 96 return out->writer.writer(src, len, &out->errors, &out->writer); in base_write() 205 pgp_writer_info_finalise(pgp_error_t **errors, pgp_writer_t *writer) in pgp_writer_info_finalise() argument 210 ret = writer->finaliser(errors, writer); in pgp_writer_info_finalise() 213 if (writer->next && !pgp_writer_info_finalise(errors, writer->next)) { in pgp_writer_info_finalise() 337 ret = pgp_writer_info_finalise(&output->errors, &output->writer); in pgp_writer_close() 369 pgp_error_t ** errors) in stacked_write() argument 371 return writer->next->writer(src, len, errors, writer->next); in stacked_write() 397 pgp_error_t **errors, in pgp_writer_passthrough() argument 400 return stacked_write(writer, src, len, errors); in pgp_writer_passthrough() 418 pgp_error_t **errors, in dash_esc_writer() argument [all …]
|
| H A D | reader.c | 375 set_lastseen_headerline(dearmour_t *dearmour, char *hdr, pgp_error_t **errors) in set_lastseen_headerline() argument 382 PGP_ERROR_1(errors, PGP_E_R_BAD_FORMAT, in set_lastseen_headerline() 393 PGP_ERROR_1(errors, PGP_E_R_BAD_FORMAT, in set_lastseen_headerline() 399 PGP_ERROR_1(errors, PGP_E_R_BAD_FORMAT, "%s", in set_lastseen_headerline() 406 PGP_ERROR_1(errors, PGP_E_R_BAD_FORMAT, "%s", in set_lastseen_headerline() 413 PGP_ERROR_1(errors, PGP_E_R_BAD_FORMAT, "%s", in set_lastseen_headerline() 420 PGP_ERROR_1(errors, PGP_E_R_UNSUPPORTED, "%s", in set_lastseen_headerline() 426 PGP_ERROR_1(errors, PGP_E_R_BAD_FORMAT, "%s", in set_lastseen_headerline() 443 pgp_error_t **errors, in read_char() argument 457 } else if (pgp_stacked_read(stream, &c, 1, errors, readinfo, in read_char() [all …]
|
| H A D | compress.c | 116 pgp_error_t **errors, in zlib_compressed_data_reader() argument 161 errors, readinfo, cbinfo)) { in zlib_compressed_data_reader() 173 PGP_ERROR_1(cbinfo->errors, in zlib_compressed_data_reader() 180 PGP_ERROR_1(cbinfo->errors, in zlib_compressed_data_reader() 205 pgp_error_t **errors, in bzip2_compressed_data_reader() argument 242 errors, readinfo, cbinfo)) in bzip2_compressed_data_reader() 254 PGP_ERROR_1(cbinfo->errors, in bzip2_compressed_data_reader() 259 PGP_ERROR_1(cbinfo->errors, in bzip2_compressed_data_reader() 337 PGP_ERROR_1(&stream->errors, in pgp_decompress() 361 PGP_ERROR_1(&stream->errors, in pgp_decompress() [all …]
|
| H A D | validate.c | 93 keydata_reader(pgp_stream_t *stream, void *dest, size_t length, pgp_error_t **errors, in keydata_reader() argument 100 __PGP_USED(errors); in keydata_reader() 242 pgp_error_t **errors; in pgp_validate_key_cb() local 253 errors = pgp_callback_errors(cbinfo); in pgp_validate_key_cb() 367 PGP_ERROR_1(errors, PGP_E_UNIMPLEMENTED, in pgp_validate_key_cb() 373 PGP_ERROR_1(errors, PGP_E_UNIMPLEMENTED, in pgp_validate_key_cb() 382 PGP_ERROR_1(errors, PGP_E_UNIMPLEMENTED, "%s", in pgp_validate_key_cb() 386 PGP_ERROR_1(errors, PGP_E_V_BAD_SIGNATURE, "%s", in pgp_validate_key_cb() 391 PGP_ERROR_1(errors, PGP_E_UNIMPLEMENTED, "%s", in pgp_validate_key_cb() 432 pgp_error_t **errors; in validate_data_cb() local [all …]
|
| H A D | packet-parse.c | 129 &stream->errors, &stream->readinfo, &stream->cbinfo); in limread_data() 167 !pgp_limited_read(stream, *str, len, subregion, &stream->errors, in read_unsig_str() 222 sub_base_read(pgp_stream_t *stream, void *dest, size_t length, pgp_error_t **errors, in sub_base_read() argument 234 r = readinfo->reader(stream, (char *) dest + n, length - n, errors, in sub_base_read() 285 pgp_stacked_read(pgp_stream_t *stream, void *dest, size_t length, pgp_error_t **errors, in pgp_stacked_read() argument 288 return sub_base_read(stream, dest, length, errors, readinfo->next, cbinfo); in pgp_stacked_read() 295 return sub_base_read(stream, dest, length, &stream->errors, &stream->readinfo, in base_read() 308 pgp_error_t **errors, in full_read() argument 317 r = sub_base_read(stream, dest + t, length - t, errors, readinfo, in full_read() 400 pgp_error_t **errors, in pgp_limited_read() argument [all …]
|
| /minix3/crypto/external/bsd/openssl/dist/engines/vendor_defns/ |
| H A D | hwcryptohook.h | 333 errors, 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); 440 const HWCryptoHook_ErrMsgBuf * errors, 465 const HWCryptoHook_ErrMsgBuf * errors); 490 const HWCryptoHook_ErrMsgBuf * errors); 498 const HWCryptoHook_ErrMsgBuf * errors);
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | test_hostname.c | 79 int i, errors = 0; in test_expand_hostname() local 91 errors += expand_hostname(context, tests[i].orig_hostname); in test_expand_hostname() 94 return errors; in test_expand_hostname() 119 int optidx = 0, errors = 0; in main() local 143 errors += expand_hostname(context, *argv++); in main() 144 return errors; in main() 147 errors += test_expand_hostname(context); in main() 151 return errors; in main()
|
| /minix3/external/bsd/bind/dist/contrib/nslint-3.0a2/ |
| H A D | nslint.c | 191 int errors; variable 353 exit (errors != 0); in main() 469 ++errors; in checkdups() 766 ++errors; in doboot() 806 ++errors; in doboot() 934 ++errors; \ in doconf() 946 ++errors; \ in doconf() 999 ++errors; in doconf() 1009 ++errors; in doconf() 1020 ++errors; in doconf() [all …]
|
| /minix3/bin/rmdir/ |
| H A D | rmdir.c | 61 int ch, errors, pflag; in main() local 82 for (errors = 0; *argv; argv++) { in main() 86 errors = 1; in main() 88 errors |= rm_path(*argv); in main() 91 exit(errors); in main()
|
| /minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-typed-test.cc | 60 Message errors; in VerifyRegisteredTestNames() local 66 errors << "Test " << name << " is listed more than once.\n"; in VerifyRegisteredTestNames() 83 errors << "No test named " << name in VerifyRegisteredTestNames() 92 errors << "You forgot to list test " << *it << ".\n"; in VerifyRegisteredTestNames() 96 const String& errors_str = errors.GetString(); in VerifyRegisteredTestNames()
|
| /minix3/crypto/external/bsd/heimdal/dist/kuser/ |
| H A D | kvno.c | 104 int i, errors; in do_v5_kvno() local 144 errors = 0; in do_v5_kvno() 162 errors++; in do_v5_kvno() 170 errors++; in do_v5_kvno() 180 errors++; in do_v5_kvno() 188 errors++; in do_v5_kvno() 210 errors ++; in do_v5_kvno() 217 errors ++; in do_v5_kvno() 229 errors ++; in do_v5_kvno() 238 errors ++; in do_v5_kvno() [all …]
|
| H A D | kdeltkt.c | 72 int i, errors; in do_kdeltkt() local 105 errors = 0; in do_kdeltkt() 116 errors++; in do_kdeltkt() 123 errors++; in do_kdeltkt() 136 errors++; in do_kdeltkt() 150 errors++; in do_kdeltkt() 162 if (errors) in do_kdeltkt()
|
| H A D | kcpytkt.c | 72 int i, errors; in do_kcpytkt() local 110 errors = 0; in do_kcpytkt() 121 errors++; in do_kcpytkt() 128 errors++; in do_kcpytkt() 141 errors++; in do_kcpytkt() 155 errors++; in do_kcpytkt() 168 if (errors) in do_kcpytkt()
|
| /minix3/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | test_util.c | 53 int i, errors = 0; in test_time() local 62 errors++; in test_time() 66 errors++; in test_time() 70 return errors; in test_time()
|
| /minix3/external/bsd/fetch/lib/ |
| H A D | Makefile | 31 ftperr.h: ${LIBFETCHDIR}/ftp.errors ${LIBFETCHDIR}/errlist.sh 33 ${LIBFETCHDIR}/ftp.errors > ${.TARGET} 35 httperr.h: ${LIBFETCHDIR}/http.errors ${LIBFETCHDIR}/errlist.sh 37 ${LIBFETCHDIR}/http.errors > ${.TARGET}
|
| /minix3/bin/kill/ |
| H A D | kill.c | 74 int errors; in main() local 148 for (errors = 0; argc; argc--, argv++) { in main() 155 errors = 1; in main() 167 errors = 1; in main() 173 errors = 1; in main() 183 exit(errors); in main()
|
| /minix3/external/bsd/bind/dist/bin/tests/virtual-time/ |
| H A D | stop.pl | 48 my $errors = 0; 96 exit($errors ? 1 : 0); 155 $errors++; 162 $errors++;
|
| /minix3/external/bsd/bind/dist/bin/tests/system/ |
| H A D | stop.pl | 49 my $errors = 0; 99 exit($errors ? 1 : 0); 162 $errors++; 169 $errors++;
|
| /minix3/external/bsd/bind/dist/contrib/zkt-1.1.3/examples/views/extern/ |
| H A D | zkt-ext.log | 7 2008-06-12 17:59:04.196: notice: end of run: 0 errors occured 14 2008-06-12 17:59:17.436: notice: end of run: 0 errors occured 21 2008-06-12 18:00:07.819: notice: end of run: 0 errors occured 28 2008-06-12 18:00:39.020: notice: end of run: 0 errors occured 51 2008-10-03 01:00:46.114: notice: end of run: 0 errors occured
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | gai_strerror.c | 43 } errors[] = { variable 72 for (g = errors; g->str != NULL; ++g) in gai_strerror()
|
| /minix3/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | pkg.m4 | 49 # to PKG_CHECK_MODULES(), but does not set variables or print errors. 59 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then 122 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"` 124 $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
|
| /minix3/external/bsd/atf/dist/tools/ |
| H A D | test_helpers.hpp | 53 string_vector errors; in do_read() local 62 errors.push_back(*iter); in do_read() 68 return std::make_pair(reader.m_calls, errors); in do_read()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | bitreader.go | 36 err := errors.New(C.GoString(errmsg)) 47 err := errors.New(C.GoString(errmsg))
|