HomeSort by: relevance | last modified time | path
    Searched refs:acl_copy_entry (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/posix1e/
acl_copy.c 46 * acl_copy_entry() (23.4.4): copy the contents of ACL entry src_d to
50 acl_copy_entry(acl_entry_t dest_d, acl_entry_t src_d) function in typeref:typename:int
Makefile.inc 36 acl_copy_entry.3 \
acl_strip.c 104 if (acl_copy_entry(entry_new, entry) == -1)
  /src/bin/setfacl/
merge.c 234 if (acl_copy_entry(entry_new, entry) == -1)
235 err(1, "%s: acl_copy_entry() failed", filename);
291 if (acl_copy_entry(entry_new, entry) == -1)
292 err(1, "%s: acl_copy_entry() failed", filename);
  /src/sys/sys/
acl.h 387 int acl_copy_entry(acl_entry_t _dest_d, acl_entry_t _src_d);

Completed in 23 milliseconds