Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/
H A Dbundle-main.c749 CFPropertyListRef PlistRef; in command_from_prefs() local
759 PlistRef = CFPreferencesCopyAppValue(cfKey, in command_from_prefs()
762 if ((PlistRef == NULL) || in command_from_prefs()
763 (CFGetTypeID(PlistRef) != CFStringGetTypeID())) { in command_from_prefs()
782 int len = CFStringGetLength((CFStringRef)PlistRef) + 1; in command_from_prefs()
786 CFStringGetCString((CFStringRef)PlistRef, command, len, in command_from_prefs()
791 if (PlistRef) in command_from_prefs()
792 CFRelease(PlistRef); in command_from_prefs()