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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c196 const char *accpath; local
199 accpath = archive_entry_sourcepath(entry);
200 if (accpath == NULL)
201 accpath = archive_entry_pathname(entry);
210 acl = acl_get_link_np(accpath, ACL_TYPE_ACCESS);
219 acl = acl_get_file(accpath, ACL_TYPE_ACCESS);
228 acl = acl_get_file(accpath, ACL_TYPE_DEFAULT);
330 const char *accpath; local
334 accpath = archive_entry_sourcepath(entry);
335 if (accpath
450 const char *accpath; local
[all...]
/freebsd-9.3-release/usr.bin/find/
H A Dls.c62 printlong(char *name, char *accpath, struct stat *sb) argument
80 printlink(accpath);

Completed in 76 milliseconds