/netbsd-src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | DotZLib.cs | 94 …public ZLibException(int errorCode, string msg) : base(String.Format("ZLib error {0} {1}", errorCo… in ZLibException() argument 103 public ZLibException(int errorCode) : base(String.Format("ZLib error {0}", errorCode)) in ZLibException() argument
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | DotZLib.cs | 94 …public ZLibException(int errorCode, string msg) : base(String.Format("ZLib error {0} {1}", errorCo… in ZLibException() argument 103 public ZLibException(int errorCode) : base(String.Format("ZLib error {0}", errorCode)) in ZLibException() argument
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | DotZLib.cs | 94 …public ZLibException(int errorCode, string msg) : base(String.Format("ZLib error {0} {1}", errorCo… in ZLibException() argument 103 public ZLibException(int errorCode) : base(String.Format("ZLib error {0}", errorCode)) in ZLibException() argument
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | DotZLib.cs | 94 …public ZLibException(int errorCode, string msg) : base(String.Format("ZLib error {0} {1}", errorCo… in ZLibException() argument 103 public ZLibException(int errorCode) : base(String.Format("ZLib error {0}", errorCode)) in ZLibException() argument
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | DotZLib.cs | 94 …public ZLibException(int errorCode, string msg) : base(String.Format("ZLib error {0} {1}", errorCo… in ZLibException() argument 103 public ZLibException(int errorCode) : base(String.Format("ZLib error {0}", errorCode)) in ZLibException() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | c-index-test.c | 2671 int errorCode; in perform_code_completion() local 2695 if ((errorCode = parse_file_line_column(input, &filename, &line, &column, in perform_code_completion() 2697 return errorCode; in perform_code_completion() 2817 int errorCode; in inspect_cursor_at() local 2839 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename, in inspect_cursor_at() 2842 return errorCode; in inspect_cursor_at() 3111 int errorCode; in find_file_refs_at() local 3133 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename, in find_file_refs_at() 3136 return errorCode; in find_file_refs_at() 4021 int errorCode = 0; in index_compile_db() local [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
H A D | cmp_msg.c | 719 int64_t errorCode, const char *details, in ossl_cmp_error_new() argument 736 if ((msg->body->value.error->errorCode = ASN1_INTEGER_new()) == NULL) in ossl_cmp_error_new() 738 if (!ASN1_INTEGER_set_int64(msg->body->value.error->errorCode, errorCode)) in ossl_cmp_error_new() 740 if (errorCode > 0 in ossl_cmp_error_new() 741 && (uint64_t)errorCode < ((uint64_t)ERR_SYSTEM_FLAG << 1)) { in ossl_cmp_error_new() 742 lib = ERR_lib_error_string((unsigned long)errorCode); in ossl_cmp_error_new() 743 reason = ERR_reason_error_string((unsigned long)errorCode); in ossl_cmp_error_new()
|
H A D | cmp_client.c | 214 if (emc->errorCode != NULL in send_receive_check() 216 ASN1_INTEGER_get(emc->errorCode)) > 0) in send_receive_check() 382 const char *txt, int errorCode, const char *details) in ossl_cmp_exchange_error() argument 393 if ((error = ossl_cmp_error_new(ctx, si, errorCode, details, 0)) == NULL) in ossl_cmp_exchange_error()
|
H A D | cmp_local.h | 358 ASN1_INTEGER *errorCode; member 887 int64_t errorCode, const char *details, 931 const char *txt, int errorCode, const char *detail);
|
H A D | cmp_asn.c | 65 ASN1_OPT(OSSL_CMP_ERRORMSGCONTENT, errorCode, ASN1_INTEGER),
|
H A D | cmp_server.c | 324 errorContent->errorCode, errorContent->errorDetails); in process_error()
|
/netbsd-src/external/bsd/pdisk/dist/ |
H A D | DoSCSICommand.c | 213 sensePtr->errorCode = 0; in DoSCSICommand() 267 && sensePtr->errorCode != 0 in DoSCSICommand() 335 sensePtr->errorCode = 0; in DoOriginalSCSICommand()
|
H A D | MacSCSICommand.h | 189 uint8_t errorCode; /* 0 Class code, valid lbn */ member
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
H A D | ossl_cmp_certreq_new.pod | 41 int64_t errorCode, const char *details, 145 I<si>, I<errorCode>, and optional I<details>. 146 If I<errorCode> is positive and in the range of an OpenSSL error code,
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | cmp_mock_srv.c | 319 const ASN1_INTEGER *errorCode, in process_error() argument 342 if (errorCode == NULL) in process_error() 345 BIO_printf(bio_err, "errorCode: %ld\n", ASN1_INTEGER_get(errorCode)); in process_error()
|
/netbsd-src/external/apache2/mDNSResponder/nss/ |
H A D | nss_mdnsd.c | 753 DNSServiceErrorType errorCode, in _mdns_addrinfo_cb() argument 766 if (errorCode == kDNSServiceErr_NoError) { in _mdns_addrinfo_cb() 798 DNSServiceErrorType errorCode, in _mdns_hostent_cb() argument 819 if (errorCode == kDNSServiceErr_NoError) { in _mdns_hostent_cb() 844 } else if (errorCode == kDNSServiceErr_NoSuchRecord) { in _mdns_hostent_cb()
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/ |
H A D | CHANGES | 23 - Sets errorCode with LDAP macro string value (better to test than the more
|
H A D | neoXldap.c | 309 int errorCode; local 397 if ((errorCode = ldap_result2error (ldap, resultMessage, 0)) 402 ldap_err2string(errorCode), 406 LDAP_SetErrorCode(ldaptcl, errorCode, interp);
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | cmp_server_test.c | 100 || !TEST_int_eq(ASN1_INTEGER_get(errorContent->errorCode), in execute_test_handle_request()
|
/netbsd-src/crypto/external/bsd/openssl/dist/fuzz/ |
H A D | cmp.c | 135 const ASN1_INTEGER *errorCode, in process_error() argument
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc2589.txt | 269 If the operation was successful, the errorCode field in the 273 the errorCode field will contain an appropriate value, as follows: If 274 the entry named by entryName could not be located, the errorCode 276 errorCode field will contain "objectClassViolation". If the 287 errorCode field will contain "insufficientAccessRights". If the 288 requestTtl field is too large, the errorCode field will contain
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
H A D | announce.c | 212 DNSServiceErrorType errorCode __attribute__((unused)), in dnsCallback() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
H A D | cindex.py | 3247 errorCode = c_uint() 3250 byref(errorCode)) 3252 raise CompilationDatabaseError(int(errorCode.value),
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | cmp.h.in | 427 const ASN1_INTEGER *errorCode,
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | socket.d | 204 int errorCode; /// Platform-specific error code. 214 errorCode = err;
|