Searched refs:type2 (Results 1 - 25 of 34) sorted by last modified time

12

/macosx-10.9.5/CF-855.17/
H A DCFNumber.c1226 CFNumberType type2 = __CFNumberGetType(number2); local
1228 if (!__CFNumberTypeTable[type1].floatBit && !__CFNumberTypeTable[type2].floatBit) {
1235 if (__CFNumberTypeTable[type1].floatBit && __CFNumberTypeTable[type2].floatBit) {
1254 if (__CFNumberTypeTable[type2].floatBit) {
1407 static Boolean __CFNumberEqualValue_old(const __CFNumberValue_old *value1, CFNumberType type1, const __CFNumberValue_old *value2, CFNumberType type2) { argument
1408 if (__CFNumberTypeIsFloat_old(type1) || __CFNumberTypeIsFloat_old(type2)) {
1411 __CFNumberGetValue_old(value2, type2, kCFNumberFloat64Type, &d2);
1417 __CFNumberGetValue_old(value2, type2, kCFNumberSInt64Type, &i2);
1636 CFNumberType type1, type2; local
1640 type2
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dprotocol.c1912 * type2:data
1929 struct ntlm_type2 type2; local
1946 memset(&type2, 0, sizeof(type2));
1992 ret = heim_ntlm_decode_type2(&ndata, &type2);
1997 ret = check_ntlm_challage(type2.challenge);
2004 if (ntlm_domain_is_hostname(c->domain) || strcasecmp(domain, type2.targetname) == 0) {
2006 domain = type2.targetname;
2017 type3.flags = type2.flags;
2031 if (type2
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dpkinit.c1185 heim_oid type2; local
1188 ret = hx509_cms_unwrap_ContentInfo(&content, &type2, &out, NULL);
1205 ret = hx509_cms_unwrap_ContentInfo(&content, &type2, &out, NULL);
1209 if (der_heim_oid_cmp(&type2, &asn1_oid_id_pkcs7_signedData)) {
1213 der_free_oid(&type2);
1217 der_free_oid(&type2);
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlregexp.c2241 * @type2: an atom type
2249 xmlFACompareAtomTypes(xmlRegAtomType type1, xmlRegAtomType type2) { argument
2257 if ((type2 == XML_REGEXP_EPSILON) ||
2258 (type2 == XML_REGEXP_CHARVAL) ||
2259 (type2 == XML_REGEXP_RANGES) ||
2260 (type2 == XML_REGEXP_SUBREG) ||
2261 (type2 == XML_REGEXP_STRING) ||
2262 (type2 == XML_REGEXP_ANYCHAR))
2265 if (type1 == type2) return(1);
2267 /* simplify subsequent compares by making sure type1 < type2 */
[all...]
/macosx-10.9.5/configd-596.15/Plugins/InterfaceNamer/
H A Difnamer.c247 CFNumberRef type2; local
253 type2 = CFDictionaryGetValue((CFDictionaryRef)val2,
255 res = CFNumberCompare(type1, type2, NULL);
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/machine/
H A Dsdt.h162 #define DTRACE_SCHED2(name, type1, arg1, type2, arg2) \
165 #define DTRACE_SCHED3(name, type1, arg1, type2, arg2, type3, arg3) \
168 #define DTRACE_SCHED4(name, type1, arg1, type2, arg2, \
178 #define DTRACE_PROC2(name, type1, arg1, type2, arg2) \
181 #define DTRACE_PROC3(name, type1, arg1, type2, arg2, type3, arg3) \
184 #define DTRACE_PROC4(name, type1, arg1, type2, arg2, \
194 #define DTRACE_IO2(name, type1, arg1, type2, arg2) \
197 #define DTRACE_IO3(name, type1, arg1, type2, arg2, type3, arg3) \
200 #define DTRACE_IO4(name, type1, arg1, type2, arg2, \
204 #define DTRACE_INT5(name, type1, arg1, type2, arg
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/ntlm/
H A Dntlm.c808 heim_ntlm_decode_type2(const struct ntlm_buf *buf, struct ntlm_type2 *type2) argument
817 memset(type2, 0, sizeof(*type2));
832 CHECK(krb5_ret_uint32(in, &type2->flags), 0);
833 if (type2->flags & NTLM_NEG_UNICODE)
835 CHECK_SIZE(krb5_storage_read(in, type2->challenge, sizeof(type2->challenge)),
836 sizeof(type2->challenge));
841 if (type2->flags & NTLM_NEG_VERSION) {
842 CHECK(krb5_ret_uint32(in, &type2
873 heim_ntlm_encode_type2(const struct ntlm_type2 *type2, struct ntlm_buf *data) argument
[all...]
H A Dtest_ntlm.c54 struct ntlm_type2 type2; local
84 memset(&type2, 0, sizeof(type2));
87 type2.flags = flags;
89 memset(type2.challenge, 0x7f, sizeof(type2.challenge));
90 type2.targetname = rk_UNCONST(target);
91 type2.targetinfo.data = NULL;
92 type2.targetinfo.length = 0;
94 ret = heim_ntlm_encode_type2(&type2,
489 struct ntlm_type2 type2; local
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dparse.c1612 int oldcmdpos = incmdpos, n, type2; local
1621 if ((type2 = strlen(tokstr) - 1) && tokstr[type2] == '+') {
1622 tokstr[type2] = '\0';
1623 type2 = WC_ASSIGN_INC;
1625 type2 = WC_ASSIGN_NEW;
1630 ecbuf[p] = WCB_ASSIGN(WC_ASSIGN_ARRAY, type2, n);
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/ntlm/
H A Dinit_sec_context.c253 struct ntlm_type2 type2; local
258 memset(&type2, 0, sizeof(type2));
267 ret = heim_ntlm_decode_type2(&ndata, &type2);
284 heim_ntlm_free_type2(&type2);
H A Dntlm.h155 krb5_data type2; member in struct:ntlm_ctx
H A Daccept_sec_context.c131 struct ntlm_type2 type2; local
136 _gss_mg_log(1, "ntlm-asc-type2");
138 memset(&type2, 0, sizeof(type2));
140 type2.flags = NTLM_NEG_UNICODE | NTLM_NEG_NTLM;
148 memcpy(type2.challenge, c->challenge, sizeof(type2.challenge));
150 type2.flags |=
162 type2.os[0] = 0x0601b01d;
163 type2
[all...]
H A Ddelete_sec_context.c76 krb5_data_free(&ctx->type2);
H A Dkdc.c254 struct ntlm_type2 type2; local
259 memset(&type2, 0, sizeof(type2));
290 ret = krb5_ntlm_init_get_flags(c->context, c->ntlm, &type2.flags);
295 *ret_flags = type2.flags;
303 if (challenge.length != sizeof(type2.challenge)) {
307 memcpy(type2.challenge, challenge.data, sizeof(type2.challenge));
311 &type2.targetname);
319 free(type2
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dkdigest.c435 struct ntlm_type2 type2; local
441 memset(&type2, 0, sizeof(type2));
465 if (challenge.length != sizeof(type2.challenge))
467 memcpy(type2.challenge, challenge.data, sizeof(type2.challenge));
470 ret = krb5_ntlm_init_get_flags(context, ntlm, &type2.flags);
474 krb5_ntlm_init_get_targetname(context, ntlm, &type2.targetname);
475 type2.targetinfo.data = zero2;
476 type2
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/
H A Dtest_gssntlm.c131 struct ntlm_type2 type2; local
139 memset(&type2, 0, sizeof(type2));
189 dump_packet("type2", data.data, data.length);
191 ret = heim_ntlm_decode_type2(&data, &type2);
197 type3.flags = type1.flags & type2.flags;
200 type3.targetname = type2.targetname;
211 type2.challenge,
292 struct ntlm_type2 type2; local
299 memset(&type2,
[all...]
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-auto-dump.mm120 char type2 = myType();
121 fwrite(&type2, 1, 1, fp);
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnet_protocol.c54 CFStringRef type2; local
57 type2 = SCNetworkProtocolGetProtocolType(p2);
59 return CFStringCompare(type1, type2, 0);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dcomvar.sh420 type2="greeting2"
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclExecute.c1610 int type1, type2;
1624 if (GetNumberFromObj(NULL, incrPtr, &ptr2, &type2) != TCL_OK) {
1634 if ((type1 == TCL_NUMBER_LONG) && (type2 == TCL_NUMBER_LONG)) {
1672 if ((type2 == TCL_NUMBER_DOUBLE) || (type2 == TCL_NUMBER_NAN)) {
1683 if ((type1 != TCL_NUMBER_BIG) && (type2 != TCL_NUMBER_BIG)) {
4500 int iResult = 0, compare = 0, type1, type2;
4527 if (GetNumberFromObj(NULL, value2Ptr, &ptr2, &type2) != TCL_OK) {
4534 if (type2 == TCL_NUMBER_NAN) {
4545 switch (type2) {
1599 int type1, type2; local
4488 int iResult = 0, compare = 0, type1, type2; local
4802 int invalid, shift, type1, type2; local
5259 int type1, type2; local
5505 int type1, type2; local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_support.m2816 BOOL PyObjC_signatures_compatible(const char* type1, const char* type2)
2820 type2 = PyObjCRT_SkipTypeQualifiers(type2);
2823 if (type2[0] == _C_PTR) {
2826 return PyObjC_signatures_compatible(type1, type2+1);
2827 } else if (type2[0] == _C_ARY_B) {
2830 type2++;
2831 while (isdigit(*type2)) type2++;
2832 return PyObjC_signatures_compatible(type1, type2);
[all...]
H A Dobjc_support.h25 extern BOOL PyObjC_signatures_compatible(const char* type1, const char* type2);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlregexp.c2237 * @type2: an atom type
2245 xmlFACompareAtomTypes(xmlRegAtomType type1, xmlRegAtomType type2) { argument
2253 if ((type2 == XML_REGEXP_EPSILON) ||
2254 (type2 == XML_REGEXP_CHARVAL) ||
2255 (type2 == XML_REGEXP_RANGES) ||
2256 (type2 == XML_REGEXP_SUBREG) ||
2257 (type2 == XML_REGEXP_STRING) ||
2258 (type2 == XML_REGEXP_ANYCHAR))
2261 if (type1 == type2) return(1);
2263 /* simplify subsequent compares by making sure type1 < type2 */
[all...]
/macosx-10.9.5/ncurses-42/ncurses/form/
H A Dfld_ftlink.c41 | FIELDTYPE *type2)
52 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2) argument
56 T((T_CALLED("link_fieldtype(%p,%p)"), type1, type2));
57 if (type1 && type2)
66 if ((type1->status & _HAS_ARGS) || (type2->status & _HAS_ARGS))
68 if ((type1->status & _HAS_CHOICE) || (type2->status & _HAS_CHOICE))
71 nftyp->right = type2;
73 type2->ref++;
H A Dllib-lform201 FIELDTYPE *type2)

Completed in 313 milliseconds

12