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

/freebsd-10.1-release/lib/libc/posix1e/
H A Dacl_copy.c41 * acl_copy_entry() (23.4.4): copy the contents of ACL entry src_d to
45 acl_copy_entry(acl_entry_t dest_d, acl_entry_t src_d) argument
48 if (src_d == NULL || dest_d == NULL || src_d == dest_d) {
56 if (!_entry_brand_may_be(dest_d, _entry_brand(src_d))) {
61 _entry_brand_as(dest_d, _entry_brand(src_d));
63 dest_d->ae_tag = src_d->ae_tag;
64 dest_d->ae_id = src_d->ae_id;
65 dest_d->ae_perm = src_d->ae_perm;
66 dest_d->ae_entry_type = src_d
[all...]

Completed in 42 milliseconds