Searched refs:acltextp (Results 1 – 1 of 1) sorted by relevance
1019 acl_fromtext(const char *acltextp, acl_t **ret_aclp) in acl_fromtext() argument1024 buf = malloc(strlen(acltextp) + 2); in acl_fromtext()1027 strcpy(buf, acltextp); in acl_fromtext()1050 acl_parse(const char *acltextp, acl_t **aclp) in acl_parse() argument1055 error = acl_fromtext(acltextp, aclp); in acl_parse()