Home
last modified time | relevance | path

Searched refs:aclp2 (Results 1 – 2 of 2) sorted by relevance

/src/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c476 aclent_t aclp2[] = {
505 n = facl(fd, SETACL, (int)(sizeof(aclp2) / sizeof(aclp2[0])), aclp2);
/src/sys/fs/nfs/
H A Dnfs_commonacl.c660 nfsrv_compareacl(NFSACL_T *aclp1, NFSACL_T *aclp2) in nfsrv_compareacl() argument
665 if (aclp1->acl_cnt != aclp2->acl_cnt) in nfsrv_compareacl()
668 acep2 = aclp2->acl_entry; in nfsrv_compareacl()