Searched refs:acl_t (Results 1 – 10 of 10) sorted by relevance
| /dragonfly/sys/sys/ |
| HD | acl.h | 65 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/ |
| HD | acl_init.c | 40 acl_t 56 acl_t 57 acl_dup(acl_t acl) in acl_dup()
|
| HD | acl_support.h | 39 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);
|
| HD | acl_valid.c | 52 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()
|
| HD | acl_set.c | 46 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()
|
| HD | acl_get.c | 40 acl_t 60 acl_t 80 acl_t
|
| HD | acl_support.c | 96 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()
|
| HD | acl_from_text.c | 115 acl_t 120 acl_t acl; in acl_from_text()
|
| HD | acl_to_text.c | 50 acl_to_text(acl_t acl, ssize_t *len_p) in acl_to_text()
|
| /dragonfly/contrib/libarchive/libarchive/ |
| HD | archive_write_disk_posix.c | 4225 acl_t acl, dfacl = NULL; in copy_acls()
|