Searched refs:acl_from_text (Results 1 – 10 of 10) sorted by relevance
23 acl_from_text.c \63 acl_from_text.3 \
15 acl_from_text;
191 acl_from_text(const char *buf_p) in acl_from_text() function
408 entry->acl = acl_from_text(argv[optind]); in main()433 entry->acl = acl_from_text(optarg); in main()453 entry->acl = acl_from_text(optarg); in main()
72 return (acl_from_text(buf)); in get_acl_from_file()
404 acl1 = acl_from_text(acl1_text);405 failure("acl_from_text(): errno = %d (%s)", errno, strerror(errno));490 acl2 = acl_from_text(acl2_text);491 failure("acl_from_text(): errno = %d (%s)", errno, strerror(errno));553 acl3 = acl_from_text(acl3_text);554 failure("acl_from_text(): errno = %d (%s)", errno, strerror(errno));
74 AC_CHECK_FUNCS([acl_create_entry_np acl_from_text acl_get_entry acl_get_file acl_set_file],
1123 newacl = acl_from_text(STR(1)); in call_syscall()
388 acl_t acl_from_text(const char *_buf_p);
2982 acl = acl_from_text(acltext_nfs4); in setTestAcl()3048 acl = acl_from_text(acltext_posix1e); in setTestAcl()