OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlistRef
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
bundle-main.c
761
CFPropertyListRef
PlistRef
;
771
PlistRef
= CFPreferencesCopyAppValue(cfKey,
774
if ((
PlistRef
== NULL) ||
775
(CFGetTypeID(
PlistRef
) != CFStringGetTypeID())) {
794
int len = CFStringGetLength((CFStringRef)
PlistRef
) + 1;
798
CFStringGetCString((CFStringRef)
PlistRef
, command, len,
803
if (
PlistRef
)
804
CFRelease(
PlistRef
);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
bundle-main.c
655
CFPropertyListRef
PlistRef
;
665
PlistRef
= CFPreferencesCopyAppValue(cfKey, kCFPreferencesCurrentApplication);
667
if ((
PlistRef
== NULL) || (CFGetTypeID(
PlistRef
) != CFStringGetTypeID())) {
683
int len = CFStringGetLength((CFStringRef)
PlistRef
) + 1;
687
CFStringGetCString((CFStringRef)
PlistRef
, command, len, kCFStringEncodingASCII);
691
if (
PlistRef
)
692
CFRelease(
PlistRef
);
Completed in 6 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026