Searched refs:acl_from_text (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/bin/setfacl/
H A Dfile.c75 return (acl_from_text(buf));
H A Dsetfacl.c150 entry->acl = acl_from_text(argv[optind]);
175 entry->acl = acl_from_text(optarg);
193 entry->acl = acl_from_text(optarg);
/freebsd-10.3-release/lib/libc/posix1e/
H A DMakefile.inc20 acl_from_text.c \
56 acl_from_text.3 \
H A Dacl_from_text.c27 * acl_from_text: Convert a text-form ACL from a string to an acl_t.
31 __FBSDID("$FreeBSD: releng/10.3/lib/libc/posix1e/acl_from_text.c 209736 2010-07-06 17:20:08Z trasz $");
187 * acl_from_text -- Convert a string into an ACL.
192 acl_from_text(const char *buf_p) function
/freebsd-10.3-release/contrib/libarchive/libarchive/test/
H A Dtest_acl_freebsd_posix1e.c211 acl = acl_from_text("u::rwx,u:1:rw,g::rwx,g:15:rx,o::rwx,m::rwx");
H A Dtest_acl_freebsd_nfs4.c431 acl = acl_from_text("owner@:rwxp::allow,group@:rwp:f:allow");
/freebsd-10.3-release/sys/sys/
H A Dacl.h380 acl_t acl_from_text(const char *_buf_p);
/freebsd-10.3-release/contrib/pjdfstest/
H A Dpjdfstest.c951 newacl = acl_from_text(STR(1));
/freebsd-10.3-release/tools/regression/pjdfstest/
H A Dpjdfstest.c943 newacl = acl_from_text(STR(1));

Completed in 177 milliseconds