Searched refs:ACL_READ (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/screen-22/screen/
H A Dacls.h29 #define ACL_READ 2 macro
H A Dacls.c376 AclSetPerm(NULL, u, default_w_bit[ACL_READ] ? "+r" : "-r", "#");
729 bits = (1 << ACL_READ);
H A Dprocess.c4429 if (AclCheckPermWin(D_user, ACL_READ, p))
5778 if (wi && AclCheckPermWin(D_user, ACL_READ, wi))
5795 if (!wi->w_layer.l_cvlist && !AclCheckPermWin(D_user, ACL_READ, wi))
5799 if (wi->w_layer.l_cvlist && !IsOnDisplay(wi) && !AclCheckPermWin(D_user, ACL_READ, wi))
5812 if (wi && AclCheckPermWin(D_user, ACL_READ, wi))
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dcompare.c67 entry, NULL, ACL_READ, NULL ) )
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dcert.c157 acl_add_perm(permset, ACL_READ);
164 acl_add_perm(permset, ACL_READ);
178 acl_add_perm(permset, ACL_READ);
197 acl_add_perm(permset, ACL_READ);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dderef.c312 NULL, ACL_READ, &acl_state ) )
336 &a->a_nvals[ i ], ACL_READ, &acl_state ) )
352 NULL, ACL_READ, NULL ) )
358 ACL_READ, &acl_state ) )
376 ACL_READ, &acl_state ) )
H A Ddynlist.c183 NULL, ACL_READ, NULL ) )
195 NULL, ACL_READ, NULL ) )
253 ACL_READ, &acl_state ) )
284 &a->a_nvals[i], ACL_READ, &acl_state ) )
657 ad_dgIdentity, &id, ACL_READ ) == LDAP_SUCCESS )
663 ad_dgAuthz, &authz, ACL_READ ) == LDAP_SUCCESS )
H A Dcollect.c398 ci->ci_ad[idx], &vals, ACL_READ );
H A Dmemberof.c1181 mo->mo_ad_member, &mci->member, ACL_READ );
1381 mo->mo_ad_memberof, &vals, ACL_READ );
1533 mo->mo_ad_member, &vals, ACL_READ );
1550 mo->mo_ad_memberof, &vals, ACL_READ );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dfrontend.c99 frontendDB->be_dfltaccess = ACL_READ;
H A Dresult.c1018 if ( !access_allowed( op, rs->sr_entry, ad_entry, NULL, ACL_READ, NULL )) {
1154 ACL_READ, &acl_state ) )
1179 desc, &a->a_nvals[i], ACL_READ, &acl_state ) )
1318 ACL_READ, &acl_state ) )
1344 desc, &a->a_vals[i], ACL_READ, &acl_state ) )
1507 ad_entry, NULL, ACL_READ, NULL ) )
1517 ad_ref, NULL, ACL_READ, NULL ) )
H A Daclparse.c2481 } else if ( access == ACL_READ ) {
2520 return ACL_READ;
H A Dslap.h1267 ACL_READ, enumerator in enum:slap_access_t
1395 #define ACL_PRIV_READ ACL_ACCESS2PRIV( ACL_READ )
H A Dacl.c397 ( access_level == ACL_SEARCH || access_level == ACL_READ ) )
H A Dsyncrepl.c773 slap_schema.si_ad_contextCSN, &csn, ACL_READ );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/allowed/
H A Dallowed.c228 NULL, ACL_READ, &acl_state ) )
241 &oc->soc_cname, ACL_READ, &acl_state ) )
/macosx-10.10.1/libarchive-30/libarchive/libarchive/test/
H A Dtest_acl_freebsd.c89 if (acl_get_perm_np(opaque_ps, ACL_READ))
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c286 if (ACL_GET_PERM(acl_permset, ACL_READ))
H A Darchive_write_disk.c2402 acl_add_perm(acl_permset, ACL_READ);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_utils.c2577 slap_access = ACL_READ;
3018 case ACL_READ:

Completed in 170 milliseconds