Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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()
801 CFStringRef cf_str; in GetModuleSpecInfoFromUUIDDictionary()
815 cf_str = (CFStringRef)CFDictionaryGetValue( in GetModuleSpecInfoFromUUIDDictionary()
875 CFStringRef *keys = in GetModuleSpecInfoFromUUIDDictionary()
876 (CFStringRef *)malloc(kv_pair_count * sizeof(CFStringRef)); in GetModuleSpecInfoFromUUIDDictionary()
877 CFStringRef *values = in GetModuleSpecInfoFromUUIDDictionary()
878 (CFStringRef *)malloc(kv_pair_count * sizeof(CFStringRef)); in GetModuleSpecInfoFromUUIDDictionary()
[all …]
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp170 CFStringRef CfPathStr = in createFSEventStream()
/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dconfig_file.c247 cfstring2cstring(CFStringRef string) in cfstring2cstring()