acl_fromtext
aclerror = acl_fromtext(acltext, &aclp);
acl_fromtext(&attr->attr_info[0],
erc = acl_fromtext(acls->acl_info.attr_info, &aclp);
acl_fromtext(
error = acl_fromtext(acltextp, aclp);
error = acl_fromtext(aclstr, &aclp);
if (acl_fromtext(acltxt, &aclp) != 0) {
if (acl_fromtext(SMB_QUOTA_CNTRL_PERM, &aclp) != 0) {
if (acl_fromtext("everyone@:full_set::allow", &acl) != 0) {
if (acl_fromtext("owner@:rwxpdDaARWcCos::allow", &acl) != 0)
if (acl_fromtext("owner@:rwxpdDaARWcCos::allow", &acl) != 0)
err = acl_fromtext(str, &aclp);
extern int acl_fromtext(const char *, acl_t **);