Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/setfacl/
H A Dsetfacl.c374 parse_entry_list(aclent_t **aclpp, int *aclcntp, char *listp, int mode) in parse_entry_list() argument
382 *aclcntp += 1; in parse_entry_list()
384 if (convert_to_aclent_t(listp, aclcntp, aclpp, mode) == -1) in parse_entry_list()
390 *aclcntp += 1; in parse_entry_list()
391 if (convert_to_aclent_t(listp, aclcntp, aclpp, mode) == -1) in parse_entry_list()