Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DCFBundle.cpp41 class CFString : public CFReleaser<CFStringRef> {
43 CFString(CFStringRef CFStr = nullptr) : CFReleaser<CFStringRef>(CFStr) {} in CFString()
50 if (CFStringRef Str = get()) in GetLength()
55 static const char *UTF8(CFStringRef CFStr, std::string &Str);
64 const char *CFString::UTF8(CFStringRef CFStr, std::string &Str) { in UTF8()
94 CFStringRef GetIdentifier() const { in GetIdentifier()
101 CFTypeRef GetValueForInfoDictionaryKey(CFStringRef key) const { in GetValueForInfoDictionaryKey()
160 if (CFStringRef BundleID = Bundle.GetIdentifier()) { in getBundleInfo()
166 CFString::UTF8((CFStringRef)TypeRef, BundleInfo.VersionStr); in getBundleInfo()
174 CFString::UTF8((CFStringRef)TypeRef, BundleInfo.ShortVersionStr); in getBundleInfo()
H A DSymbolMap.cpp79 CFStringRef plistFile = CFStringCreateWithCString( in Load()
93 CFStringRef OldUUID = (CFStringRef)CFDictionaryGetValue( in Load()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Ddarwin-proctitle.c56 CFStringRef (*pCFStringCreateWithCString)(CFAllocatorRef, in uv__set_process_title()
59 CFBundleRef (*pCFBundleGetBundleWithIdentifier)(CFStringRef); in uv__set_process_title()
60 void *(*pCFBundleGetDataPointerForName)(CFBundleRef, CFStringRef); in uv__set_process_title()
61 void *(*pCFBundleGetFunctionPointerForName)(CFBundleRef, CFStringRef); in uv__set_process_title()
65 CFStringRef, in uv__set_process_title()
66 CFStringRef, in uv__set_process_title()
71 CFStringRef* display_name_key; in uv__set_process_title()
H A Ddarwin.c196 CFStringRef, in uv__get_cpu_speed()
201 CFStringRef (*pCFStringCreateWithCString)(CFAllocatorRef, in uv__get_cpu_speed()
264 CFStringRef device_type_str = S("device_type"); in uv__get_cpu_speed()
265 CFStringRef clock_frequency_str = S("clock-frequency"); in uv__get_cpu_speed()
H A Dfsevents.c120 CFStringRef);
124 CFStringRef);
132 static CFStringRef (*pCFStringCreateWithFileSystemRepresentation)(
136 static CFStringRef (*pkCFRunLoopDefaultMode);
149 CFStringRef);
417 CFStringRef* paths; in uv__fsevents_reschedule()
H A Ddarwin-stub.h52 typedef void* CFStringRef; typedef
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dannounce.c61 static CFStringRef g_hostname = NULL;
74 static CFStringRef NetworkChangedKey_BackToMyMac = CFSTR("Setup:/Network/BackToMyMac");
78 CFString2utf8(CFStringRef string) in CFString2utf8()
197 char *str = CFString2utf8((CFStringRef)value); in domains_add()
304 register_srv_realms(CFStringRef host) in register_srv_realms()
426 CFStringRef host; in update_all()
502 CFStringRef computerNameKey; in register_notification()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlangprefs.c71 && CFStringGetCString ((CFStringRef)element, in _nl_language_preferences_default()
102 && CFStringGetCString ((CFStringRef)element, in _nl_language_preferences_default()
H A Dlocalename.c1049 CFStringRef name = CFLocaleGetIdentifier (locale); in _nl_locale_name_default()
1064 && CFStringGetCString ((CFStringRef)value, namebuf, sizeof(namebuf), in _nl_locale_name_default()
/netbsd-src/external/bsd/libfido2/dist/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()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_mac_test.cc207 CFStringRef str = CFSTR("Hello world!\n"); in TEST()
208 CFStringRef str2 = CFStringCreateCopy(0, str); in TEST()
/netbsd-src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp170 CFStringRef CfPathStr = in createFSEventStream()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dconfig_file.c249 cfstring2cstring(CFStringRef string) in cfstring2cstring()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DBlock-ABI-Apple.rst325 declared as opaque structure pointers, e.g. ``CFStringRef``, ``CFArrayRef``,
H A DAutomaticReferenceCounting.rst246 Other pointer types, such as ``int*`` and ``CFStringRef``, are not subject to
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst1177 CFStringRef test(char *bytes) {