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

/freebsd-11-stable/usr.bin/find/
H A Dls.c62 printlong(char *name, char *accpath, struct stat *sb) argument
80 printlink(accpath);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c576 const char *accpath; local
580 accpath = NULL;
583 accpath = archive_read_disk_entry_setup_path(a, entry, fd);
584 if (accpath == NULL)
597 acl = acl_get_link_np(accpath, ACL_TYPE_NFS4);
599 acl = acl_get_file(accpath, ACL_TYPE_NFS4);
627 acl = acl_get_link_np(accpath, ACL_TYPE_ACCESS);
636 acl = acl_get_file(accpath, ACL_TYPE_ACCESS);
663 acl = acl_get_file(accpath, ACL_TYPE_DEFAULT);
H A Darchive_read_disk_entry_from_file.c449 struct archive_entry *entry, const char *name, int fd, const char *accpath)
465 size = lgetxattr(accpath, name, NULL, 0);
467 size = getxattr(accpath, name, NULL, 0, 0, XATTR_NOFOLLOW);
469 size = lgetea(accpath, name, NULL, 0);
473 size = getxattr(accpath, name, NULL, 0);
475 size = getxattr(accpath, name, NULL, 0, 0, 0);
477 size = getea(accpath, name, NULL, 0);
503 size = lgetxattr(accpath, name, value, size);
505 size = getxattr(accpath, name, value, size, 0, XATTR_NOFOLLOW);
507 size = lgetea(accpath, nam
448 setup_xattr(struct archive_read_disk *a, struct archive_entry *entry, const char *name, int fd, const char *accpath) argument
662 setup_xattr(struct archive_read_disk *a, struct archive_entry *entry, int namespace, const char *name, const char *fullname, int fd, const char *accpath) argument
[all...]

Completed in 117 milliseconds