Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c89 #define ACL_REPLACE 4 macro
629 action = ACL_REPLACE; in parse_acl_args()
636 if ((action == ACL_REPLACE || action == ACL_ADD) && acl_spec[0] == '\0') in parse_acl_args()
800 case ACL_REPLACE: in doacl()