Searched refs:ix (Results 126 - 150 of 395) sorted by relevance

1234567891011>>

/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc-opts.c618 int ix = option_usage_text.field_ct; local
623 } while (--ix > 0);
633 for (ix = ntpdcOptions.optCt; ix > 0; ix--, pOD++)
639 int ix; local
641 for (ix = ntpdcOptions.optCt; ix > 0; ix--, pOD++) {
/macosx-10.10/ntp-92/ntpq/
H A Dntpq-opts.c585 int ix = option_usage_text.field_ct; local
590 } while (--ix > 0);
600 for (ix = ntpqOptions.optCt; ix > 0; ix--, pOD++)
606 int ix; local
608 for (ix = ntpqOptions.optCt; ix > 0; ix--, pOD++) {
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dkeychain_utilities.c140 int ix; local
141 for (ix = 0; ix < argc; ++ix)
143 SecKeychainRef keychain = keychain_open(argv[ix]);
446 unsigned int ix; local
532 for (ix = 0; ix < info->count; ++ix)
534 UInt32 tag = info->tag[ix];
757 UInt32 ix; local
[all...]
/macosx-10.10/ntp-92/util/
H A Dntp-keygen-opts.c837 int ix; local
850 for (ix = 0; ix < 1; ix++) {
851 if (val < rng[ix].rmin)
853 if (val == rng[ix].rmin)
855 if (rng[ix].rmax == LONG_MIN)
857 if (val <= rng[ix].rmax)
943 int ix = option_usage_text.field_ct; local
948 } while (--ix >
964 int ix; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecTrust.cpp41 static CFDictionaryRef SecTrustGetExceptionForCertificateAtIndex(SecTrustRef trust, CFIndex ix);
210 CFIndex ix; local
211 for (ix = 0; ix < pathLength; ++ix) {
212 CFDictionaryRef detail = (CFDictionaryRef)CFArrayGetValueAtIndex(details, ix);
213 // if ((ix == 0) && CFDictionaryContainsKey(detail, kSecPolicyCheckBlackListedLeaf))
215 context.exception = SecTrustGetExceptionForCertificateAtIndex(trust, ix);
475 SecCertificateRef SecTrustGetCertificateAtIndex(SecTrustRef trust, CFIndex ix) argument
488 if (ix
608 SecTrustGetExceptionForCertificateAtIndex(SecTrustRef trust, CFIndex ix) argument
660 CFIndex ix; local
[all...]
H A DSecCertificateP.c272 DERSize ix = (sig_length > 4) ? sig_length - 4 : 0; local
274 for (; ix < sig_length; ++ix)
275 hashCode = (hashCode << 8) + certificate->_signature.data[ix];
495 CFIndex ix = 0; local
499 &generalNameContent.content, &generalNames[ix])) {
502 ++ix;
635 uint_fast16_t ix; local
636 for (ix = 0; ix < bit
1038 DERSize ix = derItem->length > 8 ? derItem->length - 8 : 0; local
1192 CFIndex ix; local
1482 CFIndex ix = 0; local
1686 DERSize ix; local
1842 DERSize ix; local
2049 CFIndex ix, length = blob->length /* < 24 ? blob->length : 24 */; local
2120 CFIndex ix, length = integer->length; local
2342 uint_fast16_t ix; local
3611 CFIndex ix; local
3957 CFIndex ix, labelLength = 0, length = CFStringGetLength(string); local
4323 CFIndex ix, length = CFStringGetLength(raw); local
4344 DERSize ix; local
4645 int ix; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecTrust.cpp41 static CFDictionaryRef SecTrustGetExceptionForCertificateAtIndex(SecTrustRef trust, CFIndex ix);
210 CFIndex ix; local
211 for (ix = 0; ix < pathLength; ++ix) {
212 CFDictionaryRef detail = (CFDictionaryRef)CFArrayGetValueAtIndex(details, ix);
213 // if ((ix == 0) && CFDictionaryContainsKey(detail, kSecPolicyCheckBlackListedLeaf))
215 context.exception = SecTrustGetExceptionForCertificateAtIndex(trust, ix);
475 SecCertificateRef SecTrustGetCertificateAtIndex(SecTrustRef trust, CFIndex ix) argument
488 if (ix
608 SecTrustGetExceptionForCertificateAtIndex(SecTrustRef trust, CFIndex ix) argument
660 CFIndex ix; local
[all...]
H A DSecCertificateP.c272 DERSize ix = (sig_length > 4) ? sig_length - 4 : 0; local
274 for (; ix < sig_length; ++ix)
275 hashCode = (hashCode << 8) + certificate->_signature.data[ix];
495 CFIndex ix = 0; local
499 &generalNameContent.content, &generalNames[ix])) {
502 ++ix;
635 uint_fast16_t ix; local
636 for (ix = 0; ix < bit
1038 DERSize ix = derItem->length > 8 ? derItem->length - 8 : 0; local
1192 CFIndex ix; local
1482 CFIndex ix = 0; local
1686 DERSize ix; local
1842 DERSize ix; local
2049 CFIndex ix, length = blob->length /* < 24 ? blob->length : 24 */; local
2120 CFIndex ix, length = integer->length; local
2342 uint_fast16_t ix; local
3611 CFIndex ix; local
3957 CFIndex ix, labelLength = 0, length = CFStringGetLength(string); local
4323 CFIndex ix, length = CFStringGetLength(raw); local
4344 DERSize ix; local
4645 int ix; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecTrust.cpp41 static CFDictionaryRef SecTrustGetExceptionForCertificateAtIndex(SecTrustRef trust, CFIndex ix);
210 CFIndex ix; local
211 for (ix = 0; ix < pathLength; ++ix) {
212 CFDictionaryRef detail = (CFDictionaryRef)CFArrayGetValueAtIndex(details, ix);
213 // if ((ix == 0) && CFDictionaryContainsKey(detail, kSecPolicyCheckBlackListedLeaf))
215 context.exception = SecTrustGetExceptionForCertificateAtIndex(trust, ix);
475 SecCertificateRef SecTrustGetCertificateAtIndex(SecTrustRef trust, CFIndex ix) argument
488 if (ix
608 SecTrustGetExceptionForCertificateAtIndex(SecTrustRef trust, CFIndex ix) argument
660 CFIndex ix; local
[all...]
H A DSecCertificateP.c272 DERSize ix = (sig_length > 4) ? sig_length - 4 : 0; local
274 for (; ix < sig_length; ++ix)
275 hashCode = (hashCode << 8) + certificate->_signature.data[ix];
495 CFIndex ix = 0; local
499 &generalNameContent.content, &generalNames[ix])) {
502 ++ix;
635 uint_fast16_t ix; local
636 for (ix = 0; ix < bit
1038 DERSize ix = derItem->length > 8 ? derItem->length - 8 : 0; local
1192 CFIndex ix; local
1482 CFIndex ix = 0; local
1686 DERSize ix; local
1842 DERSize ix; local
2049 CFIndex ix, length = blob->length /* < 24 ? blob->length : 24 */; local
2120 CFIndex ix, length = integer->length; local
2342 uint_fast16_t ix; local
3611 CFIndex ix; local
3957 CFIndex ix, labelLength = 0, length = CFStringGetLength(string); local
4323 CFIndex ix, length = CFStringGetLength(raw); local
4344 DERSize ix; local
4645 int ix; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecCAIssuerRequest.c153 CFIndex ix = 0, ex = CFArrayGetCount(issuers); local
154 for (;ix < ex; ++ix) {
155 CFURLRef issuer = CFArrayGetValueAtIndex(issuers, ix);
/macosx-10.10/ntp-92/libopts/
H A Dstack.c241 int ix; local
245 ix = pAL->useCt;
246 while (--ix >= 0)
247 AGFREE(pAL->apzArgs[ix]);
/macosx-10.10/ntp-92/sntp/libopts/
H A Dstack.c241 int ix; local
245 ix = pAL->useCt;
246 while (--ix >= 0)
247 AGFREE(pAL->apzArgs[ix]);
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmaclpod.h67 CSSM_ACL_AUTHORIZATION_TAG operator [] (unsigned ix) const
68 { assert(ix < size()); return AuthTags[ix]; }
221 const AclEntryInfo &at(uint32 ix) const
222 { assert(ix < mCount); return mEntries[ix]; }
223 const AclEntryInfo &operator [] (uint32 ix) const { return at(ix); }
224 AclEntryInfo &at(uint32 ix);
225 AclEntryInfo &operator[] (uint32 ix) { retur
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmaclpod.h67 CSSM_ACL_AUTHORIZATION_TAG operator [] (unsigned ix) const
68 { assert(ix < size()); return AuthTags[ix]; }
221 const AclEntryInfo &at(uint32 ix) const
222 { assert(ix < mCount); return mEntries[ix]; }
223 const AclEntryInfo &operator [] (uint32 ix) const { return at(ix); }
224 AclEntryInfo &at(uint32 ix);
225 AclEntryInfo &operator[] (uint32 ix) { retur
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecTrustSettings.c48 CFIndex ix, length; local
65 for (ix = 0; ix < length; ++ix) {
66 UniChar c = CFStringGetCharacterFromInlineBuffer(&buf, ix);
79 if (ix & 1) {
198 CFIndex ix, numConstraints = CFArrayGetCount(usageConstraints); local
200 for (ix = 0; ix < numConstraints; ++ix) {
[all...]
H A DSecCertificate.c284 size_t ix = (sig_length > 4) ? sig_length - 4 : 0; local
286 for (; ix < sig_length; ++ix)
287 hashCode = (hashCode << 8) + certificate->_signature.data[ix];
507 CFIndex ix = 0; local
511 &generalNameContent.content, &generalNames[ix])) {
514 ++ix;
647 uint_fast16_t ix; local
648 for (ix = 0; ix < bit
1102 DERSize ix = derItem->length > 8 ? derItem->length - 8 : 0; local
1250 CFIndex ix; local
1555 CFIndex ix = 0; local
1753 DERSize ix; local
1914 DERSize ix; local
2156 CFIndex ix, length = blob->length /* < 24 ? blob->length : 24 */; local
2232 CFIndex ix, length = integer->length; local
2465 uint_fast16_t ix; local
3776 CFIndex ix; local
4086 CFIndex ix, labelLength = 0, length = CFStringGetLength(string); local
4473 CFIndex ix, length = CFStringGetLength(raw); local
4494 DERSize ix; local
4785 int ix; local
4880 CFIndex ix; local
5035 CFIndex ix, length = CFArrayGetCount(oids); local
5109 CFIndex ix, count = CFArrayGetCount(certificates); local
5129 size_t ix; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsem_internal.h233 * #define SEMU(ix) ((struct sem_undo *)(((intptr_t)semu)+ix * seminfo.semusz))
238 * #define SEMU(ix) ((struct sem_undo *)(((intptr_t)semu)+ix * SEMUSZ))
240 #define SEMU(ix) (&semu[ix])
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-44-crashes.c75 size_t ix;
77 for (ix = 0; ix < len; ++ix) {
78 if (!(ix % 16))
80 printf("%02X ", bytes[ix]);
H A Dssl-45-tls12.c73 size_t ix;
75 for (ix = 0; ix < len; ++ix) {
76 if (!(ix % 16))
78 printf("%02X ", bytes[ix]);
H A Dssl-47-falsestart.c67 size_t ix;
69 for (ix = 0; ix < len; ++ix) {
70 if (!(ix % 16))
72 printf("%02X ", bytes[ix]);
H A Dssl-49-sni.c64 size_t ix;
66 for (ix = 0; ix < len; ++ix) {
67 if (!(ix % 16))
69 printf("%02X ", bytes[ix]);
H A Dssl-50-server.c60 size_t ix;
62 for (ix = 0; ix < len; ++ix) {
63 if (!(ix % 16))
65 printf("%02X ", bytes[ix]);
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A DPCSCDriverBundle.cpp117 for (int ix=0;ix<productCount;++ix)
119 std::string vstr(getStringAttr(reinterpret_cast<CFArrayRef>(vend), ix));
121 std::string pstr(getStringAttr(products, ix));
123 std::string name(getStringAttr(names, ix));
/macosx-10.10/libxml2-26/libxml2/
H A DtestOOM.c134 unsigned int ix; local
135 for (ix=0; ix<size-1; ix++) {
136 if (s[ix] < 0x20)
137 printf ("binary data [0x%02x]?\n", (unsigned char)s[ix]);

Completed in 329 milliseconds

1234567891011>>