HomeSort by: relevance | last modified time | path
    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