Searched refs:PlistRef (Results 1 – 1 of 1) sorted by relevance
749 CFPropertyListRef PlistRef; in command_from_prefs() local759 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()