Searched refs:appList (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/SecurityTool-55115/
H A Daccess_utils.c41 CFArrayRef appList = NULL; local
73 status = SecACLCopySimpleContents(aclRef, &appList, &promptDescription, &promptSelector);
104 if (appList)
105 CFRelease(appList);
136 CFArrayRef appList=nil; local
144 status = SecACLCopySimpleContents(aclRef, &appList, &promptDescription, &promptSelector);
149 if (appList) {
150 mergedAppList = CFArrayCreateMutableCopy(NULL, 0, appList);
163 if (appList) CFRelease(appList);
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A Dgnomelayout.cpp45 static GSList *appList = NULL; variable
273 appList = g_slist_prepend(appList, app);
290 appList = g_slist_remove(appList, app);
294 if (appList == NULL) {
H A Dcgnomelayout.c35 static GSList *appList = NULL; variable
272 appList = g_slist_prepend(appList, app);
289 appList = g_slist_remove(appList, app);
293 if (appList == NULL) {
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecACL.cpp188 ACL::ApplicationList &appList = acl->applications(); local
189 appList.clear();
193 appList.push_back(TrustedApplication::required(
H A DSecAccess.cpp699 CFArrayRef appList=nil; local
702 err = SecACLCopySimpleContents(aclRef, &appList, &promptDescription, &promptSelector);
708 if (appList) CFRelease(appList);
H A DSecItem.cpp2155 CFArrayRef appList; local
2197 status = SecACLCopySimpleContents(acl, &appList, &description, &promptSelector);
2199 require_quiet(appList != NULL, noAppList);
2202 if ( CFArrayGetCount(appList) == 1 ) {
2207 itemAppRef = (SecTrustedApplicationRef)CFArrayGetValueAtIndex(appList, 0);
2241 CFRelease(appList);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecACL.cpp188 ACL::ApplicationList &appList = acl->applications(); local
189 appList.clear();
193 appList.push_back(TrustedApplication::required(
H A DSecAccess.cpp699 CFArrayRef appList=nil; local
702 err = SecACLCopySimpleContents(aclRef, &appList, &promptDescription, &promptSelector);
708 if (appList) CFRelease(appList);
H A DSecItem.cpp2155 CFArrayRef appList; local
2197 status = SecACLCopySimpleContents(acl, &appList, &description, &promptSelector);
2199 require_quiet(appList != NULL, noAppList);
2202 if ( CFArrayGetCount(appList) == 1 ) {
2207 itemAppRef = (SecTrustedApplicationRef)CFArrayGetValueAtIndex(appList, 0);
2241 CFRelease(appList);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecACL.cpp188 ACL::ApplicationList &appList = acl->applications(); local
189 appList.clear();
193 appList.push_back(TrustedApplication::required(
H A DSecAccess.cpp699 CFArrayRef appList=nil; local
702 err = SecACLCopySimpleContents(aclRef, &appList, &promptDescription, &promptSelector);
708 if (appList) CFRelease(appList);
H A DSecItem.cpp2155 CFArrayRef appList; local
2197 status = SecACLCopySimpleContents(acl, &appList, &description, &promptSelector);
2199 require_quiet(appList != NULL, noAppList);
2202 if ( CFArrayGetCount(appList) == 1 ) {
2207 itemAppRef = (SecTrustedApplicationRef)CFArrayGetValueAtIndex(appList, 0);
2241 CFRelease(appList);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dkcache.c115 CFArrayRef appList = NULL, aclList = NULL;
129 ret = SecACLCopyContents(acl, &appList, &promptDescription, &promptSelector);
136 CFRelease(appList);

Completed in 157 milliseconds