| /freebsd-12-stable/crypto/heimdal/lib/krb5/ |
| D | krb5_err.et | 11 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 …]
|
| D | heim_err.et | 12 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 …]
|
| D | k524_err.et | 11 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
|
| /freebsd-12-stable/crypto/heimdal/lib/hx509/ |
| D | hx509_err.et | 12 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 …]
|
| /freebsd-12-stable/crypto/heimdal/lib/kadm5/ |
| D | kadm5_err.et | 11 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 …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| D | SampleProfWriter.h | 50 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 …]
|
| D | SampleProfReader.h | 352 virtual std::error_code readHeader() = 0; 371 std::error_code read() { in read() 372 if (std::error_code EC = readImpl()) in read() 381 virtual std::error_code readImpl() = 0; 551 std::error_code readHeader() override { return sampleprof_error::success; } in readHeader() 554 std::error_code readImpl() override; 567 virtual std::error_code readHeader() override; 570 std::error_code readImpl() override; 604 std::error_code readFuncProfile(const uint8_t *Start); 607 std::error_code readProfile(FunctionSamples &FProfile); [all …]
|
| /freebsd-12-stable/crypto/heimdal/lib/asn1/ |
| D | asn1_err.et | 10 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 …]
|
| /freebsd-12-stable/crypto/heimdal/lib/gssapi/krb5/ |
| D | gkrb5_err.et | 11 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 …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/ |
| D | SampleProfReader.cpp | 240 std::error_code SampleProfileReaderText::readImpl() { in readImpl() 387 std::error_code EC; in readNumber() 407 std::error_code EC; in readString() 421 std::error_code EC; in readUnencodedNumber() 436 std::error_code EC; in readStringIndex() 438 if (std::error_code EC = Idx.getError()) in readStringIndex() 447 if (std::error_code EC = Idx.getError()) in readStringFromTable() 459 if (std::error_code EC = Idx.getError()) in readStringFromTable() 469 if (std::error_code EC = FID.getError()) in readStringFromTable() 483 if (std::error_code EC = Idx.getError()) in readStringFromTable() [all …]
|
| D | SampleProfWriter.cpp | 44 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 …]
|
| /freebsd-12-stable/crypto/heimdal/lib/hdb/ |
| D | hdb_err.et | 13 #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 …]
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/ |
| D | filesystem | 79 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 …]
|
| /freebsd-12-stable/contrib/gdb/include/ |
| D | os9k.h | 161 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 …]
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | system_error | 31 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 …]
|
| /freebsd-12-stable/crypto/heimdal/lib/ntlm/ |
| D | ntlm_err.et | 10 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 …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | FileSystem.h | 297 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 …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/ |
| D | SerializedDiagnosticReader.h | 41 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 …]
|
| /freebsd-12-stable/crypto/heimdal/lib/wind/ |
| D | wind_err.et | 11 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 …]
|
| /freebsd-12-stable/lib/libc/net/ |
| D | nscachedcli.c | 260 int error_code; in __cached_write() local 263 error_code = -1; in __cached_write() 294 result = safe_read(connection, &error_code, sizeof(int)); in __cached_write() 296 error_code = -1; in __cached_write() 299 return (error_code); in __cached_write() 312 int error_code, rec_error_code; in __cached_read() local 317 error_code = -1; in __cached_read() 345 error_code = rec_error_code; in __cached_read() 355 error_code = -2; in __cached_read() 364 error_code = 0; in __cached_read() [all …]
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | ocd.c | 71 ocd_error (char *s, int error_code) in ocd_error() argument 78 switch (error_code) in ocd_error() 126 sprintf (buf, "Unknown error code %d", error_code); in ocd_error() 159 int error_code; in ocd_start_remote() local 182 error_code = p[2]; in ocd_start_remote() 184 if (error_code != 0) in ocd_start_remote() 185 ocd_error ("OCD_INIT:", error_code); in ocd_start_remote() 213 error_code = p[2]; in ocd_start_remote() 215 if (error_code != 0) in ocd_start_remote() 216 ocd_error ("OCD_SET_CTL_FLAGS:", error_code); in ocd_start_remote() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | AutoConvert.cpp | 20 std::error_code llvm::disableAutoConversion(int FD) { in disableAutoConversion() 27 return std::error_code(errno, std::generic_category()); in disableAutoConversion() 28 return std::error_code(); in disableAutoConversion() 31 std::error_code llvm::enableAutoConversion(int FD) { in enableAutoConversion() 39 return std::error_code(errno, std::generic_category()); in enableAutoConversion() 49 return std::error_code(errno, std::generic_category()); in enableAutoConversion() 50 return std::error_code(); in enableAutoConversion() 53 std::error_code llvm::setFileTag(int FD, int CCSID, bool Text) { in setFileTag() 63 return std::error_code(errno, std::generic_category()); in setFileTag() 64 return std::error_code(); in setFileTag()
|
| D | Error.cpp | 72 std::error_code ErrorList::convertToErrorCode() const { in convertToErrorCode() 73 return std::error_code(static_cast<int>(ErrorErrorCode::MultipleErrors), in convertToErrorCode() 77 std::error_code inconvertibleErrorCode() { in inconvertibleErrorCode() 78 return std::error_code(static_cast<int>(ErrorErrorCode::InconvertibleError), in inconvertibleErrorCode() 82 std::error_code FileError::convertToErrorCode() const { in convertToErrorCode() 83 return std::error_code(static_cast<int>(ErrorErrorCode::FileError), in convertToErrorCode() 87 Error errorCodeToError(std::error_code EC) { in errorCodeToError() 93 std::error_code errorToErrorCode(Error Err) { in errorToErrorCode() 94 std::error_code EC; in errorToErrorCode() 116 StringError::StringError(std::error_code EC, const Twine &S) in StringError() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/ |
| D | directory_iterator.cpp | 63 error_code& ec) { in posix_readdir() 116 __dir_stream(const path& root, directory_options opts, error_code& ec) in __dir_stream() 144 bool advance(error_code& ec) { in advance() 168 error_code close() noexcept { in close() 169 error_code ec; in close() 195 __dir_stream(const path& root, directory_options opts, error_code& ec) in __dir_stream() 215 bool advance(error_code& ec) { in advance() 234 error_code close() noexcept { in close() 235 error_code m_ec; in close() 252 directory_iterator::directory_iterator(const path& p, error_code* ec, in directory_iterator() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| D | Path.inc | 343 return std::error_code(errno, std::generic_category()); 352 std::error_code current_path(SmallVectorImpl<char> &result) { 362 return std::error_code(); 371 return std::error_code(errno, std::generic_category()); 379 return std::error_code(); 382 std::error_code set_current_path(const Twine &path) { 387 return std::error_code(errno, std::generic_category()); 389 return std::error_code(); 392 std::error_code create_directory(const Twine &path, bool IgnoreExisting, 399 return std::error_code(errno, std::generic_category()); [all …]
|