Home
last modified time | relevance | path

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

/coreutils/po/
DPOTFILES.in10 lib/copy-acl.c
22 lib/set-acl.c
/coreutils/tests/
Dlocal.mk480 tests/cp/acl.sh \
642 tests/ls/slink-acl.sh \
658 tests/mkdir/p-acl.sh \
669 tests/mv/acl.sh \
/coreutils/src/
Dcopy.c1163 acl_t acl = acl_get_fd_np (fd, ACL_TYPE_EXTENDED); in fd_has_acl() local
1164 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()