/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | CFBundle.cpp | 41 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 D | SymbolMap.cpp | 79 CFStringRef plistFile = CFStringCreateWithCString( in Load() 93 CFStringRef OldUUID = (CFStringRef)CFDictionaryGetValue( in Load()
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | darwin-proctitle.c | 56 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 D | darwin.c | 196 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 D | fsevents.c | 120 CFStringRef); 124 CFStringRef); 132 static CFStringRef (*pCFStringCreateWithFileSystemRepresentation)( 136 static CFStringRef (*pkCFRunLoopDefaultMode); 149 CFStringRef); 417 CFStringRef* paths; in uv__fsevents_reschedule()
|
H A D | darwin-stub.h | 52 typedef void* CFStringRef; typedef
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
H A D | announce.c | 61 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 D | langprefs.c | 71 && CFStringGetCString ((CFStringRef)element, in _nl_language_preferences_default() 102 && CFStringGetCString ((CFStringRef)element, in _nl_language_preferences_default()
|
H A D | localename.c | 1049 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 D | hid_osx.c | 31 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 D | asan_mac_test.cc | 207 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 D | DirectoryWatcher-mac.cpp | 170 CFStringRef CfPathStr = in createFSEventStream()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | config_file.c | 249 cfstring2cstring(CFStringRef string) in cfstring2cstring()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | Block-ABI-Apple.rst | 325 declared as opaque structure pointers, e.g. ``CFStringRef``, ``CFArrayRef``,
|
H A D | AutomaticReferenceCounting.rst | 246 Other pointer types, such as ``int*`` and ``CFStringRef``, are not subject to
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/ |
H A D | checkers.rst | 1177 CFStringRef test(char *bytes) {
|