Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp152 CFStringRef exec_cf_path = in LocateMacOSXFilesUsingDebugSymbols()
153 static_cast<CFStringRef>(::CFDictionaryGetValue( in LocateMacOSXFilesUsingDebugSymbols()
313 CFStringRef cf_str; in GetModuleSpecInfoFromUUIDDictionary()
316 cf_str = (CFStringRef)CFDictionaryGetValue( in GetModuleSpecInfoFromUUIDDictionary()
330 cf_str = (CFStringRef)CFDictionaryGetValue((CFDictionaryRef)uuid_dict, in GetModuleSpecInfoFromUUIDDictionary()
381 CFStringRef *keys = in GetModuleSpecInfoFromUUIDDictionary()
382 (CFStringRef *)malloc(kv_pair_count * sizeof(CFStringRef)); in GetModuleSpecInfoFromUUIDDictionary()
383 CFStringRef *values = in GetModuleSpecInfoFromUUIDDictionary()
384 (CFStringRef *)malloc(kv_pair_count * sizeof(CFStringRef)); in GetModuleSpecInfoFromUUIDDictionary()
505 if (CFStringGetCString((CFStringRef)defaults_setting, cstr_buf, in DownloadObjectAndSymbolFile()
[all …]
/freebsd-13.1/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,
209 CFStringRef ProductVersion = (*CFStringCreateWithCStringNoCopyFunc)( in _initializeAvailabilityCheck()
220 if (!(*CFStringGetCStringFunc)((CFStringRef)OpaqueValue, VersionStr, in _initializeAvailabilityCheck()
/freebsd-13.1/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-13.1/contrib/libfido2/src/
H A Dhid_osx.c23 CFStringRef loop_id;
31 get_int32(IOHIDDeviceRef dev, CFStringRef key, int32_t *v) in get_int32()
56 get_utf8(IOHIDDeviceRef dev, CFStringRef key, void *buf, size_t len) in get_utf8()
80 CFStringRef key; in get_report_len()
/freebsd-13.1/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp170 CFStringRef CfPathStr = in createFSEventStream()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c1301 value_from_dict(CFDictionaryRef plist, CFStringRef key, apr_pool_t *pool) in value_from_dict()
1303 CFStringRef valref; in value_from_dict()
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dconfig_file.c247 cfstring2cstring(CFStringRef string) in cfstring2cstring()