Searched refs:CFStringGetTypeID (Results 151 - 175 of 230) sorted by relevance

12345678910

/macosx-10.9.5/Heimdal-323.92.1/lib/heimcred/
H A DHeimCredCoder.m129 if (type == CFStringGetTypeID())
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DTrustSettings.cpp1238 if(CFGetTypeID(policyStr) != CFStringGetTypeID()) {
1376 if((policyStr != NULL) && (CFGetTypeID(policyStr) != CFStringGetTypeID())) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DTrustSettings.cpp1238 if(CFGetTypeID(policyStr) != CFStringGetTypeID()) {
1376 if((policyStr != NULL) && (CFGetTypeID(policyStr) != CFStringGetTypeID())) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DTrustSettings.cpp1238 if(CFGetTypeID(policyStr) != CFStringGetTypeID()) {
1376 if((policyStr != NULL) && (CFGetTypeID(policyStr) != CFStringGetTypeID())) {
/macosx-10.9.5/Security-55471.14.18/sec/ipc/
H A Dserver.c114 if (value && CFGetTypeID(value) != CFStringGetTypeID()) {
132 if (CFGetTypeID(string) != CFStringGetTypeID()) {
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebBasePluginPackage.mm474 if (!bundleVersionString || CFGetTypeID(bundleVersionString) != CFStringGetTypeID())
/macosx-10.9.5/kext_tools-326.95.1/
H A Dmkextunpack_main.c1174 } else if (CFGetTypeID(bundleID) != CFStringGetTypeID()) {
1193 } else if (CFGetTypeID(bundleVersion) != CFStringGetTypeID()) {
H A Dkextfind_commands.c252 if (type == CFStringGetTypeID()) {
H A Dkextfind_report.c113 if (CFStringGetTypeID() == valueType) {
/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Dhdb-od.c608 } else if (CFGetTypeID(type) == CFStringGetTypeID()) {
815 if (CFGetTypeID(name) != CFStringGetTypeID())
1003 if (CFGetTypeID(val) == CFStringGetTypeID()) {
1022 if (CFGetTypeID(val) == CFStringGetTypeID()) {
2030 if (n == NULL || CFGetTypeID(n) != CFStringGetTypeID())
/macosx-10.9.5/CF-855.17/
H A DCFBundle_Resources.c540 } else if (typeID == CFStringGetTypeID()) {
602 if (CFGetTypeID(oneEntry) == CFStringGetTypeID() && CFStringGetLength(oneEntry) > 0) {
679 if (devLang && (CFGetTypeID(devLang) == CFStringGetTypeID() && CFStringGetLength(devLang) > 0)) result = CFArrayCreate(kCFAllocatorSystemDefault, (const void **)&devLang, 1, &kCFTypeArrayCallBacks);
977 if (devLang && (CFGetTypeID(devLang) != CFStringGetTypeID() || CFStringGetLength(devLang) == 0)) devLang = NULL;
1968 if (CFGetTypeID(values[i]) == CFStringGetTypeID()) {
2016 if (CFGetTypeID(value) == CFStringGetTypeID()){
2082 if (CFGetTypeID(value) == CFStringGetTypeID()) {
H A DCFString.h144 CFTypeID CFStringGetTypeID(void);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.cpp75 if (cfType == CFStringGetTypeID())
314 if (!value || (CFGetTypeID(value.get()) != CFStringGetTypeID()))
487 if (!keys[i] || !values[i] || CFGetTypeID(keys[i]) != CFStringGetTypeID())
/macosx-10.9.5/DiskArbitration-266/DiskArbitration/
H A DDiskArbitration.c708 if ( CFGetTypeID( name ) == CFStringGetTypeID( ) )
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAMount.c877 else if ( CFGetTypeID( id ) == CFStringGetTypeID( ) )
/macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/
H A DPEFSupport.c594 else if (value && (CFStringGetTypeID() == CFGetTypeID(value)))
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDElement.c438 return (type && (CFGetTypeID(type) == CFStringGetTypeID())) ?
/macosx-10.9.5/KerberosHelper-148/Source/
H A Dna.c2512 if (c == NULL || CFGetTypeID(c) != CFStringGetTypeID())
2514 if (m == NULL || CFGetTypeID(m) != CFStringGetTypeID())
2516 if (d == NULL || CFGetTypeID(d) != CFStringGetTypeID())
2518 if (u == NULL && CFGetTypeID(u) != CFStringGetTypeID())
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dbundlediskrep.cpp138 if (CFGetTypeID(mainHTML) != CFStringGetTypeID())
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dbundlediskrep.cpp138 if (CFGetTypeID(mainHTML) != CFStringGetTypeID())
/macosx-10.9.5/Security-55471.14.18/libsecurity_manifest/lib/
H A DManifestInternal.cpp219 if (CFGetTypeID (dataRef) != CFStringGetTypeID ())
/macosx-10.9.5/Security-55471.14.18/sec/Security/Tool/
H A Dkeychain_find.c135 if (CFStringGetTypeID() == CFGetTypeID(value)) {
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecCFWrappers.h524 return cfType && CFGetTypeID(cfType) == CFStringGetTypeID();
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DSecCFWrappers.h524 return cfType && CFGetTypeID(cfType) == CFStringGetTypeID();
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dlanguage.c1227 CFGetTypeID(languageName) == CFStringGetTypeID())

Completed in 237 milliseconds

12345678910