| /openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/ |
| H A D | CFCMutableDictionary.h | 30 bool AddValue(CFStringRef key, const void *value, bool can_create = false); 31 bool SetValue(CFStringRef key, const void *value, bool can_create = false); 32 bool AddValueSInt8(CFStringRef key, int8_t value, bool can_create = false); 33 bool SetValueSInt8(CFStringRef key, int8_t value, bool can_create = false); 34 bool AddValueSInt16(CFStringRef key, int16_t value, bool can_create = false); 35 bool SetValueSInt16(CFStringRef key, int16_t value, bool can_create = false); 36 bool AddValueSInt32(CFStringRef key, int32_t value, bool can_create = false); 37 bool SetValueSInt32(CFStringRef key, int32_t value, bool can_create = false); 38 bool AddValueSInt64(CFStringRef key, int64_t value, bool can_create = false); 39 bool SetValueSInt64(CFStringRef key, int64_t value, bool can_create = false); [all …]
|
| H A D | CFCString.cpp | 14 CFCString::CFCString(CFStringRef s) : CFCReleaser<CFStringRef>(s) {} in CFCString() 27 : CFCReleaser<CFStringRef>() { in CFCString() 41 CFStringRef CFCString::SetFileSystemRepresentation(const char *path) { in SetFileSystemRepresentation() 42 CFStringRef new_value = NULL; in SetFileSystemRepresentation() 50 CFStringRef 52 CFStringRef new_value = NULL; in SetFileSystemRepresentationFromCFType() 58 new_value = (CFStringRef)::CFRetain(cf_type); in SetFileSystemRepresentationFromCFType() 68 CFStringRef 89 const char *CFCString::UTF8(CFStringRef cf_str, std::string &str) { in UTF8() 126 const char *CFCString::FileSystemRepresentation(CFStringRef cf_str, in FileSystemRepresentation() [all …]
|
| H A D | CFCMutableDictionary.cpp | 91 bool CFCMutableDictionary::AddValue(CFStringRef key, const void *value, in AddValue() 102 bool CFCMutableDictionary::SetValue(CFStringRef key, const void *value, in SetValue() 113 bool CFCMutableDictionary::AddValueSInt8(CFStringRef key, int8_t value, in AddValueSInt8() 128 bool CFCMutableDictionary::SetValueSInt8(CFStringRef key, int8_t value, in SetValueSInt8() 143 bool CFCMutableDictionary::AddValueSInt16(CFStringRef key, int16_t value, in AddValueSInt16() 158 bool CFCMutableDictionary::SetValueSInt16(CFStringRef key, int16_t value, in SetValueSInt16() 173 bool CFCMutableDictionary::AddValueSInt32(CFStringRef key, int32_t value, in AddValueSInt32() 188 bool CFCMutableDictionary::SetValueSInt32(CFStringRef key, int32_t value, in SetValueSInt32() 203 bool CFCMutableDictionary::AddValueSInt64(CFStringRef key, int64_t value, in AddValueSInt64() 218 bool CFCMutableDictionary::SetValueSInt64(CFStringRef key, int64_t value, in SetValueSInt64() [all …]
|
| H A D | CFCString.h | 16 class CFCString : public CFCReleaser<CFStringRef> { 19 CFCString(CFStringRef cf_str = NULL); 26 CFStringRef SetFileSystemRepresentation(const char *path); 27 CFStringRef SetFileSystemRepresentationFromCFType(CFTypeRef cf_type); 28 CFStringRef SetFileSystemRepresentationAndExpandTilde(const char *path); 31 static const char *UTF8(CFStringRef cf_str, std::string &str); 32 static const char *FileSystemRepresentation(CFStringRef cf_str,
|
| H A D | CFCBundle.h | 24 CFStringRef GetIdentifier() const; 26 CFTypeRef GetValueForInfoDictionaryKey(CFStringRef key) const;
|
| H A D | CFCBundle.cpp | 57 CFStringRef CFCBundle::GetIdentifier() const { in GetIdentifier() 64 CFTypeRef CFCBundle::GetValueForInfoDictionaryKey(CFStringRef key) const { in GetValueForInfoDictionaryKey()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | CFString.cpp | 18 CFString::CFString(CFStringRef s) : CFReleaser<CFStringRef>(s) {} in CFString() 31 : CFReleaser<CFStringRef>() { in CFString() 45 CFStringRef CFString::SetFileSystemRepresentation(const char *path) { in SetFileSystemRepresentation() 46 CFStringRef new_value = NULL; in SetFileSystemRepresentation() 54 CFStringRef CFString::SetFileSystemRepresentationFromCFType(CFTypeRef cf_type) { in SetFileSystemRepresentationFromCFType() 55 CFStringRef new_value = NULL; in SetFileSystemRepresentationFromCFType() 61 new_value = (CFStringRef)::CFRetain(cf_type); in SetFileSystemRepresentationFromCFType() 71 CFStringRef 93 const char *CFString::UTF8(CFStringRef cf_str, std::string &str) { in UTF8() 118 const char *CFString::FileSystemRepresentation(CFStringRef cf_str, in FileSystemRepresentation() [all …]
|
| H A D | CFString.h | 19 class CFString : public CFReleaser<CFStringRef> { 22 CFString(CFStringRef cf_str = NULL); 29 CFStringRef SetFileSystemRepresentation(const char *path); 30 CFStringRef SetFileSystemRepresentationFromCFType(CFTypeRef cf_type); 31 CFStringRef SetFileSystemRepresentationAndExpandTilde(const char *path); 34 static const char *UTF8(CFStringRef cf_str, std::string &str); 35 static const char *FileSystemRepresentation(CFStringRef cf_str,
|
| H A D | CFBundle.h | 27 CFStringRef GetIdentifier() const;
|
| H A D | CFBundle.cpp | 56 CFStringRef CFBundle::GetIdentifier() const { in GetIdentifier()
|
| H A D | MachProcess.mm | 90 static CFStringRef CopyBundleIDForPath(const char *app_bundle_path, 2912 CFStringRef bundleIDCFStr = 3165 CFStringRef bundleIDCFStr = (CFStringRef)attach_token; 3195 CFRelease((CFStringRef)attach_token); 3205 CFRelease((CFStringRef)attach_token); 3215 CFStringRef bundleIDCFStr = (CFStringRef)attach_token; 3227 CFRelease((CFStringRef)attach_token); 3654 static CFStringRef CopyBundleIDForPath(const char *app_bundle_path, 3657 CFStringRef bundleIDCFStr = bundle.GetIdentifier(); 3842 CFStringRef bundleIDCFStr = CopyBundleIDForPath(app_bundle_path, launch_err); [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | 191 CFStringRef exec_cf_path = in LocateMacOSXFilesUsingDebugSymbols() 192 static_cast<CFStringRef>(::CFDictionaryGetValue( in LocateMacOSXFilesUsingDebugSymbols() 338 CFStringRef cf_str; in GetModuleSpecInfoFromUUIDDictionary() 341 cf_str = (CFStringRef)CFDictionaryGetValue((CFDictionaryRef)uuid_dict, in GetModuleSpecInfoFromUUIDDictionary() 349 cf_str = (CFStringRef)CFDictionaryGetValue( in GetModuleSpecInfoFromUUIDDictionary() 361 cf_str = (CFStringRef)CFDictionaryGetValue((CFDictionaryRef)uuid_dict, in GetModuleSpecInfoFromUUIDDictionary() 391 cf_str = (CFStringRef)CFDictionaryGetValue((CFDictionaryRef)uuid_dict, in GetModuleSpecInfoFromUUIDDictionary() 409 CFStringRef *keys = in GetModuleSpecInfoFromUUIDDictionary() 410 (CFStringRef *)malloc(kv_pair_count * sizeof(CFStringRef)); in GetModuleSpecInfoFromUUIDDictionary() 411 CFStringRef *values = in GetModuleSpecInfoFromUUIDDictionary() [all …]
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | RNBServices.cpp | 141 CFReleaser<CFStringRef> sbsFrontAppID( in ListApplications() 150 CFStringRef displayIdentifier = in ListApplications() 151 (CFStringRef)::CFArrayGetValueAtIndex(sbsAppIDs.get(), i); in ListApplications() 160 if (::SBSProcessIDForDisplayIdentifier((CFStringRef)displayIdentifier, in ListApplications() 178 CFReleaser<CFStringRef> executablePath( in ListApplications() 185 CFReleaser<CFStringRef> iconImagePath( in ListApplications() 192 CFReleaser<CFStringRef> localizedDisplayName( in ListApplications()
|
| H A D | DNBError.cpp | 39 CFStringRef statusStr = SBSApplicationLaunchingErrorString(m_err); in AsString()
|
| H A D | RNBRemote.cpp | 3658 CFStringRef item = (CFStringRef) CFDictionaryGetValue(currentRightDict, CFSTR("class")); in developer_mode_enabled()
|
| H A D | ChangeLog | 920 a CFStringRef to UTF8.
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
| H A D | os_version_check.c | 46 *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()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| H A D | asan_mac_test.cpp | 206 CFStringRef str = CFSTR("Hello world!\n"); in TEST() 207 CFStringRef str2 = CFStringCreateCopy(0, str); in TEST()
|
| /openbsd-src/gnu/llvm/clang/lib/DirectoryWatcher/mac/ |
| H A D | DirectoryWatcher-mac.cpp | 170 CFStringRef CfPathStr = in createFSEventStream()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 769 CFStringRef prompt = 771 CFStringRef keys[] = {CFSTR("en")}; 778 CFStringRef keys1[] = {CFSTR("class"), CFSTR("group"), CFSTR("comment"),
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwinKernel.cpp | 585 CFStringRef bundle_id(bundle.GetIdentifier()); in AddKextToMap()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | Block-ABI-Apple.rst | 325 declared as opaque structure pointers, e.g. ``CFStringRef``, ``CFArrayRef``,
|
| /openbsd-src/gnu/llvm/clang/docs/analyzer/ |
| H A D | checkers.rst | 1231 CFStringRef test(char *bytes) {
|