Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/posix1e/
H A Dacl_copy.c50 acl_copy_entry(acl_entry_t dest_d, acl_entry_t src_d) in acl_copy_entry() argument
53 if (src_d == NULL || dest_d == NULL || src_d == dest_d) { in acl_copy_entry()
61 if (!_entry_brand_may_be(dest_d, _entry_brand(src_d))) { in acl_copy_entry()
66 _entry_brand_as(dest_d, _entry_brand(src_d)); in acl_copy_entry()
68 dest_d->ae_tag = src_d->ae_tag; in acl_copy_entry()
69 dest_d->ae_id = src_d->ae_id; in acl_copy_entry()
70 dest_d->ae_perm = src_d->ae_perm; in acl_copy_entry()
71 dest_d->ae_entry_type = src_d->ae_entry_type; in acl_copy_entry()
72 dest_d->ae_flags = src_d->ae_flags; in acl_copy_entry()