Searched refs:accpath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_read_disk_entry_from_file.c | 466 size = lgetxattr(accpath, name, NULL, 0); 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() 508 size = lgetea(accpath, name, value, size); in setup_xattr() 512 size = getxattr(accpath, name, value, size); in setup_xattr() 514 size = getxattr(accpath, name, value, size, 0, 0); in setup_xattr() 516 size = getea(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-14.2/usr.bin/find/ |
| H A D | ls.c | 60 printlong(char *name, char *accpath, struct stat *sb) in printlong() argument 78 printlink(accpath); in printlong()
|