Home
last modified time | relevance | path

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

/freebsd/lib/libc/posix1e/
H A Dacl_copy.c44 acl_copy_entry(acl_entry_t dest_d, acl_entry_t src_d) in acl_copy_entry() argument
47 if (src_d == NULL || dest_d == NULL || src_d == dest_d) { in acl_copy_entry()
55 if (!_entry_brand_may_be(dest_d, _entry_brand(src_d))) { in acl_copy_entry()
60 _entry_brand_as(dest_d, _entry_brand(src_d)); in acl_copy_entry()
62 dest_d->ae_tag = src_d->ae_tag; in acl_copy_entry()
63 dest_d->ae_id = src_d->ae_id; in acl_copy_entry()
64 dest_d->ae_perm = src_d->ae_perm; in acl_copy_entry()
65 dest_d->ae_entry_type = src_d->ae_entry_type; in acl_copy_entry()
66 dest_d->ae_flags = src_d->ae_flags; in acl_copy_entry()