Home
last modified time | relevance | path

Searched refs:CFStringRef (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp225 CFStringRef exec_cf_path = in LocateExecutableObjectFile()
226 static_cast<CFStringRef>(::CFDictionaryGetValue( in LocateExecutableObjectFile()
667 CFStringRef exec_cf_path = in LocateMacOSXFilesUsingDebugSymbols()
668 static_cast<CFStringRef>(::CFDictionaryGetValue( in LocateMacOSXFilesUsingDebugSymbols()
805 CFStringRef cf_str; in GetModuleSpecInfoFromUUIDDictionary()
808 cf_str = (CFStringRef)CFDictionaryGetValue((CFDictionaryRef)uuid_dict, in GetModuleSpecInfoFromUUIDDictionary()
819 cf_str = (CFStringRef)CFDictionaryGetValue( in GetModuleSpecInfoFromUUIDDictionary()
831 cf_str = (CFStringRef)CFDictionaryGetValue((CFDictionaryRef)uuid_dict, in GetModuleSpecInfoFromUUIDDictionary()
861 cf_str = (CFStringRef)CFDictionaryGetValue((CFDictionaryRef)uuid_dict, in GetModuleSpecInfoFromUUIDDictionary()
879 CFStringRef *keys = in GetModuleSpecInfoFromUUIDDictionary()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c46 *CFStringRef, *CFDictionaryRef, *CFTypeRef, *CFErrorRef; typedef
76 CFAllocatorRef, CFDataRef, CFOptionFlags, CFStringRef *);
77 typedef CFStringRef (*CFStringCreateWithCStringNoCopyFuncTy)(CFAllocatorRef,
85 typedef Boolean (*CFStringGetCStringFuncTy)(CFStringRef, char *, CFIndex,
213 CFStringRef ProductVersion = (*CFStringCreateWithCStringNoCopyFunc)( in _initializeAvailabilityCheck()
224 if (!(*CFStringGetCStringFunc)((CFStringRef)OpaqueValue, VersionStr, in _initializeAvailabilityCheck()
/freebsd/crypto/heimdal/kdc/
H A Dannounce.c59 static CFStringRef g_hostname = NULL;
72 static CFStringRef NetworkChangedKey_BackToMyMac = CFSTR("Setup:/Network/BackToMyMac");
76 CFString2utf8(CFStringRef string) in CFString2utf8()
195 char *str = CFString2utf8((CFStringRef)value); in domains_add()
302 register_srv_realms(CFStringRef host) in register_srv_realms()
424 CFStringRef host; in update_all()
500 CFStringRef computerNameKey; in register_notification()
/freebsd/contrib/libfido2/src/
H A Dhid_osx.c31 CFStringRef loop_id;
39 get_int32(IOHIDDeviceRef dev, CFStringRef key, int32_t *v) in get_int32()
64 get_utf8(IOHIDDeviceRef dev, CFStringRef key, void *buf, size_t len) in get_utf8()
88 CFStringRef key; in get_report_len()
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp170 CFStringRef CfPathStr = in createFSEventStream()
/freebsd/crypto/heimdal/lib/krb5/
H A Dconfig_file.c247 cfstring2cstring(CFStringRef string) in cfstring2cstring()