/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_acl.c | 169 int type, int permset, int tag, int id, const char *name) in archive_acl_add_entry() 189 int type, int permset, int tag, int id, const wchar_t *name, size_t len) in archive_acl_add_entry_w_len() 209 int type, int permset, int tag, int id, const char *name, size_t len, in archive_acl_add_entry_len_l() 241 acl_special(struct archive_acl *acl, int type, int permset, int tag) in acl_special() 269 int type, int permset, int tag, int id) in acl_new_entry() 432 int *type, int *permset, int *tag, int *id, const char **name) in archive_acl_next() 1147 int type, types, tag, permset, id; in archive_acl_from_text_w() local 1430 ismode_w(const wchar_t *start, const wchar_t *end, int *permset) in ismode_w() 1464 is_nfs4_perms_w(const wchar_t *start, const wchar_t *end, int *permset) in is_nfs4_perms_w() 1527 is_nfs4_flags_w(const wchar_t *start, const wchar_t *end, int *permset) in is_nfs4_flags_w() [all …]
|
H A D | archive_acl_private.h | 39 int permset; /* r/w/x bits */ member
|
H A D | archive_entry.c | 1666 int type, int permset, int tag, int id, const char *name) in archive_entry_acl_add_entry() 1676 int type, int permset, int tag, int id, const wchar_t *name) in archive_entry_acl_add_entry_w() 1717 int *permset, int *tag, int *id, const char **name) in archive_entry_acl_next()
|
/freebsd/bin/setfacl/ |
H A D | merge.c | 41 acl_permset_t permset; in merge_user_group() local 88 acl_permset_t permset; in merge_acl() local
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_acl_platform_nfs4.c | 42 int permset; member 365 int i, permset = 0; in acl_permset_to_bitmap() local 790 int type, permset, tag, qual; in compare_entry_acls() local
|
H A D | test_entry.c | 62 int type, permset, tag, qual; /* For ACL testing. */ in DEFINE_TEST() local
|
H A D | test_acl_platform_posix1e.c | 63 int permset = 0; in acl_entry_get_perm() local
|
H A D | main.c | 2452 archive_test_acl_match(struct archive_test_acl_t *acl, int type, int permset, in archive_test_acl_match() 2491 int type, permset, tag, qual; in archive_test_compare_acls() local
|
/freebsd/lib/libc/posix1e/ |
H A D | acl_to_text_nfs4.c | 172 acl_permset_t permset; in format_entry() local
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_common.h | 421 int permset; /* Permissions for this class of users. */ member
|
H A D | test_main.c | 2969 acl_permset_t permset; in setTestAcl() local 3336 archive_test_acl_match(struct archive_test_acl_t *acl, int type, int permset, in archive_test_acl_match() 3376 int type, permset, tag, qual; in assertion_entry_compare_acls() local
|