Searched refs:GETACLCNT (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dacl.h25 #if defined HAVE_ACL && ! defined GETACLCNT && defined ACL_CNT
26 # define GETACLCNT ACL_CNT macro
H A Dfile-has-acl.c40 #elif USE_ACL && HAVE_ACL && defined GETACLCNT
44 int n = acl (name, GETACLCNT, 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_solarisacl.c586 * and only did the GETACLCNT call upon failure
590 *count = acl(name, GETACLCNT, 0, NULL);
592 DEBUG(10, ("acl GETACLCNT failed: %s\n", strerror(errno)));
624 *count = facl(fd, GETACLCNT, 0, NULL);
626 DEBUG(10, ("facl GETACLCNT failed: %s\n", strerror(errno)));

Completed in 65 milliseconds