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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
H A Dbundle-main.c655 CFPropertyListRef PlistRef; local in function:command_from_prefs
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);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
H A Dbundle-main.c761 CFPropertyListRef PlistRef; local in function:command_from_prefs
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);

Completed in 4 milliseconds