OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:accpath
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_disk_acl_freebsd.c
576
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);
archive_disk_acl_darwin.c
495
const char *
accpath
;
local
499
accpath
= NULL;
502
accpath
= archive_read_disk_entry_setup_path(a, entry, fd);
503
if (
accpath
== NULL)
514
acl = acl_get_link_np(
accpath
, ACL_TYPE_EXTENDED);
516
acl = acl_get_file(
accpath
, ACL_TYPE_EXTENDED);
archive_disk_acl_linux.c
615
const char *
accpath
;
local
625
accpath
= NULL;
628
/* For default ACLs we need reachable
accpath
*/
630
accpath
= archive_read_disk_entry_setup_path(a, entry, fd);
631
if (
accpath
== NULL)
654
richacl = richacl_get_file(
accpath
);
690
acl = acl_get_file(
accpath
, ACL_TYPE_ACCESS);
706
acl = acl_get_file(
accpath
, ACL_TYPE_DEFAULT);
archive_disk_acl_sunos.c
712
const char *
accpath
;
local
717
accpath
= NULL;
720
accpath
= archive_read_disk_entry_setup_path(a, entry, fd);
721
if (
accpath
== NULL)
738
aclp = sunacl_get(ACE_GETACL, &aclcnt, 0,
accpath
);
771
aclp = sunacl_get(GETACL, &aclcnt, 0,
accpath
);
Completed in 15 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026