Searched refs:acl (Results 1 – 3 of 3) sorted by relevance
10 lib/copy-acl.c22 lib/set-acl.c
480 tests/cp/acl.sh \642 tests/ls/slink-acl.sh \658 tests/mkdir/p-acl.sh \669 tests/mv/acl.sh \
1163 acl_t acl = acl_get_fd_np (fd, ACL_TYPE_EXTENDED); in fd_has_acl() local1164 if (acl) in fd_has_acl()1167 has_acl = 0 <= acl_get_entry (acl, ACL_FIRST_ENTRY, &ace); in fd_has_acl()1168 acl_free (acl); in fd_has_acl()