Searched refs:error_code (Results 1 - 25 of 158) sorted by relevance

1234567

/macosx-10.9.5/Heimdal-323.92.1/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_MISSIN
[all...]
H A Derror.c123 * Get an error string from context associated with error_code.
126 * @param error_code Get error message for this error code.
134 hx509_get_error_string(hx509_context context, int error_code) argument
141 if (msg == NULL || heim_error_get_code(msg) != error_code) {
144 cstr = com_right_r(context->et_list, error_code, buf, sizeof(buf));
147 cstr = strerror(error_code);
150 if (asprintf(&str, "<unknown error: %d>", error_code) == -1)
182 * @param error_code Error code for the reason to exit.
191 int error_code, const char *fmt, ...)
200 msg = hx509_get_error_string(context, error_code);
190 hx509_err(hx509_context context, int exit_code, int error_code, const char *fmt, ...) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/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_KE
[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_BI
[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
H A Dmk_error.c38 krb5_error_code error_code,
64 if(error_code < KRB5KDC_ERR_NONE || error_code >= KRB5_ERR_RCSID) {
66 e_text = e_text2 = krb5_get_error_message(context, error_code);
67 error_code = KRB5KRB_ERR_GENERIC;
69 msg.error_code = error_code - KRB5KDC_ERR_NONE;
37 krb5_mk_error(krb5_context context, krb5_error_code error_code, const char *e_text, const krb5_data *e_data, const krb5_principal client, const krb5_principal server, time_t *client_time, int *client_usec, krb5_data *reply) argument
/macosx-10.9.5/Heimdal-323.92.1/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_BO
[all...]
/macosx-10.9.5/Heimdal-323.92.1/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_APO
[all...]
/macosx-10.9.5/Heimdal-323.92.1/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_SR
[all...]
/macosx-10.9.5/Heimdal-323.92.1/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_ERRO
[all...]
/macosx-10.9.5/Heimdal-323.92.1/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_NOMATC
[all...]
/macosx-10.9.5/Heimdal-323.92.1/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_D
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Object/
H A DCOFF.h102 error_code getString(uint32_t offset, StringRef &Res) const;
109 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
110 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
111 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
112 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
113 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
114 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
115 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const;
116 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const;
117 virtual error_code getSymbolSectio
[all...]
H A DObjectFile.h69 content_iterator& increment(error_code &err) {
71 if (error_code ec = Current.getNext(next))
106 error_code getNext(RelocationRef &Result) const;
108 error_code getAddress(uint64_t &Result) const;
109 error_code getOffset(uint64_t &Result) const;
110 error_code getSymbol(SymbolRef &Result) const;
111 error_code getType(uint64_t &Result) const;
116 error_code getHidden(bool &Result) const;
121 error_code getTypeName(SmallVectorImpl<char> &Result) const;
122 error_code getAdditionalInf
[all...]
H A DMachO.h31 MachOObjectFile(MemoryBuffer *Object, MachOObject *MOO, error_code &ec);
55 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
56 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;
57 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
58 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const;
59 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
60 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
61 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const;
62 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const;
63 virtual error_code getSymbolSectio
[all...]
H A DError.h38 inline error_code make_error_code(object_error e) {
39 return error_code(static_cast<int>(e), object_category());
/macosx-10.9.5/Heimdal-323.92.1/base/
H A Derror.c39 int error_code; member in struct:heim_error
56 if (ap->error_code == bp->error_code)
65 return p->error_code;
79 heim_error_create(int error_code, const char *fmt, ...) argument
85 e = heim_error_createv(error_code, fmt, ap);
92 heim_error_createv(int error_code, const char *fmt, va_list ap) argument
110 e->error_code = error_code;
127 return error->error_code;
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dos9k.h162 error_code _os_crc (void *, u_int32, int *);
163 error_code _os_datmod (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_data **);
164 error_code _os_get_moddir (void *, u_int32 *);
165 error_code _os_initdata (mh_com *, void *);
166 error_code _os_link (char **, mh_com **, void **, u_int16 *, u_int16 *);
167 error_code _os_linkm (mh_com *, void **, u_int16 *, u_int16 *);
168 error_code _os_load (char *, mh_com **, void **, u_int32, u_int16 *, u_int16 *, u_int32);
169 error_code _os_mkmodule (char *, u_int32, u_int16 *, u_int16 *, u_int32, void **, mh_com **, u_int32);
170 error_code _os_modaddr (void *, mh_com **);
171 error_code _os_setcr
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/com_err/
H A Dcompile_et.h57 struct error_code { struct
61 struct error_code *next, **tail;
64 extern struct error_code *codes;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMemoryBuffer.h23 class error_code;
67 static error_code getFile(StringRef Filename, OwningPtr<MemoryBuffer> &result,
70 static error_code getFile(const char *Filename,
77 static error_code getOpenFile(int FD, const char *Filename,
111 static error_code getSTDIN(OwningPtr<MemoryBuffer> &result);
117 static error_code getFileOrSTDIN(StringRef Filename,
120 static error_code getFileOrSTDIN(const char *Filename,
H A DFileOutputBuffer.h23 class error_code;
43 static error_code create(StringRef FilePath, size_t Size,
73 error_code commit(int64_t NewSmallerSize = -1);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A DPathV2.inc45 error_code UTF8ToUTF16(StringRef utf8, SmallVectorImpl<wchar_t> &utf16) {
67 return error_code::success();
70 error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
97 return error_code::success();
100 error_code TempDir(SmallVectorImpl<wchar_t> &result) {
113 return error_code::success();
131 error_code current_path(SmallVectorImpl<char> &result) {
172 return error_code::success();
175 error_code copy_file(const Twine &from, const Twine &to, copy_option copt) {
185 if (error_code e
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DDataStream.cpp66 error_code OpenFile(const std::string &Filename) {
70 return error_code::success();
79 return error_code(errno, posix_category());
80 return error_code::success();
90 if (error_code e = s->OpenFile(Filename)) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Unix/
H A DPathV2.inc90 error_code TempDir(SmallVectorImpl<char> &result) {
105 return error_code::success();
113 error_code current_path(SmallVectorImpl<char> &result) {
125 return error_code(errno, system_category());
133 return error_code::success();
136 error_code copy_file(const Twine &from, const Twine &to, copy_option copt) {
149 return error_code(errno, system_category());
155 return error_code(errno, system_category());
164 return error_code(errno, system_category());
190 return error_code(errn
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Object/
H A DObject.cpp46 error_code ec;
53 if (error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect)))
73 error_code ec;
81 if (error_code ec = (*unwrap(SI))->getName(ret))
88 if (error_code ec = (*unwrap(SI))->getSize(ret))
95 if (error_code ec = (*unwrap(SI))->getContents(ret))
102 if (error_code ec = (*unwrap(SI))->getAddress(ret))
110 if (error_code ec = (*unwrap(SI))->containsSymbol(**unwrap(Sym), ret))
131 error_code ec;
141 if (error_code e
[all...]

Completed in 226 milliseconds

1234567