Lines Matching defs:acl
42 #include <sys/acl.h>
58 char acl; /* acl access flag */
424 /* ACL: check acl entries count */
425 if ((aclcnt = acl(file, GETACLCNT, 0, NULL)) >
428 /* this file has a non-trivial acl */
430 fp->acl = '+';
436 * the CLASS_OBJ (acl mask) value. Determine
449 if (acl(file, GETACL, aclcnt, aclp) < 0) {
457 * Until found in acl list, assume maximum
459 * in case the acl lacks either value for
487 * GROUP_OBJ permissions and the acl mask.
492 fp->acl = ' ';
720 p->acl, p->fnl, uname, gflg ? gname : "", fsize, ftime);