Home
last modified time | relevance | path

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

12345678910>>...13

/minix/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkrb5_err.et11 error_code NONE, "No error"
23 error_code POLICY, "KDC policy rejects request"
31 error_code TGT_REVOKED, "TGT has been revoked"
34 error_code KEY_EXPIRED, "Password has expired"
45 error_code ERR_TKT_EXPIRED, "Ticket expired"
47 error_code ERR_REPEAT, "Request is a replay"
50 error_code ERR_SKEW, "Clock skew too great"
77 error_code KDC_NOT_TRUSTED, "KDC not trusted"
78 error_code INVALID_SIG, "Invalid signature"
83 error_code WRONG_REALM, "Wrong realm"
[all …]
H A Dheim_err.et12 error_code LOG_PARSE, "Error parsing log destination"
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"
21 error_code TOO_BIG, "Offset too large"
26 error_code NO_CERTIFICATE, "Certificate missing"
27 error_code NO_PRIVATE_KEY, "Private key missing"
34 #error_code NOERROR, "no error"
40 error_code FAMILY, "ai_family not supported"
[all …]
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
/minix/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhx509_err.et13 error_code EXTENSION_NOT_FOUND, "Extension not found"
14 error_code NO_PATH, "Certification path not found"
16 error_code CA_PATH_TOO_DEEP, "CA path too deep"
22 error_code ALG_NOT_SUPP, "Algorithm not supported"
25 error_code RANGE, "Number too large"
29 error_code CERT_NOT_FOUND, "Certificate not found"
35 error_code NAME_MALFORMED, "Name is malformated"
96 error_code NO_TOKEN, "No smartcard in reader"
97 error_code NO_MECH, "No supported mech(s)"
100 error_code LOGIN, "Failed to login to slot"
[all …]
/minix/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dkadm5_err.et17 error_code BAD_DB, "Database inconsistency detected"
18 error_code DUP, "Principal or policy already exists"
23 error_code UNK_PRINC, "Principal does not exist"
24 error_code UNK_POLICY, "Policy does not exist"
27 error_code BAD_LENGTH, "Invalid password length"
28 error_code BAD_POLICY, "Invalid policy name"
29 error_code BAD_PRINCIPAL, "Invalid principal name."
33 error_code PASS_Q_TOOSHORT, "Password is too short"
36 error_code PASS_REUSE, "Can't reuse password"
38 error_code POLICY_REF, "Policy is in use"
[all …]
/minix/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h83 return std::error_code(); in visitStartOfDiagnostic()
86 virtual std::error_code visitEndOfDiagnostic() { return std::error_code(); }; in visitEndOfDiagnostic()
89 return std::error_code(); in visitCategoryRecord()
93 return std::error_code(); in visitDiagFlagRecord()
96 virtual std::error_code
99 return std::error_code(); in visitDiagnosticRecord()
105 return std::error_code(); in visitFilenameRecord()
108 virtual std::error_code
110 return std::error_code(); in visitFixitRecord()
115 return std::error_code(); in visitSourceRangeRecord()
[all …]
/minix/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1_err.et12 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"
18 error_code BAD_FORMAT, "ASN.1 badly-formatted encoding"
19 error_code PARSE_ERROR, "ASN.1 parse error"
21 error_code BAD_CHARACTER, "ASN.1 invalid character in string"
22 error_code MIN_CONSTRAINT, "ASN.1 too few elements"
23 error_code MAX_CONSTRAINT, "ASN.1 too many elements"
24 error_code EXACT_CONSTRAINT, "ASN.1 wrong number of elements"
[all …]
/minix/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"
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"
25 error_code KG_TGT_MISSING, "Credential cache has no TGT"
26 error_code KG_NO_SUBKEY, "Authenticator has no subkey"
29 error_code KG_BAD_LENGTH, "Invalid field length in token"
[all …]
/minix/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"
18 error_code DB_CHANGED, "Database was modified during read"
19 error_code RECURSIVELOCK, "Attempt to lock database twice"
21 error_code BADLOCKMODE, "Invalid kdb lock mode"
22 error_code CANT_LOCK_DB, "Insufficient access to lock database"
23 error_code EXISTS, "Entry already exists in database"
24 error_code BADVERSION, "Wrong database version"
[all …]
/minix/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 …]
/minix/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h51 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;
97 std::error_code getName(StringRef &Result) const;
149 std::error_code getSize(uint64_t &Result) const;
151 std::error_code getOther(uint8_t &Result) const;
252 virtual std::error_code
255 virtual std::error_code
474 inline std::error_code
[all …]
H A DCOFF.h513 std::error_code initSymbolTablePtr();
514 std::error_code initImportTablePtr();
516 std::error_code initExportTablePtr();
517 std::error_code initBaseRelocPtr();
617 std::error_code
620 std::error_code
666 std::error_code getSymbol(uint32_t Index, in getSymbol()
692 if (std::error_code EC = s.getError()) in getAuxSymbol()
744 std::error_code
747 std::error_code
[all …]
/minix/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 …]
/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp233 std::error_code
272 std::error_code
286 return std::error_code(); in readLocation()
289 std::error_code
297 std::error_code EC; in readRange()
306 return std::error_code(); in readRange()
311 return std::error_code(); in visitStartOfDiagnostic()
320 return std::error_code(); in visitEndOfDiagnostic()
328 return std::error_code(); in visitCategoryRecord()
351 std::error_code
[all …]
/minix/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/
H A DCoverageMappingReader.h76 std::error_code error(std::error_code EC) { return EC; } in error()
83 std::error_code readULEB128(uint64_t &Result);
85 std::error_code readSize(uint64_t &Result);
86 std::error_code readString(StringRef &Result);
102 std::error_code read();
133 std::error_code readCounter(Counter &C);
134 std::error_code
160 std::error_code LastError;
175 std::error_code error(std::error_code EC) { in error()
189 std::error_code readHeader();
[all …]
/minix/external/bsd/llvm/dist/llvm/unittests/Support/
H A DMemoryTest.cpp60 std::error_code EC; in TEST_P()
71 std::error_code EC; in TEST_P()
106 std::error_code EC; in TEST_P()
125 std::error_code EC; in TEST_P()
183 std::error_code EC; in TEST_P()
230 EXPECT_EQ(std::error_code(), in TEST_P()
240 std::error_code EC; in TEST_P()
265 std::error_code EC; in TEST_P()
287 std::error_code EC; in TEST_P()
313 std::error_code EC; in TEST_P()
[all …]
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h278 std::error_code make_absolute(SmallVectorImpl<char> &path);
286 std::error_code create_directories(const Twine &path,
343 std::error_code resize_file(int FD, uint64_t Size);
491 std::error_code status(int FD, file_status &Result);
501 std::error_code EC = status(Path, Status); in file_size()
505 return std::error_code(); in file_size()
555 std::error_code createUniqueFile(const Twine &Model,
650 std::error_code &ec);
696 std::error_code status(file_status &result) const;
751 directory_iterator &increment(std::error_code &ec) { in increment()
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h217 std::error_code Error(BitcodeError E);
340 std::error_code ParseAttributeBlock();
342 std::error_code ParseTypeTable();
343 std::error_code ParseTypeTableBody();
346 std::error_code ParseConstants();
349 std::error_code GlobalCleanup();
351 std::error_code ParseMetadata();
354 std::error_code ParseUseLists();
355 std::error_code InitStream();
357 std::error_code InitLazyStream();
[all …]
/minix/external/bsd/libc++/dist/libcxx/src/
H A Dsystem_error.cpp139 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()
189 : runtime_error(__init(error_code(ev, ecat), "")), in system_error()
[all …]
/minix/external/bsd/libc++/dist/libcxx/include/
H A Dsystem_error49 class error_code
53 error_code() noexcept;
73 bool operator<(const error_code& lhs, const error_code& rhs) noexcept;
206 bool operator==(const error_code& lhs, const error_code& rhs) noexcept;
210 bool operator!=(const error_code& lhs, const error_code& rhs) noexcept;
479 // error_code
542 error_code
550 operator<(const error_code& __x, const error_code& __y) _NOEXCEPT
558 operator==(const error_code& __x, const error_code& __y) _NOEXCEPT
587 operator!=(const error_code& __x, const error_code& __y) _NOEXCEPT
[all …]
/minix/external/bsd/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp77 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()
139 if (std::error_code EC = NameOrErr.getError()) in dumpSymbol()
148 if (std::error_code EC = NameOrErr.getError()) in dumpSymbol()
170 if (std::error_code EC = NameOrErr.getError()) in dumpRelocation()
186 if (std::error_code EC = NameOrErr.getError()) in dumpCommonSection()
203 std::error_code
211 if (std::error_code EC = NameOrErr.getError()) in dumpCommonRelocationSection()
278 static std::error_code elf2yaml(raw_ostream &Out, in elf2yaml()
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp298 std::error_code
844 std::error_code
850 std::error_code
983 std::error_code
1074 std::error_code
1150 std::error_code
1247 std::error_code
1253 std::error_code
1344 std::error_code
1370 std::error_code
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp152 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()
334 if (std::error_code EC = Magic.getError()) in readHeader()
341 if (std::error_code EC = Version.getError()) in readHeader()
362 if (std::error_code EC = BufferOrErr.getError()) in setupMemoryBuffer()
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc201 return std::error_code();
217 return std::error_code();
246 return std::error_code();
258 std::error_code ec = std::error_code();
304 return std::error_code();
325 return std::error_code();
458 return std::error_code();
520 return std::error_code();
595 if (std::error_code ec =
605 return std::error_code();
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc219 return std::error_code();
231 return std::error_code();
246 return std::error_code();
273 return std::error_code();
286 return std::error_code();
293 return std::error_code();
324 return std::error_code();
340 return std::error_code();
374 return std::error_code();
400 return std::error_code();
[all …]

12345678910>>...13