| /minix3/crypto/external/bsd/heimdal/dist/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
|
| /minix3/crypto/external/bsd/heimdal/dist/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 …]
|
| /minix3/crypto/external/bsd/heimdal/dist/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 …]
|
| /minix3/external/bsd/llvm/dist/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() 65 std::error_code readDiagnostics(StringRef File); 75 std::error_code readMetaBlock(llvm::BitstreamCursor &Stream); 78 std::error_code readDiagnosticBlock(llvm::BitstreamCursor &Stream); 82 virtual std::error_code visitStartOfDiagnostic() { in visitStartOfDiagnostic() 83 return std::error_code(); in visitStartOfDiagnostic() 86 virtual std::error_code visitEndOfDiagnostic() { return std::error_code(); }; in visitEndOfDiagnostic() 88 virtual std::error_code visitCategoryRecord(unsigned ID, StringRef Name) { in visitCategoryRecord() 89 return std::error_code(); in visitCategoryRecord() [all …]
|
| /minix3/crypto/external/bsd/heimdal/dist/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 …]
|
| /minix3/crypto/external/bsd/heimdal/dist/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 …]
|
| /minix3/crypto/external/bsd/heimdal/dist/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 …]
|
| /minix3/crypto/external/bsd/heimdal/dist/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 …]
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 51 std::error_code getAddress(uint64_t &Result) const; 52 std::error_code getOffset(uint64_t &Result) const; 54 std::error_code getType(uint64_t &Result) const; 59 std::error_code getHidden(bool &Result) const; 64 std::error_code getTypeName(SmallVectorImpl<char> &Result) const; 70 std::error_code getValueString(SmallVectorImpl<char> &Result) const; 97 std::error_code getName(StringRef &Result) const; 100 std::error_code getContents(StringRef &Result) const; 143 std::error_code getName(StringRef &Result) const; 146 std::error_code getAddress(uint64_t &Result) const; [all …]
|
| H A D | COFF.h | 506 std::error_code getString(uint32_t offset, StringRef &Res) const; 513 std::error_code initSymbolTablePtr(); 514 std::error_code initImportTablePtr(); 515 std::error_code initDelayImportTablePtr(); 516 std::error_code initExportTablePtr(); 517 std::error_code initBaseRelocPtr(); 583 std::error_code getSymbolName(DataRefImpl Symb, 585 std::error_code getSymbolAddress(DataRefImpl Symb, 587 std::error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const override; 589 std::error_code getSymbolType(DataRefImpl Symb, [all …]
|
| /minix3/crypto/external/bsd/heimdal/dist/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 …]
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CXLoadedDiagnostic.cpp | 194 std::error_code reportBad(enum CXLoadDiag_Error code, llvm::StringRef err) { in reportBad() 202 std::error_code reportInvalidFile(llvm::StringRef err) { in reportInvalidFile() 206 std::error_code readRange(const serialized_diags::Location &SDStart, 210 std::error_code readLocation(const serialized_diags::Location &SDLoc, 214 std::error_code visitStartOfDiagnostic() override; 215 std::error_code visitEndOfDiagnostic() override; 217 std::error_code visitCategoryRecord(unsigned ID, StringRef Name) override; 219 std::error_code visitDiagFlagRecord(unsigned ID, StringRef Name) override; 221 std::error_code visitDiagnosticRecord( 225 std::error_code visitFilenameRecord(unsigned ID, unsigned Size, [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | CoverageMappingReader.h | 76 std::error_code error(std::error_code EC) { return EC; } in error() 79 std::error_code success() { return error(instrprof_error::success); } in success() 83 std::error_code readULEB128(uint64_t &Result); 84 std::error_code readIntMax(uint64_t &Result, uint64_t MaxPlus1); 85 std::error_code readSize(uint64_t &Result); 86 std::error_code readString(StringRef &Result); 102 std::error_code read(); 129 std::error_code read(CoverageMappingRecord &Record); 132 std::error_code decodeCounter(unsigned Value, Counter &C); 133 std::error_code readCounter(Counter &C); [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
| H A D | MemoryTest.cpp | 60 std::error_code EC; in TEST_P() 62 EXPECT_EQ(std::error_code(), EC); in TEST_P() 71 std::error_code EC; in TEST_P() 73 EXPECT_EQ(std::error_code(), EC); in TEST_P() 75 EXPECT_EQ(std::error_code(), EC); in TEST_P() 77 EXPECT_EQ(std::error_code(), EC); in TEST_P() 93 EXPECT_EQ(std::error_code(), EC); in TEST_P() 106 std::error_code EC; in TEST_P() 108 EXPECT_EQ(std::error_code(), EC); in TEST_P() 125 std::error_code EC; in TEST_P() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 278 std::error_code make_absolute(SmallVectorImpl<char> &path); 286 std::error_code create_directories(const Twine &path, 295 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true); 308 std::error_code create_link(const Twine &to, const Twine &from); 315 std::error_code current_path(SmallVectorImpl<char> &result); 323 std::error_code remove(const Twine &path, bool IgnoreNonExisting = true); 329 std::error_code rename(const Twine &from, const Twine &to); 335 std::error_code copy_file(const Twine &From, const Twine &To); 343 std::error_code resize_file(int FD, uint64_t Size); 363 std::error_code access(const Twine &Path, AccessMode Mode); [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.h | 216 std::error_code Error(BitcodeError E, const Twine &Message); 217 std::error_code Error(BitcodeError E); 218 std::error_code Error(const Twine &Message); 226 std::error_code materializeForwardReferencedFunctions(); 233 std::error_code materialize(GlobalValue *GV) override; 234 std::error_code MaterializeModule(Module *M) override; 240 std::error_code ParseBitcodeInto(Module *M); 338 std::error_code ParseAttrKind(uint64_t Code, Attribute::AttrKind *Kind); 339 std::error_code ParseModule(bool Resume); 340 std::error_code ParseAttributeBlock(); [all …]
|
| /minix3/external/bsd/libc++/dist/libcxx/src/ |
| H A D | system_error.cpp | 44 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT in equivalent() 139 error_code::message() const in message() 147 system_error::__init(const error_code& ec, string what_arg) in __init() 158 system_error::system_error(error_code ec, const string& what_arg) in system_error() 164 system_error::system_error(error_code ec, const char* what_arg) in system_error() 170 system_error::system_error(error_code ec) in system_error() 177 : runtime_error(__init(error_code(ev, ecat), what_arg)), in system_error() 178 __ec_(error_code(ev, ecat)) in system_error() 183 : runtime_error(__init(error_code(ev, ecat), what_arg)), in system_error() 184 __ec_(error_code(ev, ecat)) in system_error() [all …]
|
| /minix3/external/bsd/libc++/dist/libcxx/include/ |
| H A D | system_error | 32 virtual bool equivalent(const error_code& code, int condition) const noexcept; 49 class error_code 53 error_code() noexcept; 54 error_code(int val, const error_category& cat) noexcept; 56 error_code(ErrorCodeEnum e) noexcept; 61 error_code& operator=(ErrorCodeEnum e) noexcept; 73 bool operator<(const error_code& lhs, const error_code& rhs) noexcept; 76 operator<<(basic_ostream<charT,traits>& os, const error_code& ec); 106 system_error(error_code ec, const string& what_arg); 107 system_error(error_code ec, const char* what_arg); [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | elf2yaml.cpp | 29 std::error_code dumpSymbol(Elf_Sym_Iter Sym, ELFYAML::Symbol &S); 30 std::error_code dumpCommonSection(const Elf_Shdr *Shdr, ELFYAML::Section &S); 31 std::error_code dumpCommonRelocationSection(const Elf_Shdr *Shdr, 34 std::error_code dumpRelocation(const Elf_Shdr *Shdr, const RelT *Rel, 77 if (std::error_code EC = S.getError()) in dump() 84 if (std::error_code EC = S.getError()) in dump() 92 if (std::error_code EC = S.getError()) in dump() 108 if (std::error_code EC = ELFDumper<ELFT>::dumpSymbol(SI, S)) in dump() 131 std::error_code ELFDumper<ELFT>::dumpSymbol(Elf_Sym_Iter Sym, in dumpSymbol() 139 if (std::error_code EC = NameOrErr.getError()) in dumpSymbol() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 34 static bool checkSize(MemoryBufferRef M, std::error_code &EC, uint64_t Size) { in checkSize() 42 static std::error_code checkOffset(MemoryBufferRef M, uintptr_t Addr, in checkOffset() 55 static std::error_code getObject(const T *&Obj, MemoryBufferRef M, in getObject() 59 if (std::error_code EC = checkOffset(M, Addr, Size)) in getObject() 147 std::error_code COFFObjectFile::getSymbolName(DataRefImpl Ref, in getSymbolName() 153 std::error_code COFFObjectFile::getSymbolAddress(DataRefImpl Ref, in getSymbolAddress() 168 if (std::error_code EC = getSection(SectionNumber, Section)) in getSymbolAddress() 179 std::error_code COFFObjectFile::getSymbolType(DataRefImpl Ref, in getSymbolType() 197 if (std::error_code EC = getSection(SectionNumber, Section)) in getSymbolType() 237 std::error_code COFFObjectFile::getSymbolSize(DataRefImpl Ref, in getSymbolSize() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 152 std::error_code SampleProfileReaderText::read() { in read() 235 std::error_code EC; in readNumber() 255 std::error_code EC; in readString() 267 std::error_code SampleProfileReaderBinary::read() { in read() 270 if (std::error_code EC = FName.getError()) in read() 277 if (std::error_code EC = Val.getError()) in read() 282 if (std::error_code EC = Val.getError()) in read() 288 if (std::error_code EC = NumRecords.getError()) in read() 292 if (std::error_code EC = LineOffset.getError()) in read() 296 if (std::error_code EC = Discriminator.getError()) in read() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 49 static std::error_code windows_error(DWORD E) { 70 std::error_code widenPath(const Twine &Path8, 95 if (std::error_code EC = llvm::sys::fs::current_path(CurPath)) 167 std::error_code current_path(SmallVectorImpl<char> &result) { 189 std::error_code create_directory(const Twine &path, bool IgnoreExisting) { 192 if (std::error_code ec = widenPath(path, path_utf16)) 201 return std::error_code(); 205 std::error_code create_link(const Twine &to, const Twine &from) { 209 if (std::error_code ec = widenPath(from, wide_from)) 211 if (std::error_code ec = widenPath(to, wide_to)) [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 187 std::error_code current_path(SmallVectorImpl<char> &result) { 197 return std::error_code(); 211 return std::error_code(errno, std::generic_category()); 219 return std::error_code(); 222 std::error_code create_directory(const Twine &path, bool IgnoreExisting) { 228 return std::error_code(errno, std::generic_category()); 231 return std::error_code(); 236 std::error_code create_link(const Twine &to, const Twine &from) { 244 return std::error_code(errno, std::generic_category()); 246 return std::error_code(); [all …]
|