Searched refs:set_acl (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_write_disk.c233 static int set_acl(struct archive_write_disk *, int fd, struct archive_entry *,
2331 ret = set_acl(a, a->fd, a->entry, ACL_TYPE_ACCESS,
2335 ret = set_acl(a, a->fd, a->entry, ACL_TYPE_DEFAULT,
2342 set_acl(struct archive_write_disk *a, int fd, struct archive_entry *entry, function
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrb5.h534 krb5_error_code (KRB5_CALLCONV * set_acl)(krb5_context, krb5_ccache, const char *, /* heim_object_t */ void *); member in struct:krb5_cc_ops
H A Dcache.c1919 if (id->ops->set_acl)
1920 return id->ops->set_acl(context, id, type, ptr);

Completed in 99 milliseconds