Home
last modified time | relevance | path

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

/freebsd/bin/setfacl/
H A Dmerge.c224 if (acl_copy_entry(entry_new, entry) == -1) in merge_acl()
281 if (acl_copy_entry(entry_new, entry) == -1) in add_acl()
/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() function
H A DSymbol.map3 acl_copy_entry;
H A Dacl_strip.c105 if (acl_copy_entry(entry_new, entry) == -1) in _posix1e_acl_strip_np()
H A DMakefile.inc52 acl_copy_entry.3 \
/freebsd/sys/sys/
H A Dacl.h367 int acl_copy_entry(acl_entry_t _dest_d, acl_entry_t _src_d);
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c1133 if (acl_copy_entry(entry, newentry)) in call_syscall()