Symbol: acl_t
bin/cp/utils.c
419
acl_t acl;
bin/cp/utils.c
471
acl_t (*aclgetf)(const char *, acl_type_t);
bin/cp/utils.c
472
int (*aclsetf)(const char *, acl_type_t, acl_t);
bin/cp/utils.c
474
acl_t acl;
bin/getfacl/getfacl.c
100
acl_t acl;
bin/getfacl/getfacl.c
189
acl_t acl;
bin/getfacl/getfacl.c
97
static acl_t
bin/ls/print.c
522
acl_t facl;
bin/setfacl/file.c
48
acl_t
bin/setfacl/mask.c
49
set_acl_mask(acl_t *prev_acl, const char *filename)
bin/setfacl/mask.c
52
acl_t acl;
bin/setfacl/merge.c
246
add_acl(acl_t acl, uint entry_number, acl_t *prev_acl, const char *filename)
bin/setfacl/merge.c
249
acl_t acl_new;
bin/setfacl/merge.c
95
merge_acl(acl_t acl, acl_t *prev_acl, const char *filename)
bin/setfacl/merge.c
99
acl_t acl_new;
bin/setfacl/remove.c
102
remove_by_number(uint entry_number, acl_t *prev_acl, const char *filename)
bin/setfacl/remove.c
105
acl_t acl_new;
bin/setfacl/remove.c
154
remove_default(acl_t *prev_acl, const char *filename)
bin/setfacl/remove.c
169
remove_ext(acl_t *prev_acl, const char *filename)
bin/setfacl/remove.c
171
acl_t acl_new;
bin/setfacl/remove.c
50
remove_acl(acl_t acl, acl_t *prev_acl, const char *filename)
bin/setfacl/remove.c
53
acl_t acl_new;
bin/setfacl/setfacl.c
139
static acl_t
bin/setfacl/setfacl.c
140
clear_inheritance_flags(acl_t acl)
bin/setfacl/setfacl.c
142
acl_t nacl;
bin/setfacl/setfacl.c
182
acl_t acl, nacl;
bin/setfacl/setfacl.c
63
acl_t acl;
bin/setfacl/setfacl.c
80
static acl_t clear_inheritance_flags(acl_t acl);
bin/setfacl/setfacl.h
41
acl_t get_acl_from_file(const char *filename);
bin/setfacl/setfacl.h
43
int merge_acl(acl_t acl, acl_t *prev_acl, const char *filename);
bin/setfacl/setfacl.h
44
int add_acl(acl_t acl, uint entry_number, acl_t *prev_acl,
bin/setfacl/setfacl.h
47
int remove_acl(acl_t acl, acl_t *prev_acl, const char *filename);
bin/setfacl/setfacl.h
48
int remove_by_number(uint entry_number, acl_t *prev_acl,
bin/setfacl/setfacl.h
50
int remove_default(acl_t *prev_acl, const char *filename);
bin/setfacl/setfacl.h
51
void remove_ext(acl_t *prev_acl, const char *filename);
bin/setfacl/setfacl.h
53
int set_acl_mask(acl_t *prev_acl, const char *filename);
lib/libc/posix1e/acl_branding.c
109
_acl_brand_as(acl_t acl, int brand)
lib/libc/posix1e/acl_branding.c
125
_acl_type_not_valid_for_acl(const acl_t acl, acl_type_t type)
lib/libc/posix1e/acl_branding.c
147
_acl_brand_from_type(acl_t acl, acl_type_t type)
lib/libc/posix1e/acl_branding.c
165
acl_get_brand_np(acl_t acl, int *brand_p)
lib/libc/posix1e/acl_branding.c
55
static acl_t
lib/libc/posix1e/acl_branding.c
58
acl_t aclp;
lib/libc/posix1e/acl_branding.c
60
aclp = (acl_t)(((unsigned long)entry >> _ACL_T_ALIGNMENT_BITS) << _ACL_T_ALIGNMENT_BITS);
lib/libc/posix1e/acl_branding.c
69
_acl_brand(const acl_t acl)
lib/libc/posix1e/acl_branding.c
86
_acl_brand_may_be(const acl_t acl, int brand)
lib/libc/posix1e/acl_calc_mask.c
53
acl_calc_mask(acl_t *acl_p)
lib/libc/posix1e/acl_calc_mask.c
56
acl_t acl_new;
lib/libc/posix1e/acl_copy.c
79
acl_copy_ext(void *buf_p, acl_t acl, ssize_t size)
lib/libc/posix1e/acl_copy.c
86
acl_t
lib/libc/posix1e/acl_delete_entry.c
131
acl_delete_entry_np(acl_t acl, int offset)
lib/libc/posix1e/acl_delete_entry.c
80
acl_delete_entry(acl_t acl, acl_entry_t entry_d)
lib/libc/posix1e/acl_entry.c
128
acl_get_entry(acl_t acl, int entry_id, acl_entry_t *entry_p)
lib/libc/posix1e/acl_entry.c
48
acl_create_entry(acl_t *acl_p, acl_entry_t *entry_p)
lib/libc/posix1e/acl_entry.c
82
acl_create_entry_np(acl_t *acl_p, acl_entry_t *entry_p, int offset)
lib/libc/posix1e/acl_from_text.c
193
acl_t
lib/libc/posix1e/acl_from_text.c
196
acl_t acl;
lib/libc/posix1e/acl_from_text.c
84
_posix1e_acl_entry_from_text(acl_t aclp, char *entry)
lib/libc/posix1e/acl_from_text_nfs4.c
209
_nfs4_acl_entry_from_text(acl_t aclp, char *str)
lib/libc/posix1e/acl_get.c
108
acl_t
lib/libc/posix1e/acl_get.c
117
acl_t
lib/libc/posix1e/acl_get.c
120
acl_t aclp;
lib/libc/posix1e/acl_get.c
62
acl_t
lib/libc/posix1e/acl_get.c
65
acl_t aclp;
lib/libc/posix1e/acl_get.c
85
acl_t
lib/libc/posix1e/acl_get.c
88
acl_t aclp;
lib/libc/posix1e/acl_init.c
52
acl_t
lib/libc/posix1e/acl_init.c
56
acl_t acl;
lib/libc/posix1e/acl_init.c
81
acl_t
lib/libc/posix1e/acl_init.c
82
acl_dup(acl_t acl)
lib/libc/posix1e/acl_init.c
84
acl_t acl_new;
lib/libc/posix1e/acl_set.c
101
acl_set_fd(int fd, acl_t acl)
lib/libc/posix1e/acl_set.c
111
acl_set_fd_np(int fd, acl_t acl, acl_type_t type)
lib/libc/posix1e/acl_set.c
59
acl_set_file(const char *path_p, acl_type_t type, acl_t acl)
lib/libc/posix1e/acl_set.c
80
acl_set_link_np(const char *path_p, acl_type_t type, acl_t acl)
lib/libc/posix1e/acl_strip.c
132
acl_t
lib/libc/posix1e/acl_strip.c
133
acl_strip_np(const acl_t aclp, int recalculate_mask)
lib/libc/posix1e/acl_strip.c
156
acl_is_trivial_np(const acl_t aclp, int *trivialp)
lib/libc/posix1e/acl_strip.c
158
acl_t tmpacl;
lib/libc/posix1e/acl_strip.c
44
static acl_t
lib/libc/posix1e/acl_strip.c
45
_nfs4_acl_strip_np(const acl_t aclp, int canonical_six)
lib/libc/posix1e/acl_strip.c
47
acl_t newacl;
lib/libc/posix1e/acl_strip.c
64
static acl_t
lib/libc/posix1e/acl_strip.c
65
_posix1e_acl_strip_np(const acl_t aclp, int recalculate_mask)
lib/libc/posix1e/acl_strip.c
67
acl_t acl_new, acl_old;
lib/libc/posix1e/acl_support.c
138
_posix1e_acl_sort(acl_t acl)
lib/libc/posix1e/acl_support.c
154
_posix1e_acl(acl_t acl, acl_type_t type)
lib/libc/posix1e/acl_support.c
178
_posix1e_acl_check(acl_t acl)
lib/libc/posix1e/acl_support.c
352
_posix1e_acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id, acl_perm_t perm)
lib/libc/posix1e/acl_support.c
62
_acl_differs(const acl_t a, const acl_t b)
lib/libc/posix1e/acl_support.h
41
int _acl_differs(const acl_t a, const acl_t b);
lib/libc/posix1e/acl_support.h
42
int _acl_type_not_valid_for_acl(const acl_t acl, acl_type_t type);
lib/libc/posix1e/acl_support.h
43
void _acl_brand_from_type(acl_t acl, acl_type_t type);
lib/libc/posix1e/acl_support.h
44
int _acl_brand(const acl_t acl);
lib/libc/posix1e/acl_support.h
46
int _acl_brand_may_be(const acl_t acl, int brand);
lib/libc/posix1e/acl_support.h
48
void _acl_brand_as(acl_t acl, int brand);
lib/libc/posix1e/acl_support.h
50
int _nfs4_acl_entry_from_text(acl_t, char *);
lib/libc/posix1e/acl_support.h
51
char *_nfs4_acl_to_text_np(const acl_t, ssize_t *, int);
lib/libc/posix1e/acl_support.h
56
int _posix1e_acl_check(acl_t acl);
lib/libc/posix1e/acl_support.h
57
void _posix1e_acl_sort(acl_t acl);
lib/libc/posix1e/acl_support.h
58
int _posix1e_acl(acl_t acl, acl_type_t type);
lib/libc/posix1e/acl_support.h
64
int _posix1e_acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id,
lib/libc/posix1e/acl_to_text.c
243
acl_to_text_np(acl_t acl, ssize_t *len_p, int flags)
lib/libc/posix1e/acl_to_text.c
263
acl_to_text(acl_t acl, ssize_t *len_p)
lib/libc/posix1e/acl_to_text.c
58
char *_nfs4_acl_to_text_np(const acl_t acl, ssize_t *len_p, int flags);
lib/libc/posix1e/acl_to_text.c
61
_posix1e_acl_to_text(acl_t acl, ssize_t *len_p, int flags)
lib/libc/posix1e/acl_to_text_nfs4.c
235
_nfs4_acl_to_text_np(const acl_t aclp, ssize_t *len_p, int flags)
lib/libc/posix1e/acl_valid.c
100
acl_valid_link_np(const char *pathp, acl_type_t type, acl_t acl)
lib/libc/posix1e/acl_valid.c
115
acl_valid_fd_np(int fd, acl_type_t type, acl_t acl)
lib/libc/posix1e/acl_valid.c
62
acl_valid(acl_t acl)
lib/libc/posix1e/acl_valid.c
85
acl_valid_file_np(const char *pathp, acl_type_t type, acl_t acl)
sys/sys/acl.h
384
int acl_calc_mask(acl_t *_acl_p);
sys/sys/acl.h
388
ssize_t acl_copy_ext(void *_buf_p, acl_t _acl, ssize_t _size);
sys/sys/acl.h
389
acl_t acl_copy_int(const void *_buf_p);
sys/sys/acl.h
390
int acl_create_entry(acl_t *_acl_p, acl_entry_t *_entry_p);
sys/sys/acl.h
391
int acl_create_entry_np(acl_t *_acl_p, acl_entry_t *_entry_p, int _index);
sys/sys/acl.h
392
int acl_delete_entry(acl_t _acl, acl_entry_t _entry_d);
sys/sys/acl.h
393
int acl_delete_entry_np(acl_t _acl, int _index);
sys/sys/acl.h
401
acl_t acl_dup(acl_t _acl);
sys/sys/acl.h
403
acl_t acl_from_text(const char *_buf_p);
sys/sys/acl.h
404
int acl_get_brand_np(acl_t _acl, int *_brand_p);
sys/sys/acl.h
405
int acl_get_entry(acl_t _acl, int _entry_id, acl_entry_t *_entry_p);
sys/sys/acl.h
406
acl_t acl_get_fd(int _fd);
sys/sys/acl.h
407
acl_t acl_get_fd_np(int fd, acl_type_t _type);
sys/sys/acl.h
408
acl_t acl_get_file(const char *_path_p, acl_type_t _type);
sys/sys/acl.h
410
acl_t acl_get_link_np(const char *_path_p, acl_type_t _type);
sys/sys/acl.h
417
acl_t acl_init(int _count);
sys/sys/acl.h
418
int acl_set_fd(int _fd, acl_t _acl);
sys/sys/acl.h
419
int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type);
sys/sys/acl.h
420
int acl_set_file(const char *_path_p, acl_type_t _type, acl_t _acl);
sys/sys/acl.h
422
int acl_set_link_np(const char *_path_p, acl_type_t _type, acl_t _acl);
sys/sys/acl.h
427
ssize_t acl_size(acl_t _acl);
sys/sys/acl.h
428
char *acl_to_text(acl_t _acl, ssize_t *_len_p);
sys/sys/acl.h
429
char *acl_to_text_np(acl_t _acl, ssize_t *_len_p, int _flags);
sys/sys/acl.h
430
int acl_valid(acl_t _acl);
sys/sys/acl.h
431
int acl_valid_fd_np(int _fd, acl_type_t _type, acl_t _acl);
sys/sys/acl.h
432
int acl_valid_file_np(const char *_path_p, acl_type_t _type, acl_t _acl);
sys/sys/acl.h
433
int acl_valid_link_np(const char *_path_p, acl_type_t _type, acl_t _acl);
sys/sys/acl.h
434
int acl_is_trivial_np(const acl_t _acl, int *_trivialp);
sys/sys/acl.h
435
acl_t acl_strip_np(const acl_t _acl, int recalculate_mask);