Searched defs:aclcntp (Results 1 - 1 of 1) sorted by relevance

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

Completed in 58 milliseconds