Home
last modified time | relevance | path

Searched refs:error_code (Results 1 – 25 of 560) sorted by relevance

12345678910>>...23

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkrb5_err.et11 error_code NONE, "No error"
12 error_code NAME_EXP, "Client's entry in database has expired"
13 error_code SERVICE_EXP, "Server's entry in database has expired"
14 error_code BAD_PVNO, "Requested protocol version not supported"
15 error_code C_OLD_MAST_KVNO, "Client's key is encrypted in an old master key"
16 error_code S_OLD_MAST_KVNO, "Server's key is encrypted in an old master key"
17 error_code C_PRINCIPAL_UNKNOWN, "Client not found in Kerberos database"
18 error_code S_PRINCIPAL_UNKNOWN, "Server not found in Kerberos database"
19 error_code PRINCIPAL_NOT_UNIQUE,"Principal has multiple entries in Kerberos database"
20 error_code NULL_KEY, "Client or server has a null key"
[all …]
H A Dheim_err.et12 error_code LOG_PARSE, "Error parsing log destination"
13 error_code V4_PRINC_NO_CONV, "Failed to convert v4 principal"
14 error_code SALTTYPE_NOSUPP, "Salt type is not supported by enctype"
15 error_code NOHOST, "Host not found"
16 error_code OPNOTSUPP, "Operation not supported"
17 error_code EOF, "End of file"
18 error_code BAD_MKEY, "Failed to get the master key"
19 error_code SERVICE_NOMATCH, "Unacceptable service used"
20 error_code NOT_SEEKABLE, "File descriptor not seekable"
21 error_code TOO_BIG, "Offset too large"
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhx509_err.et12 error_code BAD_TIMEFORMAT, "ASN.1 failed call to system time library"
13 error_code EXTENSION_NOT_FOUND, "Extension not found"
14 error_code NO_PATH, "Certification path not found"
15 error_code PARENT_NOT_CA, "Parent certificate is not a CA"
16 error_code CA_PATH_TOO_DEEP, "CA path too deep"
17 error_code SIG_ALG_NO_SUPPORTED, "Signature algorithm not supported"
18 error_code SIG_ALG_DONT_MATCH_KEY_ALG, "Signature algorithm doesn't match certificate key"
19 error_code CERT_USED_BEFORE_TIME, "Certificate used before it became valid"
20 error_code CERT_USED_AFTER_TIME, "Certificate used after it became invalid"
21 error_code PRIVATE_KEY_MISSING, "Private key required for the operation is missing"
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dkadm5_err.et11 error_code FAILURE, "Operation failed for unspecified reason"
12 error_code AUTH_GET, "Operation requires `get' privilege"
13 error_code AUTH_ADD, "Operation requires `add' privilege"
14 error_code AUTH_MODIFY, "Operation requires `modify' privilege"
15 error_code AUTH_DELETE, "Operation requires `delete' privilege"
16 error_code AUTH_INSUFFICIENT, "Insufficient authorization for operation"
17 error_code BAD_DB, "Database inconsistency detected"
18 error_code DUP, "Principal or policy already exists"
19 error_code RPC_ERROR, "Communication failure with server"
20 error_code NO_SRV, "No administration server found for realm"
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ntlm/
H A Dntlm_err.et10 error_code DECODE, "Failed to decode packet"
11 error_code INVALID_LENGTH, "Input length invalid"
12 error_code CRYPTO, "Failed crypto primitive"
13 error_code RAND, "Random generator failed"
14 error_code AUTH, "NTLM authentication failed"
15 error_code TIME_SKEW, "Client time skewed to server"
16 error_code OEM, "Client set OEM string"
17 error_code MISSING_NAME_SEPARATOR, "missing @ or \\\\ in name"
18 error_code MISSING_BUFFER, "missing expected buffer"
19 error_code INVALID_APOP, "Invalid APOP response"
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h48 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
51 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
58 copy(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
63 error_code& __ec); in _GLIBCXX_VISIBILITY()
70 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
75 error_code& __ec); in _GLIBCXX_VISIBILITY()
79 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
82 bool create_directories(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
85 bool create_directory(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
89 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h57 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
58 path canonical(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
65 copy(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
70 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
77 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
82 error_code& __ec); in _GLIBCXX_VISIBILITY()
86 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
89 bool create_directories(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
92 bool create_directory(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
96 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h51 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
57 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
64 copy(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
69 error_code& __ec); in _GLIBCXX_VISIBILITY()
76 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
81 error_code& __ec); in _GLIBCXX_VISIBILITY()
85 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
88 bool create_directories(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
91 bool create_directory(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
95 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp230 std::error_code SampleProfileReaderText::readImpl() { in readImpl()
372 std::error_code EC; in readNumber()
392 std::error_code EC; in readString()
406 std::error_code EC; in readUnencodedNumber()
421 std::error_code EC; in readStringIndex()
423 if (std::error_code EC = Idx.getError()) in readStringIndex()
432 if (std::error_code EC = Idx.getError()) in readStringFromTable()
444 if (std::error_code EC = Idx.getError()) in readStringFromTable()
454 if (std::error_code EC = FID.getError()) in readStringFromTable()
468 if (std::error_code EC = Idx.getError()) in readStringFromTable()
[all …]
H A DSampleProfWriter.cpp44 std::error_code SampleProfileWriter::writeFuncProfiles( in writeFuncProfiles()
62 if (std::error_code EC = writeSample(*I.second)) in writeFuncProfiles()
68 std::error_code
70 if (std::error_code EC = writeHeader(ProfileMap)) in write()
73 if (std::error_code EC = writeFuncProfiles(ProfileMap)) in write()
95 std::error_code SampleProfileWriterExtBinaryBase::compressAndOutput() { in compressAndOutput()
118 std::error_code SampleProfileWriterExtBinaryBase::addNewSection( in addNewSection()
125 if (std::error_code EC = compressAndOutput()) in addNewSection()
133 std::error_code SampleProfileWriterExtBinaryBase::write( in write()
135 if (std::error_code EC = writeHeader(ProfileMap)) in write()
[all …]
/netbsd-src/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() { in read()
355 if (std::error_code EC = readImpl()) in read()
364 virtual std::error_code readImpl() = 0;
523 std::error_code readHeader() override { return sampleprof_error::success; } in readHeader()
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 readProfile(FunctionSamples &FProfile);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h61 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
64 path canonical(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY()
71 copy(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
77 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
84 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
89 error_code& __ec); in _GLIBCXX_VISIBILITY()
93 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
96 bool create_directories(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY()
99 bool create_directory(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
103 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/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_ERROR, "ASN.1 parse error"
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb_err.et13 #error_code INUSE, "Entry already exists in database"
14 error_code UK_SERROR, "Database store error"
15 error_code UK_RERROR, "Database read error"
16 error_code NOENTRY, "No such entry in the database"
17 error_code DB_INUSE, "Database is locked or in use--try again later"
18 error_code DB_CHANGED, "Database was modified during read"
19 error_code RECURSIVELOCK, "Attempt to lock database twice"
20 error_code NOTLOCKED, "Attempt to unlock database when not locked"
21 error_code BADLOCKMODE, "Invalid kdb lock mode"
22 error_code CANT_LOCK_DB, "Insufficient access to lock database"
[all …]
/netbsd-src/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_NOMATCH, "Principal in credential cache does not match desired name"
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp193 std::error_code reportBad(enum CXLoadDiag_Error code, llvm::StringRef err) { in reportBad()
201 std::error_code reportInvalidFile(llvm::StringRef err) { in reportInvalidFile()
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 visitFilenameRecord(unsigned ID, unsigned Size,
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/
H A Dfilesystem79 path absolute(const path& p, error_code &ec);
82 path canonical(const path& p, error_code& ec);
85 void copy(const path& from, const path& to, error_code& ec);
88 error_code& ec);
91 bool copy_file(const path& from, const path& to, error_code& ec);
94 error_code& ec);
98 error_code& ec) noexcept;
101 bool create_directories(const path& p, error_code& ec);
104 bool create_directory(const path& p, error_code& ec) noexcept;
108 error_code& ec) noexcept;
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dsystem_error31 virtual bool equivalent(const error_code& code, int condition) const noexcept;
54 class error_code
58 error_code() noexcept;
59 error_code(int val, const error_category& cat) noexcept;
61 error_code(ErrorCodeEnum e) noexcept;
66 error_code& operator=(ErrorCodeEnum e) noexcept;
78 bool operator<(const error_code& lhs, const error_code& rhs) noexcept;
81 operator<<(basic_ostream<charT,traits>& os, const error_code& ec);
111 system_error(error_code ec, const string& what_arg);
112 system_error(error_code ec, const char* what_arg);
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dos9k.h161 error_code _os_crc (void *, u_int32, int *);
162 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **);
163 error_code _os_get_moddir (void *, u_int32 *);
164 error_code _os_initdata (mh_com *, void *);
165 error_code _os_link (char **, mh_com **, void **, u_int16 *, u_int16 *);
166 error_code _os_linkm (mh_com *, void **, u_int16 *, u_int16 *);
167 error_code _os_load (char *, mh_com **, void **, u_int32, u_int16 *, u_int16 *, u_int32);
168 error_code _os_mkmodule (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_com **, u_int3…
169 error_code _os_modaddr (void *, mh_com **);
170 error_code _os_setcrc (mh_com *);
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dos9k.h161 error_code _os_crc (void *, u_int32, int *);
162 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **);
163 error_code _os_get_moddir (void *, u_int32 *);
164 error_code _os_initdata (mh_com *, void *);
165 error_code _os_link (char **, mh_com **, void **, u_int16 *, u_int16 *);
166 error_code _os_linkm (mh_com *, void **, u_int16 *, u_int16 *);
167 error_code _os_load (char *, mh_com **, void **, u_int32, u_int16 *, u_int16 *, u_int32);
168 error_code _os_mkmodule (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_com **, u_int3…
169 error_code _os_modaddr (void *, mh_com **);
170 error_code _os_setcrc (mh_com *);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h297 std::error_code make_absolute(SmallVectorImpl<char> &path);
305 std::error_code create_directories(const Twine &path,
315 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true,
329 std::error_code create_link(const Twine &to, const Twine &from);
337 std::error_code create_hard_link(const Twine &to, const Twine &from);
346 std::error_code real_path(const Twine &path, SmallVectorImpl<char> &output,
360 std::error_code current_path(SmallVectorImpl<char> &result);
367 std::error_code set_current_path(const Twine &path);
375 std::error_code remove(const Twine &path, bool IgnoreNonExisting = true);
382 std::error_code remove_directories(const Twine &path, bool IgnoreErrors = true);
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h41 inline std::error_code make_error_code(SDError E) { in make_error_code()
42 return std::error_code(static_cast<int>(E), SDErrorCategory()); in make_error_code()
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 {}; } in visitStartOfDiagnostic()
86 virtual std::error_code visitEndOfDiagnostic() { return {}; } in visitEndOfDiagnostic()
89 virtual std::error_code visitCategoryRecord(unsigned ID, StringRef Name) { in visitCategoryRecord()
94 virtual std::error_code visitDiagFlagRecord(unsigned ID, StringRef Name) { in visitDiagFlagRecord()
99 virtual std::error_code
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dsystem_error54 class error_code;
83 * stored in an `error_code` or `error_condition` object. For example,
133 equivalent(const error_code& __code, int __i) const noexcept;
164 error_code make_error_code(errc) noexcept;
166 /** Class error_code
173 * An `error_code` object can be used to store the original error value
180 struct error_code
182 error_code() noexcept
185 error_code(int __v, const error_category& __cat) noexcept
190 error_code(_ErrorCodeEnum __e) noexcept
[all …]
/netbsd-src/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_BOM, "No byte order mark (BOM) in string"
[all …]

12345678910>>...23