Searched refs:acl_get_tag_type (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/bin/setfacl/
H A Dmask.c88 if (acl_get_tag_type(entry, &tag) == -1)
89 err(1, "%s: acl_get_tag_type() failed",
H A Dremove.c75 if (acl_get_tag_type(entry, &tag) == -1)
76 err(1, "%s: acl_get_tag_type() failed", filename);
124 if (acl_get_tag_type(entry, &tag) == -1)
125 err(1, "%s: acl_get_tag_type() failed", filename);
H A Dmerge.c122 if (acl_get_tag_type(entry, &tag) == -1)
123 err(1, "%s: acl_get_tag_type() failed - "
133 if (acl_get_tag_type(entry, &tag) == -1)
134 err(1, "%s: acl_get_tag_type() failed",
136 if (acl_get_tag_type(entry_new, &tag_new) == -1)
137 err(1, "%s: acl_get_tag_type() failed",
/freebsd-10.1-release/lib/libc/posix1e/
H A DSymbol.map26 acl_get_tag_type;
H A Dacl_strip.c96 if (acl_get_tag_type(entry, &tag) == -1)
103 if (acl_get_tag_type(entry, &tag) == -1)
H A Dacl_get.c38 * acl_get_tag_type() returns the tag type for the ACL entry entry_d
182 * acl_get_tag_type() (23.4.19): return the tag type for the ACL
186 acl_get_tag_type(acl_entry_t entry_d, acl_tag_t *tag_type_p) function
H A DMakefile.inc66 acl_get_tag_type.3 \
H A Dacl_to_text_nfs4.c55 error = acl_get_tag_type(entry, &tag);
146 error = acl_get_tag_type(entry, &tag);
H A Dacl_from_text_nfs4.c102 error = acl_get_tag_type(entry, &tag);
/freebsd-10.1-release/contrib/libarchive/libarchive/test/
H A Dtest_acl_freebsd_posix1e.c81 acl_get_tag_type(aclent, &tag_type);
H A Dtest_acl_freebsd_nfs4.c249 acl_get_tag_type(aclent, &tag_type);
/freebsd-10.1-release/sys/sys/
H A Dacl.h392 int acl_get_tag_type(acl_entry_t _entry_d, acl_tag_t *_tag_type_p);
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c595 if (acl_get_tag_type(acl_entry, &acl_tag) != 0) {

Completed in 129 milliseconds