Searched refs:acltextp (Results 1 – 1 of 1) sorted by relevance
989 acl_fromtext(const char *acltextp, acl_t **ret_aclp) in acl_fromtext() argument994 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() argument1025 error = acl_fromtext(acltextp, aclp); in acl_parse()