Searched refs:acltextp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Dacltext.c989 acl_fromtext(const char *acltextp, acl_t **ret_aclp) argument
994 buf = malloc(strlen(acltextp) + 2);
997 strcpy(buf, acltextp);
1020 acl_parse(const char *acltextp, acl_t **aclp) argument
1025 error = acl_fromtext(acltextp, aclp);

Completed in 440 milliseconds