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

/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c55 static int parse_entry_list(aclent_t **, int *, char *, int);
232 * The real action is in convert_to_aclent_t() called by parse_entry_list().
245 if (parse_entry_list(&aclp, &cnt, modp, MODIFY) == -1)
249 if (parse_entry_list(&aclp, &cnt, delp, DELETE) == -1)
349 if (parse_entry_list(&aclp, &aclcnt, setp, SET) == -1)
369 * parse_entry_list() parses entry list (listp) separated by commas.
374 parse_entry_list(aclent_t **aclpp, int *aclcntp, char *listp, int mode) function

Completed in 57 milliseconds