Home
last modified time | relevance | path

Searched defs:acl_type (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dacl_impl.h44 typedef enum acl_type { enum
50 zfs_acl_type_t acl_type; /* style of acl */ member
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_disk_acl_freebsd.c112 acl_entry_type_t acl_type; in translate_acl() local
325 int acl_type = 0; in set_acl() local
H A Darchive_disk_acl_linux.c466 int acl_type = 0; in set_acl() local
/netbsd-src/bin/cp/
H A Dutils.c420 acl_type_t acl_type; in preserve_fd_acls() local
475 acl_type_t acl_type; in preserve_dir_acls() local
/netbsd-src/bin/setfacl/
H A Dsetfacl.c77 static acl_type_t acl_type = ACL_TYPE_ACCESS; variable