Searched refs:plist (Results 276 - 300 of 455) sorted by relevance

<<111213141516171819

/macosx-10.10.1/awk-20/src/
H A Dawkgram.y65 %type <p> pas pattern ppattern plist pplist patlist prarg term re
213 | '(' plist ')' IN varname { $$ = op2(INTEST, $2, makearr($5)); }
240 | '(' plist ')' IN varname { $$ = op2(INTEST, $2, makearr($5)); }
252 plist: label
254 | plist comma pattern { $$ = linkum($1, $3); }
265 | '(' plist ')' { $$ = $2; }
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dpeer.c88 dns_peerlist_t *plist; local
94 plist = *list;
97 REQUIRE(plist->refs > 0);
99 plist->refs--;
101 if (plist->refs == 0)
102 peerlist_delete(&plist);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper-stubs.c216 CFPropertyListRef plist = NULL; local
234 if (NULL == (plist = CFPropertyListCreateFromXMLData(kCFAllocatorDefault, bytes, kCFPropertyListImmutable, NULL)))
240 if (CFArrayGetTypeID() != CFGetTypeID(plist))
244 CFRelease(plist);
245 plist = NULL;
248 *result = (CFArrayRef)plist;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DsslViewer.cpp939 CFArrayRef plist = SecTrustCopyProperties(peerTrust); local
940 if (plist) {
941 print_plist(plist);
942 CFRelease(plist);
954 plist = SecTrustCopySummaryPropertiesAtIndex(peerTrust, i);
956 print_plist(plist);
957 if (plist)
958 CFRelease(plist);
960 plist = SecTrustCopyDetailedPropertiesAtIndex(peerTrust, i);
961 print_plist(plist);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecAccessControl.c297 CFPropertyListRef plist; local
300 require_quiet(der = der_decode_plist(0, kCFPropertyListMutableContainers, &plist, error, der, der_end), errOut);
307 access_control->dict = (CFMutableDictionaryRef)plist;
/macosx-10.10.1/cups-408/cups/everywhere/
H A Dbonjour-tests.sh40 PLIST="$1 Bonjour Results.plist"
136 # Write the standard XML plist header...
139 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
140 <plist version="1.0">
334 </plist>
/macosx-10.10.1/perl-103/5.16/
H A DGNUmakefile104 PLIST = $(OSV)/$(PROJECT).plist
109 install -m 0644 $(SRCROOT)/$(PROJECT).plist $(DSTROOT)$(OSV)
111 echo '<plist version="1.0">' > $(DSTROOT)$(PLIST)
113 sed -e '/^<\/*plist/d' -e 's/^/ /' $(SRCROOT)/$(PROJECT).plist >> $(DSTROOT)$(PLIST)
119 echo '</plist>' >> $(DSTROOT)$(PLIST)
/macosx-10.10.1/perl-103/5.18/
H A DGNUmakefile104 PLIST = $(OSV)/$(PROJECT).plist
109 install -m 0644 $(SRCROOT)/$(PROJECT).plist $(DSTROOT)$(OSV)
111 echo '<plist version="1.0">' > $(DSTROOT)$(PLIST)
113 sed -e '/^<\/*plist/d' -e 's/^/ /' $(SRCROOT)/$(PROJECT).plist >> $(DSTROOT)$(PLIST)
119 echo '</plist>' >> $(DSTROOT)$(PLIST)
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A Dconfigure.in753 TCL_SHLIB_LD_EXTRAS="${TCL_SHLIB_LD_EXTRAS}"' -sectcreate __TEXT __info_plist Tcl-Info.plist'
754 EXTRA_TCLSH_LIBS='-sectcreate __TEXT __info_plist Tclsh-Info.plist'
756 AC_CONFIG_FILES([Tcl-Info.plist:../macosx/Tcl-Info.plist.in Tclsh-Info.plist:../macosx/Tclsh-Info.plist.in])
768 ln -s ../../../../$n-Info.plist $f/$v/Resources/Info.plist &&
787 EXTRA_INSTALL_BINARIES='@echo "Installing Info.plist to $(LIB_INSTALL_DIR)/Resources" && mkdir -p "$(LIB_INSTALL_DIR)/Resources" && $(INSTALL_DATA) Tcl-Info.plist "
[all...]
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A Dconfigure.in628 TK_SHLIB_LD_EXTRAS="${TK_SHLIB_LD_EXTRAS}"' -sectcreate __TEXT __info_plist Tk-Info.plist'
629 EXTRA_WISH_LIBS='-sectcreate __TEXT __info_plist Wish-Info.plist'
631 AC_CONFIG_FILES([Tk-Info.plist:../macosx/Tk-Info.plist.in Wish-Info.plist:../macosx/Wish-Info.plist.in])
644 ln -s ../../../../$n-Info.plist $f/$v/Resources/Info.plist &&
667 EXTRA_INSTALL_BINARIES='@echo "Installing Info.plist to $(LIB_INSTALL_DIR)/Resources" && mkdir -p "$(LIB_INSTALL_DIR)/Resources" && $(INSTALL_DATA) Tk-Info.plist "
[all...]
/macosx-10.10.1/NFS-82/rpc.statd/
H A DMakefile38 install -c -o root -g wheel -m 444 $(SRCROOT)/com.apple.statd.notify.plist $(LAUNCHD_DIR)
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A Ddebugging.c354 CFURLRef prefURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR("/Library/Managed Preferences/mobile/.GlobalPreferences.plist"), kCFURLPOSIXPathStyle, false);
356 CFPropertyListRef plist = CopyPlistFromFile(prefURL); local
357 if (plist) {
358 ApplyScopeByTypeForID(CFDictionaryGetValue(plist, CFSTR("SecLogging")), kScopeIDConfig);
360 CFReleaseSafe(plist);
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A Ddebugging.c354 CFURLRef prefURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR("/Library/Managed Preferences/mobile/.GlobalPreferences.plist"), kCFURLPOSIXPathStyle, false);
356 CFPropertyListRef plist = CopyPlistFromFile(prefURL); local
357 if (plist) {
358 ApplyScopeByTypeForID(CFDictionaryGetValue(plist, CFSTR("SecLogging")), kScopeIDConfig);
360 CFReleaseSafe(plist);
/macosx-10.10.1/configd-699.1.5/Plugins/SCNetworkReachability/
H A DMakefile6 REACH_SERVER_PLIST = /Library/LaunchDaemons/com.apple.SCNetworkReachability.plist
/macosx-10.10.1/curl-83.1.2/curl/
H A DMacOSX-Framework98 /usr/bin/sed -e "s/7\.12\.3/$VERSION/" lib/libcurl.plist >libcurl.framework/${FRAMEWORK_VERSION}/Resources/Info.plist
H A Dmaketgz70 # Replace version number in plist file:
71 PLIST=lib/libcurl.plist
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DMakefile41 xcrun -sdk $(SDK) codesign -s - -f --entitlements ../eapolclient.tproj/entitlements.plist $@
83 xcrun -sdk $(SDK) codesign -s - -f --entitlements ../eapolclient.tproj/entitlements.plist $@
87 xcrun -sdk $(SDK) codesign -s - -f --entitlements ../eapolclient.tproj/entitlements.plist $@
98 xcrun -sdk $(SDK) codesign -s - -f --entitlements ../eapolclient.tproj/entitlements.plist $@
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DMakefile44 codesign -s - -f --entitlements entitlements.plist $@
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dnattraversal.c508 isakmp_plist_append_natt_vids (struct payload_list *plist, vchar_t *vid_natt[MAX_NATT_VID_COUNT]){ argument
569 plist = isakmp_plist_append(plist, vid_natt[i], ISAKMP_NPTYPE_VID);
571 return plist;
H A Dnattraversal.h112 isakmp_plist_append_natt_vids (struct payload_list *plist, vchar_t *vid_natt[MAX_NATT_VID_COUNT]);
/macosx-10.10.1/ksh-23/
H A DMakefile53 $(INSTALL_FILE) $(SRCROOT)/$(Project).plist $(OSV)/
/macosx-10.10.1/lukemftpd-50/
H A DMakefile49 AEP_LaunchdConfigs = ftp.plist
/macosx-10.10.1/emacs-93/emacs/src/
H A Dmac.c1223 cfproperty_list_to_lisp (plist, with_tag, hash_bound)
1224 CFPropertyListRef plist;
1227 CFTypeID type_id = CFGetTypeID (plist);
1236 result = cfstring_to_lisp (plist);
1241 result = cfnumber_to_lisp (plist);
1246 result = cfboolean_to_lisp (plist);
1251 result = cfdate_to_lisp (plist);
1256 result = cfdata_to_lisp (plist);
1260 CFIndex index, count = CFArrayGetCount (plist);
1266 cfproperty_list_to_lisp (CFArrayGetValueAtIndex (plist, inde
1818 CFPropertyListRef plist; local
4627 CFPropertyListRef app_plist = NULL, plist; variable
4726 Lisp_Object coding_spec, plist; local
[all...]
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-runtime-old.mm1695 old_property_list *plist;
1696 if ((plist = ext->instance_properties)) {
1698 for (i = 0; i < plist->count; i++) {
1699 old_property *prop = property_list_nth(plist, i);
1725 old_property_list *plist;
1733 plist = ext->instance_properties;
1734 result = copyPropertyList(plist, outCount);
2072 _protocol_addProperty(old_property_list **plist, const char *name,
2076 if (!*plist) {
2077 *plist
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-26-applicationsigning.c203 static void printPlist(CFArrayRef plist, CFIndex indent, CFIndex maxWidth) { argument
204 CFIndex count = CFArrayGetCount(plist);
207 CFDictionaryRef prop = (CFDictionaryRef)CFArrayGetValueAtIndex(plist,
300 static CFIndex maxLabelWidth(CFArrayRef plist, CFIndex indent) { argument
301 CFIndex count = CFArrayGetCount(plist);
305 CFDictionaryRef prop = (CFDictionaryRef)CFArrayGetValueAtIndex(plist,
328 static void print_plist(CFArrayRef plist) { argument
329 if (plist)
330 printPlist(plist, 0, maxLabelWidth(plist,
336 CFArrayRef plist; local
[all...]

Completed in 421 milliseconds

<<111213141516171819