Home
last modified time | relevance | path

Searched refs:ACL_FIRST_ENTRY (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/bin/setfacl/
HDmerge.c114 entry_id = ACL_FIRST_ENTRY; in merge_acl()
129 entry_id_new = ACL_FIRST_ENTRY; in merge_acl()
266 entry_id = ACL_FIRST_ENTRY; in add_acl()
HDremove.c72 entry_id = ACL_FIRST_ENTRY; in remove_acl()
118 entry_id = ACL_FIRST_ENTRY; in remove_by_number()
HDmask.c84 entry_id = ACL_FIRST_ENTRY; in set_acl_mask()
HDsetfacl.c301 acl_get_entry(acl, ACL_FIRST_ENTRY, in main()
345 acl_get_entry(acl, ACL_FIRST_ENTRY, &unused_entry) == 0) { in main()
/freebsd-11-stable/lib/libc/posix1e/
HDacl_entry.c134 case ACL_FIRST_ENTRY: in acl_get_entry()
HDacl_strip.c92 entry_id = ACL_FIRST_ENTRY; in _posix1e_acl_strip_np()
HDacl_to_text_nfs4.c230 int error, off = 0, size, entry_id = ACL_FIRST_ENTRY; in _nfs4_acl_to_text_np()
/freebsd-11-stable/contrib/libarchive/tar/test/
HDtest_option_acls.c417 a = acl_get_entry(acl_a, ACL_FIRST_ENTRY, &aclent_a); in compare_acls()
422 b = acl_get_entry(acl_b, ACL_FIRST_ENTRY, &aclent_b); in compare_acls()
/freebsd-11-stable/contrib/libarchive/libarchive/test/
HDtest_acl_platform_posix1e.c92 int entry_id = ACL_FIRST_ENTRY;
235 int entry_id = ACL_FIRST_ENTRY;
HDtest_acl_platform_nfs4.c705 int entry_id = ACL_FIRST_ENTRY; in compare_acls()
/freebsd-11-stable/sys/sys/
HDacl.h240 #define ACL_FIRST_ENTRY 0 macro
/freebsd-11-stable/contrib/libarchive/libarchive/
HDarchive_disk_acl_freebsd.c158 s = acl_get_entry(acl, ACL_FIRST_ENTRY, &acl_entry); in translate_acl()
/freebsd-11-stable/contrib/pjdfstest/
HDpjdfstest.c560 int entry_id = ACL_FIRST_ENTRY; in call_syscall()