Searched refs:kCFBooleanTrue (Results 1 - 25 of 265) sorted by relevance

1234567891011

/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-72-syncableitems.c42 kCFBooleanTrue,
43 passwordData, kCFBooleanTrue };
67 kCFBooleanTrue, // only return synchronizable results
68 kCFBooleanTrue };
93 kCFBooleanTrue };
116 kCFBooleanTrue }; // we only want to find the synchronizable item here, not a non-synchronizable one
148 kCFBooleanTrue }; // we only want to find the synchronizable item here, not a non-synchronizable one
H A Dsi-43-persistent.c43 kCFBooleanTrue,
65 kCFBooleanTrue,
112 CFDictionaryAddValue(query3, kSecReturnAttributes, kCFBooleanTrue);
122 CFDictionaryAddValue(query4, kSecReturnAttributes, kCFBooleanTrue);
H A Dsi-12-item-stress.c27 CFDictionaryAddValue(dict, kSecReturnData, kCFBooleanTrue);
265 value = (num % 2 == 0 ? kCFBooleanTrue : kCFBooleanFalse);
324 CFDictionarySetValue(item, kSecAttrSynchronizable, kCFBooleanTrue);
327 CFDictionarySetValue(item, kSecUseTombstones, kCFBooleanTrue);
330 CFDictionarySetValue(item, kSecAttrTombstone, kCFBooleanTrue);
341 CFDictionarySetValue(item, kSecAttrTombstone, kCFBooleanTrue);
348 CFDictionarySetValue(item, kSecAttrTombstone, kCFBooleanTrue);
355 CFDictionarySetValue(item, kSecUseTombstones, kCFBooleanTrue);
359 CFDictionarySetValue(item, kSecAttrTombstone, kCFBooleanTrue);
362 CFDictionarySetValue(item, kSecUseTombstones, kCFBooleanTrue);
[all...]
H A Dsi-33-keychain-backup.c71 kCFBooleanTrue,
97 kCFBooleanTrue,
146 CFDictionaryAddValue(p->query3, kSecReturnAttributes, kCFBooleanTrue);
157 CFDictionaryAddValue(p->query4, kSecReturnAttributes, kCFBooleanTrue);
412 CFDictionaryAddValue(query, kSecUseTombstones, kCFBooleanTrue);
422 CFDictionaryAddValue(query, kSecAttrSynchronizable, kCFBooleanTrue);
442 CFDictionaryAddValue(query, kSecAttrTombstone, kCFBooleanTrue);
H A Dsi-05-add.c147 CFDictionaryAddValue(dict, kSecReturnData, kCFBooleanTrue);
183 CFDictionaryAddValue(dict, kSecReturnPersistentRef, kCFBooleanTrue);
194 CFDictionaryAddValue(dict, kSecReturnRef, kCFBooleanTrue);
203 CFDictionaryAddValue(dict, kSecReturnData, kCFBooleanTrue);
212 CFDictionaryAddValue(dict, kSecReturnAttributes, kCFBooleanTrue);
244 CFDictionaryAddValue(dict, kSecReturnData, kCFBooleanTrue);
245 CFDictionaryAddValue(dict, kSecReturnAttributes, kCFBooleanTrue);
246 CFDictionaryAddValue(dict, kSecReturnRef, kCFBooleanTrue);
247 CFDictionaryAddValue(dict, kSecReturnPersistentRef, kCFBooleanTrue);
286 CFDictionaryAddValue(dict, kSecAttrSynchronizable, kCFBooleanTrue);
[all...]
/macosx-10.9.5/autofs-234/mount_url/
H A Dmount_url.c134 kCFBooleanTrue);
140 kCFBooleanTrue);
159 kCFBooleanTrue);
165 kCFBooleanTrue);
172 kCFBooleanTrue);
183 (altflags & ALT_SOFT) ? kCFBooleanTrue : kCFBooleanFalse);
/macosx-10.9.5/SecurityTool-55115/
H A Duser_trust_enable.cpp52 disabledBool = kCFBooleanTrue;
106 (disabledBool == kCFBooleanTrue) ? "Disabled" : "Enabled");
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAMount.c258 if ( DADiskGetDescription( disk, kDADiskDescriptionMediaWritableKey ) == kCFBooleanTrue )
320 argumentValue = kCFBooleanTrue;
353 compareValue = kCFBooleanTrue;
371 compareValue = ( compareValue == kCFBooleanTrue ) ? kCFBooleanFalse : kCFBooleanTrue;
577 if ( DADiskGetDescription( disk, kDADiskDescriptionMediaRemovableKey ) == kCFBooleanTrue )
581 value = value ? value : kCFBooleanTrue;
589 if ( DADiskGetDescription( disk, kDADiskDescriptionDeviceInternalKey ) == kCFBooleanTrue )
599 value = value ? value : kCFBooleanTrue;
611 if ( DADiskGetDescription( disk, kDADiskDescriptionMediaRemovableKey ) == kCFBooleanTrue )
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DPolicies.cpp292 CFDictionarySetValue(properties, (const void *)kSecPolicyClient, (const void *)kCFBooleanTrue);
305 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_DigitalSignature, (const void *)kCFBooleanTrue);
307 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_NonRepudiation, (const void *)kCFBooleanTrue);
309 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_KeyEncipherment, (const void *)kCFBooleanTrue);
311 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_DataEncipherment, (const void *)kCFBooleanTrue);
313 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_KeyAgreement, (const void *)kCFBooleanTrue);
315 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_KeyCertSign, (const void *)kCFBooleanTrue);
317 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_CRLSign, (const void *)kCFBooleanTrue);
319 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_EncipherOnly, (const void *)kCFBooleanTrue);
321 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_DecipherOnly, (const void *)kCFBooleanTrue);
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DPolicies.cpp292 CFDictionarySetValue(properties, (const void *)kSecPolicyClient, (const void *)kCFBooleanTrue);
305 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_DigitalSignature, (const void *)kCFBooleanTrue);
307 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_NonRepudiation, (const void *)kCFBooleanTrue);
309 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_KeyEncipherment, (const void *)kCFBooleanTrue);
311 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_DataEncipherment, (const void *)kCFBooleanTrue);
313 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_KeyAgreement, (const void *)kCFBooleanTrue);
315 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_KeyCertSign, (const void *)kCFBooleanTrue);
317 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_CRLSign, (const void *)kCFBooleanTrue);
319 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_EncipherOnly, (const void *)kCFBooleanTrue);
321 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_DecipherOnly, (const void *)kCFBooleanTrue);
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DPolicies.cpp292 CFDictionarySetValue(properties, (const void *)kSecPolicyClient, (const void *)kCFBooleanTrue);
305 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_DigitalSignature, (const void *)kCFBooleanTrue);
307 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_NonRepudiation, (const void *)kCFBooleanTrue);
309 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_KeyEncipherment, (const void *)kCFBooleanTrue);
311 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_DataEncipherment, (const void *)kCFBooleanTrue);
313 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_KeyAgreement, (const void *)kCFBooleanTrue);
315 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_KeyCertSign, (const void *)kCFBooleanTrue);
317 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_CRLSign, (const void *)kCFBooleanTrue);
319 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_EncipherOnly, (const void *)kCFBooleanTrue);
321 CFDictionarySetValue(properties, (const void *)kSecPolicyKU_DecipherOnly, (const void *)kCFBooleanTrue);
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dgoidle.c31 obj = CFRetain(kCFBooleanTrue);
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A Dsc-51-persistentEC.c38 kSecAttrIsPermanent, kCFBooleanTrue,
67 kSecReturnRef, kCFBooleanTrue,
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dremount.c141 CFDictionarySetValue(openOptions, kNetFSForceNewSessionKey, kCFBooleanTrue);
145 CFDictionarySetValue(openOptions, kNetFSNoUserPreferencesKey, kCFBooleanTrue);
150 CFDictionarySetValue(openOptions, kNetFSAllowLoopbackKey, kCFBooleanTrue);
184 CFDictionarySetValue( openOptions, kNetFSUseGuestKey, kCFBooleanTrue);
195 CFDictionarySetValue( openOptions, kNetFSUseAuthenticationInfoKey, kCFBooleanTrue);
/macosx-10.9.5/bless-98/libbless/Network/
H A DBLGetPreferredNetworkInterface.c76 CFDictionaryAddValue(propDict, CFSTR(kIOBuiltin), kCFBooleanTrue);
77 CFDictionaryAddValue(propDict, CFSTR(kIOPrimaryInterface), kCFBooleanTrue);
98 CFDictionaryAddValue(propDict, CFSTR(kIOBuiltin), kCFBooleanTrue);
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecPolicy.c520 (dictionaryClientValue != NULL) && CFEqual(kCFBooleanTrue, dictionaryClientValue));
676 (const void *)kCFBooleanTrue);
750 else if (CFEqual(client, kCFBooleanTrue)) {
978 //CFDictionaryAddValue(options, kSecPolicyCheckBasicCertificateProcessing, kCFBooleanTrue);
979 CFDictionaryAddValue(options, kSecPolicyCheckCriticalExtensions, kCFBooleanTrue);
980 CFDictionaryAddValue(options, kSecPolicyCheckIdLinkage, kCFBooleanTrue);
981 CFDictionaryAddValue(options, kSecPolicyCheckBasicContraints, kCFBooleanTrue);
982 CFDictionaryAddValue(options, kSecPolicyCheckNonEmptySubject, kCFBooleanTrue);
983 CFDictionaryAddValue(options, kSecPolicyCheckQualifiedCertStatements, kCFBooleanTrue);
989 CFDictionaryAddValue(options, kSecPolicyCheckValidIntermediates, kCFBooleanTrue);
[all...]
/macosx-10.9.5/bless-98/libbless/BootRoot/
H A DBLBootRootIdentifyDevice.c107 if (!CFEqual(isLeaf, kCFBooleanTrue)) {
139 if (!CFEqual(isWhole, kCFBooleanTrue)) {
/macosx-10.9.5/hfs-226.1.1/mount_hfs/
H A Doptical.c48 if (property == kCFBooleanTrue)
79 if (property == kCFBooleanTrue) {
/macosx-10.9.5/CF-855.17/
H A DCFNumber.h39 const CFBooleanRef kCFBooleanTrue; variable
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A Dder_boolean.c34 *boolean = *payload ? kCFBooleanTrue : kCFBooleanFalse;
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A Dder_boolean.c34 *boolean = *payload ? kCFBooleanTrue : kCFBooleanFalse;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DSimpleFontDataCoreText.cpp61 CFDictionarySetValue(mutableAttributes, kCTVerticalFormsAttributeName, kCFBooleanTrue);
/macosx-10.9.5/configd-596.15/configd.tproj/
H A D_confignotify.c58 (void)_SCSerialize(kCFBooleanTrue, &value, NULL, NULL);
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dsession.c67 CFDictionarySetValue(options, kSCDynamicStoreUseSessionKeys, kCFBooleanTrue);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.cpp205 CFDictionaryAddValue(defaults, CFSTR(WebKitJavaEnabledPreferenceKey), kCFBooleanTrue);
206 CFDictionaryAddValue(defaults, CFSTR(WebKitJavaScriptEnabledPreferenceKey), kCFBooleanTrue);
207 CFDictionaryAddValue(defaults, CFSTR(WebKitWebSecurityEnabledPreferenceKey), kCFBooleanTrue);
209 CFDictionaryAddValue(defaults, CFSTR(WebKitAllowFileAccessFromFileURLsPreferenceKey), kCFBooleanTrue);
211 CFDictionaryAddValue(defaults, CFSTR(WebKitXSSAuditorEnabledPreferenceKey), kCFBooleanTrue);
213 CFDictionaryAddValue(defaults, CFSTR(WebKitJavaScriptCanOpenWindowsAutomaticallyPreferenceKey), kCFBooleanTrue);
214 CFDictionaryAddValue(defaults, CFSTR(WebKitPluginsEnabledPreferenceKey), kCFBooleanTrue);
215 CFDictionaryAddValue(defaults, CFSTR(WebKitCSSRegionsEnabledPreferenceKey), kCFBooleanTrue);
216 CFDictionaryAddValue(defaults, CFSTR(WebKitDatabasesEnabledPreferenceKey), kCFBooleanTrue);
217 CFDictionaryAddValue(defaults, CFSTR(WebKitLocalStorageEnabledPreferenceKey), kCFBooleanTrue);
[all...]

Completed in 260 milliseconds

1234567891011