Home
last modified time | relevance | path

Searched refs:accpath (Results 1 – 3 of 3) sorted by relevance

/src/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c446 struct archive_entry *entry, const char *name, int fd, const char *accpath) in setup_xattr() argument
462 size = lgetxattr(accpath, name, NULL, 0); in setup_xattr()
464 size = getxattr(accpath, name, NULL, 0, 0, XATTR_NOFOLLOW); in setup_xattr()
466 size = lgetea(accpath, name, NULL, 0); in setup_xattr()
470 size = getxattr(accpath, name, NULL, 0); in setup_xattr()
472 size = getxattr(accpath, name, NULL, 0, 0, 0); in setup_xattr()
474 size = getea(accpath, name, NULL, 0); in setup_xattr()
500 size = lgetxattr(accpath, name, value, size); in setup_xattr()
502 size = getxattr(accpath, name, value, size, 0, XATTR_NOFOLLOW); in setup_xattr()
504 size = lgetea(accpath, name, value, size); in setup_xattr()
[all …]
H A Darchive_disk_acl_freebsd.c576 const char *accpath; in archive_read_disk_entry_setup_acls() local
580 accpath = NULL; in archive_read_disk_entry_setup_acls()
583 accpath = archive_read_disk_entry_setup_path(a, entry, fd); in archive_read_disk_entry_setup_acls()
584 if (accpath == NULL) in archive_read_disk_entry_setup_acls()
597 acl = acl_get_link_np(accpath, ACL_TYPE_NFS4); in archive_read_disk_entry_setup_acls()
599 acl = acl_get_file(accpath, ACL_TYPE_NFS4); in archive_read_disk_entry_setup_acls()
627 acl = acl_get_link_np(accpath, ACL_TYPE_ACCESS); in archive_read_disk_entry_setup_acls()
636 acl = acl_get_file(accpath, ACL_TYPE_ACCESS); in archive_read_disk_entry_setup_acls()
663 acl = acl_get_file(accpath, ACL_TYPE_DEFAULT); in archive_read_disk_entry_setup_acls()
/src/usr.bin/find/
H A Dls.c55 printlong(char *name, char *accpath, struct stat *sb) in printlong() argument
73 printlink(accpath); in printlong()