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

/freebsd-11.0-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-11.0-release/lib/libc/posix1e/
H A DMakefile.inc19 acl_from_text.c \
58 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/11.0/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-11.0-release/contrib/libarchive/libarchive/test/
H A Dtest_acl_freebsd_posix1e.c256 acl = acl_from_text("u::rwx,u:1:rw,g::rwx,g:15:rx,o::rwx,m::rwx");
336 acl1 = acl_from_text(acl1_text);
375 acl2 = acl_from_text(acl2_text);
H A Dtest_acl_freebsd_nfs4.c431 acl = acl_from_text("owner@:rwxp::allow,group@:rwp:f:allow");
/freebsd-11.0-release/sys/sys/
H A Dacl.h380 acl_t acl_from_text(const char *_buf_p);
/freebsd-11.0-release/contrib/pjdfstest/
H A Dpjdfstest.c951 newacl = acl_from_text(STR(1));

Completed in 129 milliseconds