Searched refs:ec (Results 1 - 25 of 462) sorted by relevance

1234567891011>>

/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrb_err.et11 ec KSUCCESS, "Kerberos 4 successful"
12 ec KDC_NAME_EXP, "Kerberos 4 principal expired"
13 ec KDC_SERVICE_EXP, "Kerberos 4 service expired"
14 ec KDC_AUTH_EXP, "Kerberos 4 auth expired"
15 ec KDC_PKT_VER, "Incorrect Kerberos 4 master key version"
16 ec KDC_P_MKEY_VER, "Incorrect Kerberos 4 master key version"
17 ec KDC_S_MKEY_VER, "Incorrect Kerberos 4 master key version"
18 ec KDC_BYTE_ORDER, "Kerberos 4 byte order unknown"
19 ec KDC_PR_UNKNOWN, "Kerberos 4 principal unknown"
20 ec KDC_PR_N_UNIQU
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DIntEqClassesTest.cpp18 IntEqClasses ec(10);
20 ec.join(0, 1);
21 ec.join(3, 2);
22 ec.join(4, 5);
23 ec.join(7, 6);
25 EXPECT_EQ(0u, ec.findLeader(0));
26 EXPECT_EQ(0u, ec.findLeader(1));
27 EXPECT_EQ(2u, ec.findLeader(2));
28 EXPECT_EQ(2u, ec.findLeader(3));
29 EXPECT_EQ(4u, ec
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcurramt.cpp21 UErrorCode& ec) :
22 Measure(amount, new CurrencyUnit(isoCode, ec), ec) {
26 UErrorCode& ec) :
27 Measure(Formattable(amount), new CurrencyUnit(isoCode, ec), ec) {
20 CurrencyAmount(const Formattable& amount, const UChar* isoCode, UErrorCode& ec) argument
25 CurrencyAmount(double amount, const UChar* isoCode, UErrorCode& ec) argument
H A Ducurrimp.h27 icu::UnicodeString& result, UErrorCode& ec);
55 UErrorCode& ec);
H A Dcurrfmt.cpp21 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) : argument
22 MeasureFormat(locale, UMEASFMT_WIDTH_WIDE, ec), fmt(NULL)
24 fmt = NumberFormat::createCurrencyInstance(locale, ec);
44 UErrorCode& ec) const
46 return fmt->format(obj, appendTo, pos, ec);
H A Dcurrunit.cpp20 CurrencyUnit::CurrencyUnit(const UChar* _isoCode, UErrorCode& ec) { argument
22 if (U_SUCCESS(ec)) {
29 ec = U_ILLEGAL_ARGUMENT_ERROR;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DObject.cpp46 error_code ec; local
47 unwrap(SI)->increment(ec);
48 if (ec) report_fatal_error("LLVMMoveToNextSection failed: " + ec.message());
53 if (error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect)))
54 report_fatal_error(ec.message());
73 error_code ec; local
74 unwrap(SI)->increment(ec);
75 if (ec) report_fatal_error("LLVMMoveToNextSymbol failed: " + ec
131 error_code ec; local
[all...]
H A DELFObjectFile.cpp23 error_code ec; local
26 return new ELFObjectFile<support::little, false>(Object, ec);
28 return new ELFObjectFile<support::big, false>(Object, ec);
30 return new ELFObjectFile<support::big, true>(Object, ec);
33 new ELFObjectFile<support::little, true>(Object, ec);
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_econv.rb5 def check_ec(edst, esrc, eres, dst, src, ec, off, len, opts=nil)
6 res = ec.primitive_convert(src, dst, off, len, opts)
15 def assert_econv(converted, eres, obuf_bytesize, ec, consumed, rest, opts=nil)
16 ec = Encoding::Converter.new(*ec) if Array === ec
19 ret = ec.primitive_convert(i, o, 0, obuf_bytesize, opts)
24 def assert_errinfo(e_res, e_enc1, e_enc2, e_error_bytes, e_readagain_bytes, ec)
28 ec.primitive_errinfo)
116 ec
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcposxtst.c39 UErrorCode ec = U_ZERO_ERROR; local
58 const char *path = loadTestData(&ec);
60 if (U_FAILURE(ec)) {
61 log_data_err("FAIL: loadTestData => %s\n", u_errorName(ec));
65 catd = u_catopen(path, "mc", &ec);
66 if (U_FAILURE(ec)) {
67 log_data_err("FAIL: u_catopen => %s\n", u_errorName(ec));
82 ec = U_ZERO_ERROR;
83 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec);
85 err = u_errorName(ec);
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKDOMRange.mm69 WebCore::ExceptionCode ec = 0;
70 _impl->setStart(WebKit::toWebCoreNode(node), offset, ec);
76 WebCore::ExceptionCode ec = 0;
77 _impl->setEnd(WebKit::toWebCoreNode(node), offset, ec);
83 WebCore::ExceptionCode ec = 0;
84 _impl->collapse(toStart, ec);
90 WebCore::ExceptionCode ec = 0;
91 _impl->selectNode(WebKit::toWebCoreNode(node), ec);
97 WebCore::ExceptionCode ec = 0;
98 _impl->selectNodeContents(WebKit::toWebCoreNode(node), ec);
[all...]
H A DWKDOMText.mm44 WebCore::ExceptionCode ec;
45 WebCore::toText(_impl.get())->setData(data, ec);
/macosx-10.10.1/Heimdal-398.1.2/tests/kdc/
H A Dleaks-kill.sh16 ec=0
33 { echo "Memory leak in $name" ; echo ""; cat leaks-log; ec=1; }
37 ec=0
40 [ "$ec" != "0" ] && { echo ""; cat leaks-log ; }
42 #[ "$ec" != "0" ] && { malloc_history $pid -all_by_size > l; }
43 #[ "$ec" != "0" ] && { env PS1=": leaks-debugger !!!! ; " bash ; }
45 [ "$ec" = "0" ] && rm leaks-log
56 exit $ec
H A Dcheck-cc.in106 ec=0
121 ${kinit} foo@${R} || { ec=1 ; eval "${testfailed}"; }
122 ${kswitch} -p foo@${R} || { ec=1 ; eval "${testfailed}"; }
123 ${klist} -l | grep foo@ >/dev/null || { ec=1 ; eval "${testfailed}"; }
127 ${kinit} -c SCC:1 foo@${R} || { ec=1 ; eval "${testfailed}"; }
128 ${kinit} -c SCC:2 bar@${R} || { ec=1 ; eval "${testfailed}"; }
130 ${kswitch} -p foo@${R} || { ec=1 ; eval "${testfailed}"; }
131 ${klist} | head -2 | grep foo@ >/dev/null || { ec=1 ; eval "${testfailed}"; }
132 ${klist} -l | grep foo@ >/dev/null || { ec=1 ; eval "${testfailed}"; }
133 ${klist} -l | grep bar@ >/dev/null || { ec
[all...]
H A Dcheck-kdc.in193 ec=0
197 { ec=1 ; eval "${testfailed}"; }
201 ${kgetcred} ${server}@${R} || { ec=1 ; eval "${testfailed}"; }
203 ${klist} > /dev/null || { ec=1 ; eval "${testfailed}"; }
204 ${klist} -s > /dev/null || { ec=1 ; eval "${testfailed}"; }
206 { ec=1 ; eval "${testfailed}"; }
211 { ec=1 ; eval "${testfailed}"; }
218 { ec=1 ; eval "${testfailed}"; }
222 ${kinit} --enctype=$a --password-file=${testdir}/foopassword foo@$R || { ec=1 ; eval "${testfailed}"; }
224 ${kgetcred} ${server}@${R} || { ec
[all...]
H A Dcheck-referral.in115 ec=0
120 { ec=1 ; eval "${testfailed}"; }
123 { ec=1 ; eval "${testfailed}"; }
128 { ec=1 ; eval "${testfailed}"; }
131 { ec=1 ; eval "${testfailed}"; }
140 { ec=1 ; eval "${testfailed}"; }
143 { ec=1 ; eval "${testfailed}"; }
149 { ec=1 ; eval "${testfailed}"; }
152 { ec=1 ; eval "${testfailed}"; }
158 { ec
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Decdh.h39 #include <hcrypto/ec.h>
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtextfile.cpp21 TextFile::TextFile(const char* _name, const char* _encoding, UErrorCode& ec) : argument
28 if (U_FAILURE(ec) || _name == 0 || _encoding == 0) {
29 if (U_SUCCESS(ec)) {
30 ec = U_ILLEGAL_ARGUMENT_ERROR;
39 ec = U_MEMORY_ALLOCATION_ERROR;
49 const char* testDir = IntlTest::getSourceTestData(ec);
50 if (U_FAILURE(ec)) {
54 ec = U_MEMORY_ALLOCATION_ERROR;
62 ec = U_ILLEGAL_ARGUMENT_ERROR;
76 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) { argument
111 readLineSkippingComments(UnicodeString& line, UErrorCode& ec, UBool trim) argument
132 setBuffer(int32_t index, char c, UErrorCode& ec) argument
[all...]
H A Dtextfile.h28 TextFile(const char* name, const char* encoding, UErrorCode& ec);
39 UBool readLine(UnicodeString& line, UErrorCode& ec);
48 UBool readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
58 UBool setBuffer(int32_t index, char c, UErrorCode& ec);
H A Dtokiter.cpp26 UBool TokenIterator::next(UnicodeString& token, UErrorCode& ec) { argument
27 if (done || U_FAILURE(ec)) {
33 if (!reader->readLineSkippingComments(line, ec)) {
41 if (!nextToken(token, ec)) {
43 if (U_FAILURE(ec)) return FALSE;
61 * @param ec input-output error code
65 UBool TokenIterator::nextToken(UnicodeString& token, UErrorCode& ec) { argument
88 ec = U_MALFORMED_UNICODE_ESCAPE;
104 ec = U_UNTERMINATED_QUOTE;
/macosx-10.10.1/OpenSSL098-52/src/crypto/cms/
H A Dcms_enc.c69 BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec)
74 X509_ALGOR *calg = ec->contentEncryptionAlgorithm;
83 enc = ec->cipher ? 1 : 0;
97 ciph = ec->cipher;
101 if (ec->key)
102 ec->cipher = NULL;
144 if (!enc || !ec->key)
157 if (!ec->key)
159 ec->key = tkey;
160 ec
239 cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen) argument
260 CMS_EncryptedContentInfo *ec; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duset_props.cpp32 UErrorCode* ec)
35 UnicodeSet* set = new UnicodeSet(pat, *ec);
38 *ec = U_MEMORY_ALLOCATION_ERROR;
42 if (U_FAILURE(*ec)) {
52 UErrorCode* ec)
55 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec);
58 *ec = U_MEMORY_ALLOCATION_ERROR;
62 if (U_FAILURE(*ec)) {
101 UProperty prop, int32_t value, UErrorCode* ec) {
102 ((UnicodeSet*) set)->applyIntPropertyValue(prop, value, *ec);
31 uset_openPattern(const UChar* pattern, int32_t patternLength, UErrorCode* ec) argument
50 uset_openPatternOptions(const UChar* pattern, int32_t patternLength, uint32_t options, UErrorCode* ec) argument
100 uset_applyIntPropertyValue(USet* set, UProperty prop, int32_t value, UErrorCode* ec) argument
106 uset_applyPropertyAlias(USet* set, const UChar *prop, int32_t propLength, const UChar *value, int32_t valueLength, UErrorCode* ec) argument
129 uset_toPattern(const USet* set, UChar* result, int32_t resultCapacity, UBool escapeUnprintable, UErrorCode* ec) argument
[all...]
H A Ducat.c38 u_catopen(const char* name, const char* locale, UErrorCode* ec) { argument
39 return (u_nl_catd) ures_open(name, locale, ec);
50 int32_t* len, UErrorCode* ec) {
55 if (ec == NULL || U_FAILURE(*ec)) {
61 len, ec);
62 if (U_FAILURE(*ec)) {
48 u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num, const UChar* s, int32_t* len, UErrorCode* ec) argument
/macosx-10.10.1/Heimdal-398.1.2/lib/com_err/
H A Dparse.y123 struct error_code *ec = malloc(sizeof(*ec));
125 if (ec == NULL)
128 ec->next = NULL;
129 ec->number = number;
131 asprintf (&ec->name, "%s%s", prefix, $2);
132 if (ec->name == NULL)
136 ec->name = $2;
137 ec->string = $4;
138 APPEND(codes, ec);
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DPathV2.inc185 if (error_code ec = UTF8ToUTF16(f, wide_from)) return ec;
186 if (error_code ec = UTF8ToUTF16(t, wide_to)) return ec;
202 if (error_code ec = UTF8ToUTF16(path.toStringRef(path_storage),
204 return ec;
207 error_code ec = windows_error(::GetLastError());
208 if (ec == windows_error::already_exists)
211 return ec;
228 if (error_code ec
[all...]

Completed in 208 milliseconds

1234567891011>>