Symbol: acl_tag_t
bin/setfacl/mask.c
53
acl_tag_t tag;
bin/setfacl/merge.c
100
acl_tag_t tag, tag_new;
bin/setfacl/remove.c
106
acl_tag_t tag;
bin/setfacl/remove.c
54
acl_tag_t tag;
lib/libc/posix1e/acl_from_text.c
127
if (t == (acl_tag_t)-1) {
lib/libc/posix1e/acl_from_text.c
276
_acl_name_to_id(acl_tag_t tag, char *name, uid_t *id)
lib/libc/posix1e/acl_from_text.c
52
static acl_tag_t acl_string_to_tag(char *tag, char *qualifier);
lib/libc/posix1e/acl_from_text.c
54
static acl_tag_t
lib/libc/posix1e/acl_from_text.c
71
return((acl_tag_t)-1);
lib/libc/posix1e/acl_from_text.c
79
return((acl_tag_t)-1);
lib/libc/posix1e/acl_from_text.c
86
acl_tag_t t;
lib/libc/posix1e/acl_from_text_nfs4.c
97
acl_tag_t tag;
lib/libc/posix1e/acl_get.c
191
acl_get_tag_type(acl_entry_t entry_d, acl_tag_t *tag_type_p)
lib/libc/posix1e/acl_id_to_name.c
62
_posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len, char *buf,
lib/libc/posix1e/acl_set.c
191
acl_set_tag_type(acl_entry_t entry_d, acl_tag_t tag_type)
lib/libc/posix1e/acl_strip.c
69
acl_tag_t tag;
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.h
59
int _posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len,
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_support.h
68
int _acl_name_to_id(acl_tag_t tag, char *name, uid_t *id);
lib/libc/posix1e/acl_to_text.c
71
acl_tag_t ae_tag;
lib/libc/posix1e/acl_to_text_nfs4.c
149
acl_tag_t tag;
lib/libc/posix1e/acl_to_text_nfs4.c
56
acl_tag_t tag;
sys/kern/subr_acl_nfs4.c
73
_acl_entry_matches(struct acl_entry *ae, acl_tag_t tag, acl_perm_t perm,
sys/kern/subr_acl_nfs4.c
96
_acl_append(struct acl *aclp, acl_tag_t tag, acl_perm_t perm,
sys/kern/subr_acl_posix1e.c
107
acl_posix1e_mode_to_entry(acl_tag_t tag, uid_t uid, gid_t gid, mode_t mode)
sys/kern/subr_acl_posix1e.c
64
acl_posix1e_mode_to_perm(acl_tag_t tag, mode_t mode)
sys/sys/acl.h
103
acl_tag_t ae_tag;
sys/sys/acl.h
288
acl_perm_t acl_posix1e_mode_to_perm(acl_tag_t tag, mode_t mode);
sys/sys/acl.h
289
struct acl_entry acl_posix1e_mode_to_entry(acl_tag_t tag, uid_t uid,
sys/sys/acl.h
416
int acl_get_tag_type(acl_entry_t _entry_d, acl_tag_t *_tag_type_p);
sys/sys/acl.h
426
int acl_set_tag_type(acl_entry_t _entry_d, acl_tag_t _tag_type);