HomeSort by: relevance | last modified time | path
    Searched refs:acl_add_perm (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/posix1e/
acl_compat.c 57 return (acl_add_perm(permset_d, perm));
68 __sym_compat(acl_add_perm, __oldacl_add_perm, FBSD_1.0);
acl_perm.c 58 * acl_add_perm() (23.4.1): add the permission contained in perm to the
62 acl_add_perm(acl_permset_t permset_d, acl_perm_t perm) function in typeref:typename:int
Makefile.inc 32 acl_add_perm.3 \
  /src/bin/getfacl/
getfacl.c 122 if (acl_add_perm(perms, ACL_READ) == -1)
125 if (acl_add_perm(perms, ACL_WRITE) == -1)
128 if (acl_add_perm(perms, ACL_EXECUTE) == -1)
146 if (acl_add_perm(perms, ACL_READ) == -1)
149 if (acl_add_perm(perms, ACL_WRITE) == -1)
152 if (acl_add_perm(perms, ACL_EXECUTE) == -1)
170 if (acl_add_perm(perms, ACL_READ) == -1)
173 if (acl_add_perm(perms, ACL_WRITE) == -1)
176 if (acl_add_perm(perms, ACL_EXECUTE) == -1)
  /src/sys/sys/
acl.h 383 int acl_add_perm(acl_permset_t _permset_d, acl_perm_t _perm);

Completed in 16 milliseconds