/freebsd/crypto/heimdal/lib/krb5/ |
H A 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 …]
|
H A 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 …]
|
H A 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/crypto/heimdal/lib/hx509/ |
H A 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/crypto/heimdal/lib/kadm5/ |
H A 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/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | operations.h | 36 _LIBCPP_EXPORTED_FROM_ABI path __absolute(const path&, error_code* __ec = nullptr); 37 _LIBCPP_EXPORTED_FROM_ABI path __canonical(const path&, error_code* __ec = nullptr); 39 __copy_file(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 41 __copy_symlink(const path& __existing_symlink, const path& __new_symlink, error_code* __ec = nullpt… 43 __copy(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 44 _LIBCPP_EXPORTED_FROM_ABI bool __create_directories(const path&, error_code* = nullptr); 46 __create_directory_symlink(const path& __to, const path& __new_symlink, error_code* __ec = nullptr); 47 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, error_code* = nullptr); 48 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, const path& __attributes, error_code… 50 __create_hard_link(const path& __to, const path& __new_hard_link, error_code* __ec = nullptr); [all …]
|
H A D | directory_entry.h | 52 error_code __ec; in directory_entry() 56 …_LIBCPP_HIDE_FROM_ABI directory_entry(_Path const& __p, error_code& __ec) : __p_(__p) { __refresh(… in directory_entry() 65 error_code __ec; in assign() 69 _LIBCPP_HIDE_FROM_ABI void assign(_Path const& __p, error_code& __ec) { in assign() 76 error_code __ec; in replace_filename() 80 _LIBCPP_HIDE_FROM_ABI void replace_filename(_Path const& __p, error_code& __ec) { in replace_filename() 87 _LIBCPP_HIDE_FROM_ABI void refresh(error_code& __ec) noexcept { __refresh(&__ec); } in refresh() 95 _LIBCPP_HIDE_FROM_ABI bool exists(error_code& __ec) const noexcept { in exists() 101 _LIBCPP_HIDE_FROM_ABI bool is_block_file(error_code& __ec) const noexcept { in is_block_file() 107 _LIBCPP_HIDE_FROM_ABI bool is_character_file(error_code& __ec) const noexcept { in is_character_file() [all …]
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A 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/crypto/heimdal/lib/gssapi/krb5/ |
H A 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/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProfWriter.h | 96 virtual std::error_code writeSample(const FunctionSamples &S) = 0; 101 virtual std::error_code write(const SampleProfileMap &ProfileMap); 108 std::error_code writeWithSizeLimit(SampleProfileMap &ProfileMap, in writeWithSizeLimit() 138 virtual std::error_code writeHeader(const SampleProfileMap &ProfileMap) = 0; 141 virtual std::error_code writeFuncProfiles(const SampleProfileMap &ProfileMap); 143 std::error_code writeWithSizeLimitInternal(SampleProfileMap &ProfileMap, 168 std::error_code writeSample(const FunctionSamples &S) override; 174 std::error_code writeHeader(const SampleProfileMap &ProfileMap) override { in writeHeader() 196 std::error_code writeSample(const FunctionSamples &S) override; 200 virtual std::error_code writeMagicIdent(SampleProfileFormat Format); [all …]
|
H A D | SampleProfReader.h | 355 virtual std::error_code readHeader() = 0; 374 std::error_code read() { in read() 375 if (std::error_code EC = readImpl()) in read() 384 virtual std::error_code readImpl() = 0; 563 std::error_code readHeader() override { return sampleprof_error::success; } in readHeader() 566 std::error_code readImpl() override; 587 std::error_code readHeader() override; 590 std::error_code readImpl() override; 623 std::error_code readFuncProfile(const uint8_t *Start); 626 std::error_code readProfile(FunctionSamples &FProfile); [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__system_error/ |
H A D | error_code.h | 43 class _LIBCPP_EXPORTED_FROM_ABI error_code { 48 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() function 50 _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {} in error_code() function 53 _LIBCPP_HIDE_FROM_ABI error_code(_Ep __e) _NOEXCEPT { 64 _LIBCPP_HIDE_FROM_ABI error_code& operator=(_Ep __e) _NOEXCEPT { 88 inline _LIBCPP_HIDE_FROM_ABI error_code make_error_code(errc __e) _NOEXCEPT { 89 return error_code(static_cast<int>(__e), generic_category()); 92 inline _LIBCPP_HIDE_FROM_ABI bool operator==(const error_code& __x, const error_code& __y) _NOEXCEPT { in make_error_code() 96 inline _LIBCPP_HIDE_FROM_ABI bool operator==(const error_code [all...] |
/freebsd/crypto/heimdal/lib/hdb/ |
H A 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/crypto/heimdal/lib/ntlm/ |
H A 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/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 317 std::error_code SampleProfileReaderText::readImpl() { in readImpl() 473 std::error_code EC = sampleprof_error::malformed; in readNumber() 477 std::error_code EC = sampleprof_error::truncated; in readNumber() 489 std::error_code EC = sampleprof_error::truncated; in readString() 501 std::error_code EC = sampleprof_error::truncated; in readUnencodedNumber() 514 if (std::error_code EC = Idx.getError()) in readStringIndex() 524 if (std::error_code EC = Idx.getError()) in readStringFromTable() 534 if (std::error_code EC = ContextIdx.getError()) in readContextFromTable() 549 if (std::error_code EC = FContext.getError()) in readSampleContextFromTable() 554 if (std::error_code EC = FName.getError()) in readSampleContextFromTable() [all …]
|
H A D | SampleProfWriter.cpp | 92 std::error_code SampleProfileWriter::writeWithSizeLimitInternal( in writeWithSizeLimitInternal() 110 if (std::error_code EC = write(ProfileMap)) in writeWithSizeLimitInternal() 142 std::error_code 147 if (std::error_code EC = writeSample(*I.second)) in writeFuncProfiles() 153 std::error_code SampleProfileWriter::write(const SampleProfileMap &ProfileMap) { in write() 154 if (std::error_code EC = writeHeader(ProfileMap)) in write() 157 if (std::error_code EC = writeFuncProfiles(ProfileMap)) in write() 179 std::error_code SampleProfileWriterExtBinaryBase::compressAndOutput() { in compressAndOutput() 201 std::error_code SampleProfileWriterExtBinaryBase::addNewSection( in addNewSection() 208 if (std::error_code EC = compressAndOutput()) in addNewSection() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A 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/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 294 std::error_code make_absolute(SmallVectorImpl<char> &path); 302 std::error_code create_directories(const Twine &path, 312 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true, 326 std::error_code create_link(const Twine &to, const Twine &from); 334 std::error_code create_hard_link(const Twine &to, const Twine &from); 343 std::error_code real_path(const Twine &path, SmallVectorImpl<char> &output, 357 std::error_code current_path(SmallVectorImpl<char> &result); 364 std::error_code set_current_path(const Twine &path); 372 std::error_code remove(const Twine &path, bool IgnoreNonExisting = true); 379 std::error_code remove_directories(const Twine &path, bool IgnoreErrors = true); [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | system_error | 31 virtual bool equivalent(const error_code& code, int condition) const noexcept; 55 class error_code 59 error_code() noexcept; 60 error_code(int val, const error_category& cat) noexcept; 62 error_code(ErrorCodeEnum e) noexcept; 67 error_code& operator=(ErrorCodeEnum e) noexcept; 81 operator<<(basic_ostream<charT,traits>& os, const error_code& ec); 109 system_error(error_code ec, const string& what_arg); 110 system_error(error_code ec, const char* what_arg); 111 system_error(error_code ec); [all …]
|
H A D | filesystem | 178 directory_entry(const filesystem::path& p, error_code& ec); 185 void assign(const filesystem::path& p, error_code& ec); 187 void replace_filename(const filesystem::path& p, error_code& ec); 189 void refresh(error_code& ec) noexcept; 194 bool exists(error_code& ec) const noexcept; 196 bool is_block_file(error_code& ec) const noexcept; 198 bool is_character_file(error_code& ec) const noexcept; 200 bool is_directory(error_code& ec) const noexcept; 202 bool is_fifo(error_code& ec) const noexcept; 204 bool is_other(error_code& ec) const noexcept; [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A 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/lib/libc/net/ |
H A D | nscachedcli.c | 256 int error_code; in __cached_write() local 259 error_code = -1; in __cached_write() 290 result = safe_read(connection, &error_code, sizeof(int)); in __cached_write() 292 error_code = -1; in __cached_write() 295 return (error_code); in __cached_write() 308 int error_code, rec_error_code; in __cached_read() local 313 error_code = -1; in __cached_read() 341 error_code = rec_error_code; in __cached_read() 351 error_code = -2; in __cached_read() 360 error_code = 0; in __cached_read() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Error.cpp | 93 std::error_code ErrorList::convertToErrorCode() const { in convertToErrorCode() 94 return std::error_code(static_cast<int>(ErrorErrorCode::MultipleErrors), in convertToErrorCode() 98 std::error_code inconvertibleErrorCode() { in inconvertibleErrorCode() 99 return std::error_code(static_cast<int>(ErrorErrorCode::InconvertibleError), in inconvertibleErrorCode() 103 std::error_code FileError::convertToErrorCode() const { in convertToErrorCode() 104 std::error_code NestedEC = Err->convertToErrorCode(); in convertToErrorCode() 106 return std::error_code(static_cast<int>(ErrorErrorCode::FileError), in convertToErrorCode() 111 Error errorCodeToError(std::error_code EC) { in errorCodeToError() 117 std::error_code errorToErrorCode(Error Err) { in errorToErrorCode() 118 std::error_code EC; in errorToErrorCode() [all …]
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | operations.cpp | 65 static path __do_absolute(const path& p, path* cwd, error_code* ec) { in __do_absolute() 76 path __absolute(const path& p, error_code* ec) { in __absolute() 81 path __canonical(path const& orig_p, error_code* ec) { in __canonical() 104 void __copy(const path& from, const path& to, copy_options options, error_code* ec) { in __copy() 111 error_code m_ec1; in __copy() 165 error_code m_ec2; in __copy() 182 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { in copy_file_impl() 198 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { 219 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { 259 bool __copy_file(const path& from, const path& to, copy_options options, error_code* ec) { in __copy_file() [all …]
|
H A D | directory_iterator.cpp | 42 __dir_stream(const path& root, directory_options opts, error_code& ec) 68 bool advance(error_code& ec) { 91 error_code close() noexcept { in assign() 92 error_code ec; in assign() 117 __dir_stream(const path& root, directory_options opts, error_code& ec) : __stream_(nullptr), __root_(root) { in __dir_stream() 135 bool advance(error_code& ec) { in ~__dir_stream() 152 error_code close() noexcept { in advance() 153 error_code m_ec; in advance() 170 directory_iterator::directory_iterator(const path& p, error_code* ec, directory_options opts) { 173 error_code m_e [all...] |