Searched refs:cfKey (Results 1 – 1 of 1) sorted by relevance
748 CFStringRef cfKey; in command_from_prefs() local754 cfKey = CFStringCreateWithCString(NULL, key, kCFStringEncodingASCII); in command_from_prefs()756 if (!cfKey) in command_from_prefs()759 PlistRef = CFPreferencesCopyAppValue(cfKey, in command_from_prefs()771 CFPreferencesSetAppValue(cfKey, cfDefaultValue, in command_from_prefs()793 if (cfKey) in command_from_prefs()794 CFRelease(cfKey); in command_from_prefs()