Searched refs:accpath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_disk_entry_from_file.c | 467 size = lgetxattr(accpath, name, NULL, 0); in setup_xattr() 471 size = lgetea(accpath, name, NULL, 0); in setup_xattr() 475 size = getxattr(accpath, name, NULL, 0); in setup_xattr() 477 size = getxattr(accpath, name, NULL, 0, 0, 0); in setup_xattr() 479 size = getea(accpath, name, NULL, 0); in setup_xattr() 505 size = lgetxattr(accpath, name, value, size); in setup_xattr() 509 size = lgetea(accpath, name, value, size); in setup_xattr() 513 size = getxattr(accpath, name, value, size); in setup_xattr() 515 size = getxattr(accpath, name, value, size, 0, 0); in setup_xattr() 517 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-13.1/usr.bin/find/ |
| H A D | ls.c | 62 printlong(char *name, char *accpath, struct stat *sb) in printlong() argument 80 printlink(accpath); in printlong()
|