Searched refs:error_code (Results 1 - 25 of 508) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dwind_err.et11 error_code NONE, "No error"
12 error_code NO_PROFILE, "No such profile"
13 error_code OVERRUN, "Buffer overrun"
14 error_code UNDERUN, "Buffer underrun"
15 error_code LENGTH_NOT_MOD2, "Length not mod2"
16 error_code LENGTH_NOT_MOD4, "Length not mod4"
17 error_code INVALID_UTF8, "Invalid UTF-8 combination in string"
18 error_code INVALID_UTF16, "Invalid UTF-16 combination in string"
19 error_code INVALID_UTF32, "Invalid UTF-32 combination in string"
20 error_code NO_BO
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1_err.et10 error_code BAD_TIMEFORMAT, "ASN.1 failed call to system time library"
11 error_code MISSING_FIELD, "ASN.1 structure is missing a required field"
12 error_code MISPLACED_FIELD, "ASN.1 unexpected field number"
13 error_code TYPE_MISMATCH, "ASN.1 type numbers are inconsistent"
14 error_code OVERFLOW, "ASN.1 value too large"
15 error_code OVERRUN, "ASN.1 encoding ended unexpectedly"
16 error_code BAD_ID, "ASN.1 identifier doesn't match expected value"
17 error_code BAD_LENGTH, "ASN.1 length doesn't match expected value"
18 error_code BAD_FORMAT, "ASN.1 badly-formatted encoding"
19 error_code PARSE_ERRO
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dgkrb5_err.et11 error_code G_BAD_SERVICE_NAME, "No @ in SERVICE-NAME name string"
12 error_code G_BAD_STRING_UID, "STRING-UID-NAME contains nondigits"
13 error_code G_NOUSER, "UID does not resolve to username"
14 error_code G_VALIDATE_FAILED, "Validation error"
15 error_code G_BUFFER_ALLOC, "Couldn't allocate gss_buffer_t data"
16 error_code G_BAD_MSG_CTX, "Message context invalid"
17 error_code G_WRONG_SIZE, "Buffer is the wrong size"
18 error_code G_BAD_USAGE, "Credential usage type is unknown"
19 error_code G_UNKNOWN_QOP, "Unknown quality of protection specified"
23 error_code KG_CCACHE_NOMATC
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dk524_err.et11 error_code BADKEY, "wrong keytype in ticket"
12 error_code BADADDR, "incorrect network address"
13 error_code BADPRINC, "cannot convert V5 principal" #unused
14 error_code BADREALM, "V5 realm name longer than V4 maximum" #unused
15 error_code V4ERR, "kerberos V4 error server"
16 error_code ENCFULL, "encoding too large at server"
17 error_code DECEMPTY, "decoding out of data" #unused
18 error_code NOTRESP, "service not responding" #unused
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DWindowsError.h15 std::error_code mapWindowsError(unsigned EV);
H A DAutoConvert.h26 std::error_code disableAutoConversion(int FD);
31 std::error_code enableAutoConversion(int FD);
34 std::error_code setFileTag(int FD, int CCSID, bool Text);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h41 inline std::error_code make_error_code(SDError E) {
42 return std::error_code(static_cast<int>(E), SDErrorCategory());
66 std::error_code readDiagnostics(StringRef File);
76 std::error_code readMetaBlock(llvm::BitstreamCursor &Stream);
79 std::error_code readDiagnosticBlock(llvm::BitstreamCursor &Stream);
83 virtual std::error_code visitStartOfDiagnostic() { return {}; }
86 virtual std::error_code visitEndOfDiagnostic() { return {}; }
89 virtual std::error_code visitCategoryRecord(unsigned ID, StringRef Name) {
94 virtual std::error_code visitDiagFlagRecord(unsigned ID, StringRef Name) {
99 virtual std::error_code
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DAutoConvert.cpp20 std::error_code llvm::disableAutoConversion(int FD) {
27 return std::error_code(errno, std::generic_category());
28 return std::error_code();
31 std::error_code llvm::enableAutoConversion(int FD) {
39 return std::error_code(errno, std::generic_category());
49 return std::error_code(errno, std::generic_category());
50 return std::error_code();
53 std::error_code llvm::setFileTag(int FD, int CCSID, bool Text) {
63 return std::error_code(errno, std::generic_category());
64 return std::error_code();
[all...]
H A DRandomNumberGenerator.cpp58 std::error_code llvm::getRandomBytes(void *Buffer, size_t Size) {
65 return std::error_code();
67 return std::error_code(GetLastError(), std::system_category());
71 std::error_code Ret;
74 Ret = std::error_code(errno, std::system_category());
76 Ret = std::error_code(EIO, std::system_category());
78 Ret = std::error_code(errno, std::system_category());
82 return std::error_code(errno, std::system_category());
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
H A DError.h27 inline std::error_code make_error_code(cxxdump_error e) {
28 return std::error_code(static_cast<int>(e), cxxdump_category());
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DError.cpp18 std::error_code ClusteringError::convertToErrorCode() const {
26 std::error_code SnippetCrash::convertToErrorCode() const {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h57 path canonical(const path& __p, error_code& __ec);
58 path canonical(const path& __p, const path& __base, error_code& __ec);
65 copy(const path& __from, const path& __to, error_code& __ec) noexcept
70 error_code& __ec) noexcept;
77 copy_file(const path& __from, const path& __to, error_code& __ec)
82 error_code& __ec);
86 error_code& __ec) noexcept;
89 bool create_directories(const path& __p, error_code& __ec);
92 bool create_directory(const path& __p, error_code& __ec) noexcept;
96 error_code
[all...]
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dos9k.h162 error_code _os_crc (void *, u_int32, int *);
163 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **);
164 error_code _os_get_moddir (void *, u_int32 *);
165 error_code _os_initdata (mh_com *, void *);
166 error_code _os_link (char **, mh_com **, void **, u_int16 *, u_int16 *);
167 error_code _os_linkm (mh_com *, void **, u_int16 *, u_int16 *);
168 error_code _os_load (char *, mh_com **, void **, u_int32, u_int16 *, u_int16 *, u_int32);
169 error_code _os_mkmodule (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_com **, u_int32);
170 error_code _os_modaddr (void *, mh_com **);
171 error_code _os_setcr
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dos9k.h162 error_code _os_crc (void *, u_int32, int *);
163 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **);
164 error_code _os_get_moddir (void *, u_int32 *);
165 error_code _os_initdata (mh_com *, void *);
166 error_code _os_link (char **, mh_com **, void **, u_int16 *, u_int16 *);
167 error_code _os_linkm (mh_com *, void **, u_int16 *, u_int16 *);
168 error_code _os_load (char *, mh_com **, void **, u_int32, u_int16 *, u_int16 *, u_int32);
169 error_code _os_mkmodule (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_com **, u_int32);
170 error_code _os_modaddr (void *, mh_com **);
171 error_code _os_setcr
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dos9k.h162 error_code _os_crc (void *, u_int32, int *);
163 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **);
164 error_code _os_get_moddir (void *, u_int32 *);
165 error_code _os_initdata (mh_com *, void *);
166 error_code _os_link (char **, mh_com **, void **, u_int16 *, u_int16 *);
167 error_code _os_linkm (mh_com *, void **, u_int16 *, u_int16 *);
168 error_code _os_load (char *, mh_com **, void **, u_int32, u_int16 *, u_int16 *, u_int32);
169 error_code _os_mkmodule (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_com **, u_int32);
170 error_code _os_modaddr (void *, mh_com **);
171 error_code _os_setcr
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dos9k.h162 error_code _os_crc (void *, u_int32, int *);
163 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **);
164 error_code _os_get_moddir (void *, u_int32 *);
165 error_code _os_initdata (mh_com *, void *);
166 error_code _os_link (char **, mh_com **, void **, u_int16 *, u_int16 *);
167 error_code _os_linkm (mh_com *, void **, u_int16 *, u_int16 *);
168 error_code _os_load (char *, mh_com **, void **, u_int32, u_int16 *, u_int16 *, u_int32);
169 error_code _os_mkmodule (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_com **, u_int32);
170 error_code _os_modaddr (void *, mh_com **);
171 error_code _os_setcr
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h50 virtual std::error_code writeSample(const FunctionSamples &S) = 0;
55 virtual std::error_code write(const StringMap<FunctionSamples> &ProfileMap);
81 virtual std::error_code
85 virtual std::error_code
104 std::error_code writeSample(const FunctionSamples &S) override;
110 std::error_code
132 virtual std::error_code writeSample(const FunctionSamples &S) override;
135 virtual std::error_code writeMagicIdent(SampleProfileFormat Format);
136 virtual std::error_code writeNameTable();
137 virtual std::error_code
[all...]
H A DSampleProfReader.h351 virtual std::error_code readHeader() = 0;
354 std::error_code read() {
355 if (std::error_code EC = readImpl())
364 virtual std::error_code readImpl() = 0;
523 std::error_code readHeader() override { return sampleprof_error::success; }
526 std::error_code readImpl() override;
539 virtual std::error_code readHeader() override;
542 std::error_code readImpl() override;
576 std::error_code readFuncProfile(const uint8_t *Start);
579 std::error_code readProfil
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dcompile_et.h59 struct error_code { struct
63 struct error_code *next, **tail;
66 extern struct error_code *codes;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Derror.c41 int error_code; member in struct:heim_error
58 if (ap->error_code == bp->error_code)
67 return p->error_code;
90 heim_error_create_opt(heim_error_t *error, int error_code, const char *fmt, ...) argument
95 *error = heim_error_createv(error_code, fmt, ap);
101 heim_error_create(int error_code, const char *fmt, ...) argument
107 e = heim_error_createv(error_code, fmt, ap);
114 heim_error_createv(int error_code, const char *fmt, va_list ap) argument
135 e->error_code
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h48 path absolute(const path& __p, error_code& __ec);
51 path canonical(const path& __p, error_code& __ec);
58 copy(const path& __from, const path& __to, error_code& __ec)
63 error_code& __ec);
70 copy_file(const path& __from, const path& __to, error_code& __ec)
75 error_code& __ec);
79 error_code& __ec) noexcept;
82 bool create_directories(const path& __p, error_code& __ec);
85 bool create_directory(const path& __p, error_code& __ec) noexcept;
89 error_code
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h51 path absolute(const path& __p, error_code& __ec);
57 path canonical(const path& __p, error_code& __ec);
64 copy(const path& __from, const path& __to, error_code& __ec)
69 error_code& __ec);
76 copy_file(const path& __from, const path& __to, error_code& __ec)
81 error_code& __ec);
85 error_code& __ec) noexcept;
88 bool create_directories(const path& __p, error_code& __ec);
91 bool create_directory(const path& __p, error_code& __ec) noexcept;
95 error_code
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h61 path canonical(const path& __p, error_code& __ec);
64 path canonical(const path& __p, const path& __base, error_code& __ec);
71 copy(const path& __from, const path& __to, error_code& __ec) noexcept
77 error_code& __ec) noexcept;
84 copy_file(const path& __from, const path& __to, error_code& __ec)
89 error_code& __ec);
93 error_code& __ec) noexcept;
96 bool create_directories(const path& __p, error_code& __ec);
99 bool create_directory(const path& __p, error_code& __ec) noexcept;
103 error_code
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Derror.c125 * Get an error string from context associated with error_code.
128 * @param error_code Get error message for this error code.
136 hx509_get_error_string(hx509_context context, int error_code) argument
142 if (msg == NULL || heim_error_get_code(msg) != error_code) {
145 cstr = com_right(context->et_list, error_code);
148 cstr = strerror(error_code);
151 if (asprintf(&str, "<unknown error: %d>", error_code) == -1)
185 * @param error_code Error code for the reason to exit.
194 int error_code, const char *fmt, ...)
204 msg = hx509_get_error_string(context, error_code);
193 hx509_err(hx509_context context, int exit_code, int error_code, const char *fmt, ...) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp193 std::error_code reportBad(enum CXLoadDiag_Error code, llvm::StringRef err) {
201 std::error_code reportInvalidFile(llvm::StringRef err) {
205 std::error_code readRange(const serialized_diags::Location &SDStart,
209 std::error_code readLocation(const serialized_diags::Location &SDLoc,
213 std::error_code visitStartOfDiagnostic() override;
214 std::error_code visitEndOfDiagnostic() override;
216 std::error_code visitCategoryRecord(unsigned ID, StringRef Name) override;
218 std::error_code visitDiagFlagRecord(unsigned ID, StringRef Name) override;
220 std::error_code visitDiagnosticRecord(
224 std::error_code visitFilenameRecor
[all...]

Completed in 223 milliseconds

1234567891011>>