Home
last modified time | relevance | path

Searched defs:permset (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_acl.c169 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 Darchive_acl_private.h39 int permset; /* r/w/x bits */ member
H A Darchive_entry.c1556 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 Dmerge.c41 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 Dtest_acl_platform_nfs4.c42 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 Dtest_entry.c62 int type, permset, tag, qual; /* For ACL testing. */ in DEFINE_TEST() local
[all...]
H A Dtest_acl_platform_posix1e.c63 int permset = 0; in acl_entry_get_perm() local
H A Dmain.c2452 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 Dacl_to_text_nfs4.c172 acl_permset_t permset; in format_entry() local
/freebsd-src/contrib/libarchive/test_utils/
H A Dtest_common.h418 int permset; /* Permissions for this class of users. */ global() member
H A Dtest_main.c2950 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...]