Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDacl.h65 typedef struct acl *acl_t; typedef
124 acl_t acl_dup(acl_t);
126 acl_t acl_from_text(const char *);
127 acl_t acl_get_fd(int);
128 acl_t acl_get_fd_np(int, acl_type_t);
129 acl_t acl_get_file(const char *, acl_type_t);
130 acl_t acl_init(int);
131 int acl_set_fd(int, acl_t);
132 int acl_set_fd_np(int, acl_t, acl_type_t);
133 int acl_set_file(const char *, acl_type_t, acl_t);
[all …]
/dragonfly/lib/libposix1e/
HDacl_init.c40 acl_t
56 acl_t
57 acl_dup(acl_t acl) in acl_dup()
HDacl_support.h39 int acl_sort(acl_t acl);
40 int acl_posix1e(acl_t acl, acl_type_t type);
45 int acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id, acl_perm_t perm);
HDacl_valid.c52 acl_valid(acl_t acl) in acl_valid()
68 acl_valid_file_np(const char *pathp, acl_type_t type, acl_t acl) in acl_valid_file_np()
85 acl_valid_fd_np(int fd, acl_type_t type, acl_t acl) in acl_valid_fd_np()
HDacl_set.c46 acl_set_file(const char *path_p, acl_type_t type, acl_t acl) in acl_set_file()
62 acl_set_fd(int fd, acl_t acl) in acl_set_fd()
76 acl_set_fd_np(int fd, acl_t acl, acl_type_t type) in acl_set_fd_np()
HDacl_get.c40 acl_t
60 acl_t
80 acl_t
HDacl_support.c96 acl_sort(acl_t acl) in acl_sort()
111 acl_posix1e(acl_t acl, acl_type_t type) in acl_posix1e()
394 acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id, acl_perm_t perm) in acl_add_entry()
HDacl_from_text.c115 acl_t
120 acl_t acl; in acl_from_text()
HDacl_to_text.c50 acl_to_text(acl_t acl, ssize_t *len_p) in acl_to_text()
/dragonfly/contrib/libarchive/libarchive/
HDarchive_write_disk_posix.c4225 acl_t acl, dfacl = NULL; in copy_acls()