/freebsd-src/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() argument 189 int type, int permset, int tag, int id, const wchar_t *name, size_t len) in archive_acl_add_entry_w_len() argument 209 archive_acl_add_entry_len_l(struct archive_acl * acl,int type,int permset,int tag,int id,const char * name,size_t len,struct archive_string_conv * sc) archive_acl_add_entry_len_l() argument 241 acl_special(struct archive_acl * acl,int type,int permset,int tag) acl_special() argument 269 acl_new_entry(struct archive_acl * acl,int type,int permset,int tag,int id) acl_new_entry() argument 432 archive_acl_next(struct archive * a,struct archive_acl * acl,int want_type,int * type,int * permset,int * tag,int * id,const char ** name) archive_acl_next() argument 1147 int type, types, tag, permset, id; archive_acl_from_text_w() local 1425 ismode_w(const wchar_t * start,const wchar_t * end,int * permset) ismode_w() argument 1459 is_nfs4_perms_w(const wchar_t * start,const wchar_t * end,int * permset) is_nfs4_perms_w() argument 1522 is_nfs4_flags_w(const wchar_t * start,const wchar_t * end,int * permset) is_nfs4_flags_w() argument 1630 int type, types, tag, permset, id; archive_acl_from_text_l() local 1915 ismode(const char * start,const char * end,int * permset) ismode() argument 1949 is_nfs4_perms(const char * start,const char * end,int * permset) is_nfs4_perms() argument 2012 is_nfs4_flags(const char * start,const char * end,int * permset) is_nfs4_flags() argument [all...] |
H A D | archive_acl_private.h | 39 int permset; /* r/w/x bits */ member
|
H A D | archive_entry.c | 1556 archive_entry_acl_add_entry(struct archive_entry * entry,int type,int permset,int tag,int id,const char * name) archive_entry_acl_add_entry() argument 1566 archive_entry_acl_add_entry_w(struct archive_entry * entry,int type,int permset,int tag,int id,const wchar_t * name) archive_entry_acl_add_entry_w() argument 1607 archive_entry_acl_next(struct archive_entry * entry,int want_type,int * type,int * permset,int * tag,int * id,const char ** name) archive_entry_acl_next() argument
|
/freebsd-src/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-src/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 789 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 [all...] |
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-src/lib/libc/posix1e/ |
H A D | acl_to_text_nfs4.c | 172 acl_permset_t permset; in format_entry() local
|
/freebsd-src/contrib/libarchive/test_utils/ |
H A D | test_common.h | 418 int permset; /* Permissions for this class of users. */ global() member
|
H A D | test_main.c | 2950 acl_permset_t permset; setTestAcl() local 3317 archive_test_acl_match(struct archive_test_acl_t * acl,int type,int permset,int tag,int qual,const char * name) archive_test_acl_match() argument 3357 int type, permset, tag, qual; assertion_entry_compare_acls() local [all...] |