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

/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_acl_private.h41 int permset; /* r/w/x bits */ member in struct:archive_acl_entry
H A Darchive_acl.c169 archive_acl_add_entry(struct archive_acl *acl, int type, int permset, int tag, int id, const char *name) argument
189 archive_acl_add_entry_w_len(struct archive_acl *acl, int type, int permset, int tag, int id, const wchar_t *name, size_t 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) argument
242 acl_special(struct archive_acl *acl, int type, int permset, int tag) argument
269 acl_new_entry(struct archive_acl *acl, int type, int permset, int tag, int id) 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) argument
1144 int type, types, tag, permset, id; local
1422 ismode_w(const wchar_t *start, const wchar_t *end, int *permset) argument
1456 is_nfs4_perms_w(const wchar_t *start, const wchar_t *end, int *permset) argument
1519 is_nfs4_flags_w(const wchar_t *start, const wchar_t *end, int *permset) argument
1615 int type, types, tag, permset, id; local
1895 ismode(const char *start, const char *end, int *permset) argument
1929 is_nfs4_perms(const char *start, const char *end, int *permset) argument
1992 is_nfs4_flags(const char *start, const char *end, int *permset) argument
[all...]
H A Darchive_entry.c1513 archive_entry_acl_add_entry(struct archive_entry *entry, int type, int permset, int tag, int id, const char *name) argument
1523 archive_entry_acl_add_entry_w(struct archive_entry *entry, int type, int permset, int tag, int id, const wchar_t *name) argument
1564 archive_entry_acl_next(struct archive_entry *entry, int want_type, int *type, int *permset, int *tag, int *id, const char **name) argument
/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c64 int permset = 0; local
[all...]
H A Dtest_entry.c63 int type, permset, tag, qual; /* For ACL testing. */ local
[all...]
H A Dtest_acl_platform_nfs4.c43 int permset; member in struct:myacl_t
366 int i, permset = 0; local
790 int type, permset, tag, qual; local
[all...]
H A Dmain.c2452 archive_test_acl_match(struct archive_test_acl_t *acl, int type, int permset, argument
2491 int type, permset, tag, qual; local
[all...]
/freebsd-10-stable/bin/setfacl/
H A Dmerge.c45 acl_permset_t permset; local
92 acl_permset_t permset; local
/freebsd-10-stable/lib/libc/posix1e/
H A Dacl_to_text_nfs4.c171 acl_permset_t permset; local
/freebsd-10-stable/contrib/libarchive/test_utils/
H A Dtest_common.h427 int permset; /* Permissions for this class of users. */ member in struct:archive_test_acl_t
H A Dtest_main.c2930 acl_permset_t permset; local
3299 archive_test_acl_match(struct archive_test_acl_t *acl, int type, int permset, argument
3339 int type, permset, tag, qual; local
[all...]

Completed in 200 milliseconds