OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFStringRef
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
CFBundle.cpp
41
class CFString : public CFReleaser<
CFStringRef
> {
43
CFString(
CFStringRef
CFStr = nullptr) : CFReleaser<
CFStringRef
>(CFStr) {}
50
if (
CFStringRef
Str = get())
55
static const char *UTF8(
CFStringRef
CFStr, std::string &Str);
58
/// Static function that puts a copy of the UTF-8 contents of
CFStringRef
into
64
const char *CFString::UTF8(
CFStringRef
CFStr, std::string &Str) {
94
CFStringRef
GetIdentifier() const {
101
CFTypeRef GetValueForInfoDictionaryKey(
CFStringRef
key) const {
160
if (
CFStringRef
BundleID = Bundle.GetIdentifier())
[
all
...]
SymbolMap.cpp
79
CFStringRef
plistFile = CFStringCreateWithCString(
93
CFStringRef
OldUUID = (
CFStringRef
)CFDictionaryGetValue(
/src/external/mit/libuv/dist/src/unix/
darwin-proctitle.c
40
CFStringRef
(*pCFStringCreateWithCString)(CFAllocatorRef,
43
CFBundleRef (*pCFBundleGetBundleWithIdentifier)(
CFStringRef
);
44
void *(*pCFBundleGetDataPointerForName)(CFBundleRef,
CFStringRef
);
45
void *(*pCFBundleGetFunctionPointerForName)(CFBundleRef,
CFStringRef
);
49
CFStringRef
,
50
CFStringRef
,
55
CFStringRef
* display_name_key;
darwin-stub.h
48
typedef void*
CFStringRef
;
fsevents.c
120
CFStringRef
);
124
CFStringRef
);
132
static
CFStringRef
(*pCFStringCreateWithFileSystemRepresentation)(
135
static
CFStringRef
(*pkCFRunLoopDefaultMode);
147
CFStringRef
);
405
CFStringRef
* paths;
/src/external/gpl2/gettext/dist/gettext-runtime/intl/
langprefs.c
71
&& CFStringGetCString ((
CFStringRef
)element,
102
&& CFStringGetCString ((
CFStringRef
)element,
localename.c
1049
CFStringRef
name = CFLocaleGetIdentifier (locale);
1064
&& CFStringGetCString ((
CFStringRef
)value, namebuf, sizeof(namebuf),
/src/external/apache2/mDNSResponder/dist/mDNSShared/
tls-keychain.h
136
keychain_identity_add(const SecIdentityRef _Nonnull identity, const
CFStringRef
_Nonnull uuid);
DebugServices.c
853
CFStringRef
path;
856
CFStringRef
functionName;
1469
CFStringRef
cfStr;
1471
cfStr = (CFGetTypeID(cfObj) == CFStringGetTypeID()) ? (
CFStringRef
)CFRetain(cfObj) : CFCopyDescription(cfObj);
/src/crypto/external/bsd/heimdal/dist/kdc/
announce.c
61
static
CFStringRef
g_hostname = NULL;
74
static
CFStringRef
NetworkChangedKey_BackToMyMac = CFSTR("Setup:/Network/BackToMyMac");
78
CFString2utf8(
CFStringRef
string)
197
char *str = CFString2utf8((
CFStringRef
)value);
304
register_srv_realms(
CFStringRef
host)
426
CFStringRef
host;
502
CFStringRef
computerNameKey;
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test.cc
207
CFStringRef
str = CFSTR("Hello world!\n");
208
CFStringRef
str2 = CFStringCreateCopy(0, str);
/src/external/apache2/mDNSResponder/dist/unittests/
mdns_macosx_ut.c
70
mDNSexport void mDNSDomainLabelFromCFString_ut(
CFStringRef
cfs, domainlabel *const namelabel)
unittest_common.h
113
extern void mDNSDomainLabelFromCFString_ut(
CFStringRef
cfs, domainlabel *const namelabel);
/src/external/bsd/libfido2/dist/src/
hid_osx.c
31
CFStringRef
loop_id;
39
get_int32(IOHIDDeviceRef dev,
CFStringRef
key, int32_t *v)
64
get_utf8(IOHIDDeviceRef dev,
CFStringRef
key, void *buf, size_t len)
88
CFStringRef
key;
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
sign-macos.c
85
CFStringRef
err = SecCopyErrorMessageString(status, NULL);
118
CFStringRef
str = CFStringCreateWithCString(NULL, key_name, kCFStringEncodingUTF8);
verify-macos.c
103
CFStringRef
error_cfstring = CFErrorCopyDescription(cf_error);
dnssd-proxy.c
292
static
CFStringRef
sc_dynamic_store_key_host_name;
5187
update_my_name(
CFStringRef
local_host_name_cfstr)
5250
CFStringRef
local_host_name_cfstring = NULL;
5343
CFStringRef
local_host_name_cfstring = NULL;
srp-replication.c
4733
const
CFStringRef
app_id = CFSTR("com.apple.srp-mdns-proxy.preferences");
4734
const
CFStringRef
key = CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("dataset-id-msb-%s"), domain->name);
4763
const
CFStringRef
app_id = CFSTR("com.apple.srp-mdns-proxy.preferences");
4764
const
CFStringRef
key = CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("dataset-id-msb-%s"), domain->name);
macos-ioloop.c
668
CFStringRef
errString = NULL;
/src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/mac/
DirectoryWatcher-mac.cpp
170
CFStringRef
CfPathStr =
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
config_file.c
249
cfstring2cstring(
CFStringRef
string)
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
2391
static
CFStringRef
gDNSConfigAdd_ID = NULL;
2417
static
CFStringRef
gDNSConfigRemove_ID = NULL;
3199
static OSStatus _SetComputerName(
CFStringRef
inComputerName, CFStringEncoding inEncoding );
3201
static OSStatus _SetLocalHostName(
CFStringRef
inLocalHostName );
18554
CFStringRef
exComputerName; // Previous ComputerName.
18555
CFStringRef
exLocalHostName; // Previous LocalHostName.
18590
CFStringRef
computerName = NULL;
18591
CFStringRef
localHostName = NULL;
23810
CFStringRef
resultStr;
23821
CFStringRef
resultStr
[
all
...]
Completed in 154 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026