Searched refs:accpath (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_disk_entry_from_file.c | 450 struct archive_entry *entry, const char *name, int fd, const char *accpath) in setup_xattr() argument 466 size = lgetxattr(accpath, name, NULL, 0); in setup_xattr() 468 size = getxattr(accpath, name, NULL, 0, 0, XATTR_NOFOLLOW); in setup_xattr() 470 size = lgetea(accpath, name, NULL, 0); in setup_xattr() 474 size = getxattr(accpath, name, NULL, 0); in setup_xattr() 476 size = getxattr(accpath, name, NULL, 0, 0, 0); in setup_xattr() 478 size = getea(accpath, name, NULL, 0); in setup_xattr() 504 size = lgetxattr(accpath, name, value, size); in setup_xattr() 506 size = getxattr(accpath, name, value, size, 0, XATTR_NOFOLLOW); in setup_xattr() 508 size = lgetea(accpath, name, value, size); in setup_xattr() [all …]
|
H A D | archive_disk_acl_freebsd.c | 576 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()
|
/freebsd/usr.bin/find/ |
H A D | ls.c | 55 printlong(char *name, char *accpath, struct stat *sb) in printlong() argument 73 printlink(accpath); in printlong()
|