Searched refs:convert_to_aclent_t (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/setfacl/ |
H A D | setfacl.c | 56 static int convert_to_aclent_t(char *, int *, aclent_t **, int); 232 * The real action is in convert_to_aclent_t() called by parse_entry_list(). 316 if (convert_to_aclent_t(buf, &aclcnt, &aclp, SET) == -1) 370 * Once it gets an ACL entry, it calls convert_to_aclent_t() to convert 384 if (convert_to_aclent_t(listp, aclcntp, aclpp, mode) == -1) 391 if (convert_to_aclent_t(listp, aclcntp, aclpp, mode) == -1) 398 * convert_to_aclent_t() converts an acl entry in ascii format (fields separated 405 convert_to_aclent_t(char *entryp, int *cntp, aclent_t **aclpp, int mode) function
|
Completed in 57 milliseconds