acl_from_text
return (acl_from_text(buf));
entry->acl = acl_from_text(argv[optind]);
entry->acl = acl_from_text(optarg);
entry->acl = acl_from_text(optarg);
acl_t acl_from_text(const char *_buf_p);