Searched refs:facl (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/bin/ls/
H A Dprint.c798 acl_t facl; local
842 facl = acl_get_link_np(name, type);
843 if (facl == NULL) {
847 if (acl_is_trivial_np(facl, &trivial)) {
848 acl_free(facl);
854 acl_free(facl);
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dacl.h306 extern int facl(int fd, int cmd, int cnt, void *buf);
/freebsd-11.0-release/usr.bin/find/
H A Dfunction.c371 acl_t facl; local
398 facl = acl_get_file(entry->fts_accpath, acl_type);
399 if (facl == NULL) {
403 ret = acl_is_trivial_np(facl, &trivial);
404 acl_free(facl);

Completed in 105 milliseconds