Home
last modified time | relevance | path

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

/freebsd/lib/libc/posix1e/
H A DMakefile.inc23 acl_from_text.c \
63 acl_from_text.3 \
H A DSymbol.map15 acl_from_text;
H A Dacl_from_text.c191 acl_from_text(const char *buf_p) in acl_from_text() function
/freebsd/bin/setfacl/
H A Dsetfacl.c408 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()
H A Dfile.c72 return (acl_from_text(buf)); in get_acl_from_file()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c404 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));
/freebsd/contrib/pjdfstest/
H A Dconfigure.ac74 AC_CHECK_FUNCS([acl_create_entry_np acl_from_text acl_get_entry acl_get_file acl_set_file],
H A Dpjdfstest.c1123 newacl = acl_from_text(STR(1)); in call_syscall()
/freebsd/sys/sys/
H A Dacl.h388 acl_t acl_from_text(const char *_buf_p);
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c2982 acl = acl_from_text(acltext_nfs4); in setTestAcl()
3048 acl = acl_from_text(acltext_posix1e); in setTestAcl()