Home
last modified time | relevance | path

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

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