Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dacl-internal.h29 #if defined HAVE_ACL && ! defined GETACLCNT && defined ACL_CNT
30 # define GETACLCNT ACL_CNT macro
Dfile-has-acl.c350 # elif HAVE_ACL && defined GETACLCNT /* Solaris, Cygwin, not HP-UX */ in file_has_acl()
370 count = acl (name, GETACLCNT, 0, NULL); in file_has_acl()
Dcopy-acl.c292 ? facl (source_desc, GETACLCNT, 0, NULL) in qcopy_acl()
293 : acl (src_name, GETACLCNT, 0, NULL)); in qcopy_acl()
Dset-mode-acl.c204 # elif HAVE_ACL && defined GETACLCNT /* Solaris, Cygwin, not HP-UX */ in qset_acl()