Searched refs:acl_type (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Libc-1044.1.2/posix1e/
H A Dacl_file.c39 static acl_t acl_get_file1(const char *path, acl_type_t acl_type, int follow);
93 acl_get_file1(const char *path, acl_type_t acl_type, int follow) argument
99 if (acl_type != ACL_TYPE_EXTENDED) {
149 acl_set_file(const char *path, acl_type_t acl_type, acl_t acl) argument
166 acl_set_link_np(const char *path, acl_type_t acl_type, acl_t acl) argument
176 return(acl_set_file(path, acl_type, acl));
/macosx-10.10/Libc-1044.1.2/include/sys/
H A Dacl.h197 extern int acl_set_fd_np(int fd, acl_t acl, acl_type_t acl_type);
/macosx-10.10/shell_cmds-179/find/
H A Dfunction.c398 acl_type_t acl_type; local
406 acl_type = ACL_TYPE_NFS4;
415 acl_type = ACL_TYPE_ACCESS;
424 facl = acl_get_file(entry->fts_accpath, acl_type);
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_write_disk.c2343 acl_type_t acl_type, int ae_requested_type, const char *tname)
2409 if (fd >= 0 && acl_type == ACL_TYPE_ACCESS && acl_set_fd(fd, acl) == 0)
2414 if (fd >= 0 && acl_set_fd_np(fd, acl, acl_type) == 0)
2419 if (acl_set_file(name, acl_type, acl) != 0) {
2342 set_acl(struct archive_write_disk *a, int fd, struct archive_entry *entry, acl_type_t acl_type, int ae_requested_type, const char *tname) argument

Completed in 268 milliseconds