Home
last modified time | relevance | path

Searched refs:aclcnt (Results 1 – 25 of 49) sorted by relevance

12

/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_disk_acl_sunos.c123 *aclcnt = -1; in sunacl_get()
154 *aclcnt = cnt; in sunacl_get()
191 if (aclcnt == 4) in sun_acl_is_trivial()
281 if (aclcnt != p) in sun_acl_is_trivial()
328 if (aclcnt <= 0) in translate_acl()
331 for (e = 0; e < aclcnt; e++) { in translate_acl()
714 int aclcnt; in archive_read_disk_entry_setup_acls() local
749 r = translate_acl(a, entry, aclp, aclcnt, in archive_read_disk_entry_setup_acls()
764 aclp = sunacl_get(GETACL, &aclcnt, *fd, NULL); in archive_read_disk_entry_setup_acls()
771 aclp = sunacl_get(GETACL, &aclcnt, 0, accpath); in archive_read_disk_entry_setup_acls()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_disk_acl_sunos.c123 *aclcnt = -1; in sunacl_get()
156 *aclcnt = cnt; in sunacl_get()
193 if (aclcnt == 4) in sun_acl_is_trivial()
283 if (aclcnt != p) in sun_acl_is_trivial()
330 if (aclcnt <= 0) in translate_acl()
333 for (e = 0; e < aclcnt; e++) { in translate_acl()
711 int aclcnt; in archive_read_disk_entry_setup_acls() local
746 r = translate_acl(a, entry, aclp, aclcnt, in archive_read_disk_entry_setup_acls()
761 aclp = sunacl_get(GETACL, &aclcnt, *fd, NULL); in archive_read_disk_entry_setup_acls()
768 aclp = sunacl_get(GETACL, &aclcnt, 0, accpath); in archive_read_disk_entry_setup_acls()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_disk_acl_sunos.c123 *aclcnt = -1; in sunacl_get()
154 *aclcnt = cnt; in sunacl_get()
191 if (aclcnt == 4) in sun_acl_is_trivial()
281 if (aclcnt != p) in sun_acl_is_trivial()
328 if (aclcnt <= 0) in translate_acl()
331 for (e = 0; e < aclcnt; e++) { in translate_acl()
709 int aclcnt; in archive_read_disk_entry_setup_acls() local
744 r = translate_acl(a, entry, aclp, aclcnt, in archive_read_disk_entry_setup_acls()
759 aclp = sunacl_get(GETACL, &aclcnt, *fd, NULL); in archive_read_disk_entry_setup_acls()
766 aclp = sunacl_get(GETACL, &aclcnt, 0, accpath); in archive_read_disk_entry_setup_acls()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_disk_acl_sunos.c123 *aclcnt = -1; in sunacl_get()
154 *aclcnt = cnt; in sunacl_get()
191 if (aclcnt == 4) in sun_acl_is_trivial()
281 if (aclcnt != p) in sun_acl_is_trivial()
328 if (aclcnt <= 0) in translate_acl()
331 for (e = 0; e < aclcnt; e++) { in translate_acl()
709 int aclcnt; in archive_read_disk_entry_setup_acls() local
744 r = translate_acl(a, entry, aclp, aclcnt, in archive_read_disk_entry_setup_acls()
759 aclp = sunacl_get(GETACL, &aclcnt, *fd, NULL); in archive_read_disk_entry_setup_acls()
766 aclp = sunacl_get(GETACL, &aclcnt, 0, accpath); in archive_read_disk_entry_setup_acls()
[all …]
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_disk_acl_sunos.c123 *aclcnt = -1; in sunacl_get()
154 *aclcnt = cnt; in sunacl_get()
191 if (aclcnt == 4) in sun_acl_is_trivial()
281 if (aclcnt != p) in sun_acl_is_trivial()
328 if (aclcnt <= 0) in translate_acl()
331 for (e = 0; e < aclcnt; e++) { in translate_acl()
709 int aclcnt; in archive_read_disk_entry_setup_acls() local
744 r = translate_acl(a, entry, aclp, aclcnt, in archive_read_disk_entry_setup_acls()
759 aclp = sunacl_get(GETACL, &aclcnt, *fd, NULL); in archive_read_disk_entry_setup_acls()
766 aclp = sunacl_get(GETACL, &aclcnt, 0, accpath); in archive_read_disk_entry_setup_acls()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/star/
H A Dacltext.c88 acltotext(aclent_t *aclp, int aclcnt) in acltotext() argument
102 dstr->bufsize = aclcnt * ACL_ENTRY_SIZE; in acltotext()
110 for (i = 0; i < aclcnt; i++, aclp++) { in acltotext()
208 if (i < aclcnt - 1) in acltotext()
223 aclfromtext(char *aclstr, int *aclcnt) in aclfromtext() argument
239 *aclcnt = 0; in aclfromtext()
268 *aclcnt += 1; in aclfromtext()
275 if (*aclcnt > 1) in aclfromtext()
277 sizeof (aclent_t) * (*aclcnt)); in aclfromtext()
287 tmpaclp = aclp + (*aclcnt - 1); in aclfromtext()
/dports/devel/sccs/schily-2021-09-18/star/
H A Dacltext.c88 acltotext(aclent_t *aclp, int aclcnt) in acltotext() argument
102 dstr->bufsize = aclcnt * ACL_ENTRY_SIZE; in acltotext()
110 for (i = 0; i < aclcnt; i++, aclp++) { in acltotext()
208 if (i < aclcnt - 1) in acltotext()
223 aclfromtext(char *aclstr, int *aclcnt) in aclfromtext() argument
239 *aclcnt = 0; in aclfromtext()
268 *aclcnt += 1; in aclfromtext()
275 if (*aclcnt > 1) in aclfromtext()
277 sizeof (aclent_t) * (*aclcnt)); in aclfromtext()
287 tmpaclp = aclp + (*aclcnt - 1); in aclfromtext()
/dports/net/rscsi/schily-2021-09-18/star/
H A Dacltext.c88 acltotext(aclent_t *aclp, int aclcnt) in acltotext() argument
102 dstr->bufsize = aclcnt * ACL_ENTRY_SIZE; in acltotext()
110 for (i = 0; i < aclcnt; i++, aclp++) { in acltotext()
208 if (i < aclcnt - 1) in acltotext()
223 aclfromtext(char *aclstr, int *aclcnt) in aclfromtext() argument
239 *aclcnt = 0; in aclfromtext()
268 *aclcnt += 1; in aclfromtext()
275 if (*aclcnt > 1) in aclfromtext()
277 sizeof (aclent_t) * (*aclcnt)); in aclfromtext()
287 tmpaclp = aclp + (*aclcnt - 1); in aclfromtext()
/dports/archivers/star/schily-2021-09-18/star/
H A Dacltext.c88 acltotext(aclent_t *aclp, int aclcnt) in acltotext() argument
102 dstr->bufsize = aclcnt * ACL_ENTRY_SIZE; in acltotext()
110 for (i = 0; i < aclcnt; i++, aclp++) { in acltotext()
208 if (i < aclcnt - 1) in acltotext()
223 aclfromtext(char *aclstr, int *aclcnt) in aclfromtext() argument
239 *aclcnt = 0; in aclfromtext()
268 *aclcnt += 1; in aclfromtext()
275 if (*aclcnt > 1) in aclfromtext()
277 sizeof (aclent_t) * (*aclcnt)); in aclfromtext()
287 tmpaclp = aclp + (*aclcnt - 1); in aclfromtext()
/dports/sysutils/cdrtools/schily-2021-09-18/star/
H A Dacltext.c88 acltotext(aclent_t *aclp, int aclcnt) in acltotext() argument
102 dstr->bufsize = aclcnt * ACL_ENTRY_SIZE; in acltotext()
110 for (i = 0; i < aclcnt; i++, aclp++) { in acltotext()
208 if (i < aclcnt - 1) in acltotext()
223 aclfromtext(char *aclstr, int *aclcnt) in aclfromtext() argument
239 *aclcnt = 0; in aclfromtext()
268 *aclcnt += 1; in aclfromtext()
275 if (*aclcnt > 1) in aclfromtext()
277 sizeof (aclent_t) * (*aclcnt)); in aclfromtext()
287 tmpaclp = aclp + (*aclcnt - 1); in aclfromtext()
/dports/editors/ved/schily-2021-09-18/star/
H A Dacltext.c88 acltotext(aclent_t *aclp, int aclcnt) in acltotext() argument
102 dstr->bufsize = aclcnt * ACL_ENTRY_SIZE; in acltotext()
110 for (i = 0; i < aclcnt; i++, aclp++) { in acltotext()
208 if (i < aclcnt - 1) in acltotext()
223 aclfromtext(char *aclstr, int *aclcnt) in aclfromtext() argument
239 *aclcnt = 0; in aclfromtext()
268 *aclcnt += 1; in aclfromtext()
275 if (*aclcnt > 1) in aclfromtext()
277 sizeof (aclent_t) * (*aclcnt)); in aclfromtext()
287 tmpaclp = aclp + (*aclcnt - 1); in aclfromtext()
/dports/devel/schilybase/schily-2021-09-18/star/
H A Dacltext.c88 acltotext(aclent_t *aclp, int aclcnt) in acltotext() argument
102 dstr->bufsize = aclcnt * ACL_ENTRY_SIZE; in acltotext()
110 for (i = 0; i < aclcnt; i++, aclp++) { in acltotext()
208 if (i < aclcnt - 1) in acltotext()
223 aclfromtext(char *aclstr, int *aclcnt) in aclfromtext() argument
239 *aclcnt = 0; in aclfromtext()
268 *aclcnt += 1; in aclfromtext()
275 if (*aclcnt > 1) in aclfromtext()
277 sizeof (aclent_t) * (*aclcnt)); in aclfromtext()
287 tmpaclp = aclp + (*aclcnt - 1); in aclfromtext()
/dports/devel/smake/schily-2021-09-18/star/
H A Dacltext.c88 acltotext(aclent_t *aclp, int aclcnt) in acltotext() argument
102 dstr->bufsize = aclcnt * ACL_ENTRY_SIZE; in acltotext()
110 for (i = 0; i < aclcnt; i++, aclp++) { in acltotext()
208 if (i < aclcnt - 1) in acltotext()
223 aclfromtext(char *aclstr, int *aclcnt) in aclfromtext() argument
239 *aclcnt = 0; in aclfromtext()
268 *aclcnt += 1; in aclfromtext()
275 if (*aclcnt > 1) in aclfromtext()
277 sizeof (aclent_t) * (*aclcnt)); in aclfromtext()
287 tmpaclp = aclp + (*aclcnt - 1); in aclfromtext()
/dports/sysutils/schilyutils/schily-2021-09-18/star/
H A Dacltext.c88 acltotext(aclent_t *aclp, int aclcnt) in acltotext() argument
102 dstr->bufsize = aclcnt * ACL_ENTRY_SIZE; in acltotext()
110 for (i = 0; i < aclcnt; i++, aclp++) { in acltotext()
208 if (i < aclcnt - 1) in acltotext()
223 aclfromtext(char *aclstr, int *aclcnt) in aclfromtext() argument
239 *aclcnt = 0; in aclfromtext()
268 *aclcnt += 1; in aclfromtext()
275 if (*aclcnt > 1) in aclfromtext()
277 sizeof (aclent_t) * (*aclcnt)); in aclfromtext()
287 tmpaclp = aclp + (*aclcnt - 1); in aclfromtext()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/common/acl/
H A Dacl_common.c298 if (cookie >= aclcnt) in ace_walk()
309 ace_trivial(ace_t *acep, int aclcnt) in ace_trivial() argument
857 if (i < aclcnt) { in convert_aent_to_ace()
859 dfaclcnt = aclcnt - i; in convert_aent_to_ace()
1370 *aclcnt = resultcount; in ace_list_to_aent()
1440 *aclcnt = 0; in ln_ace_to_aent()
1630 int aclcnt, dfaclcnt; in convert_ace_to_aent() local
1644 aclsz = sizeof (aclent_t) * aclcnt; in convert_ace_to_aent()
1656 *retaclcnt = aclcnt + dfaclcnt; in convert_ace_to_aent()
1670 int aclcnt; in acl_translate() local
[all …]
H A Dacl_common.h45 extern int ace_trivial(ace_t *acep, int aclcnt);
47 uint64_t (*walk)(void *, uint64_t, int aclcnt, uint16_t *, uint16_t *,
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfs_common/
H A Dnfsacl.c336 int nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt, in nfsacl_decode() argument
363 if (aclcnt) in nfsacl_decode()
364 *aclcnt = entries; in nfsacl_decode()
383 bool nfs_stream_decode_acl(struct xdr_stream *xdr, unsigned int *aclcnt, in nfs_stream_decode_acl() argument
416 if (aclcnt) in nfs_stream_decode_acl()
417 *aclcnt = entries; in nfs_stream_decode_acl()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfs_common/
H A Dnfsacl.c336 int nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt, in nfsacl_decode() argument
363 if (aclcnt) in nfsacl_decode()
364 *aclcnt = entries; in nfsacl_decode()
383 bool nfs_stream_decode_acl(struct xdr_stream *xdr, unsigned int *aclcnt, in nfs_stream_decode_acl() argument
416 if (aclcnt) in nfs_stream_decode_acl()
417 *aclcnt = entries; in nfs_stream_decode_acl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfs_common/
H A Dnfsacl.c336 int nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt, in nfsacl_decode() argument
363 if (aclcnt) in nfsacl_decode()
364 *aclcnt = entries; in nfsacl_decode()
383 bool nfs_stream_decode_acl(struct xdr_stream *xdr, unsigned int *aclcnt, in nfs_stream_decode_acl() argument
416 if (aclcnt) in nfs_stream_decode_acl()
417 *aclcnt = entries; in nfs_stream_decode_acl()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c222 void *aclp, int aclcnt, argument
251 for(e = 0; e < aclcnt; e++) {
301 int aclcnt;
336 aclp = sunacl_get(GETACL, &aclcnt, 0, "test0");
345 compare_acls(aclp, aclcnt, acls2, sizeof(acls2)/sizeof(acls2[0]));
371 int aclcnt;
419 aclp = sunacl_get(GETACL, &aclcnt, fd, NULL);
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/test/
H A Dtest_acl_platform_posix1e.c222 void *aclp, int aclcnt, argument
251 for(e = 0; e < aclcnt; e++) {
301 int aclcnt;
336 aclp = sunacl_get(GETACL, &aclcnt, 0, "test0");
345 compare_acls(aclp, aclcnt, acls2, sizeof(acls2)/sizeof(acls2[0]));
371 int aclcnt;
419 aclp = sunacl_get(GETACL, &aclcnt, fd, NULL);
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/sys/sys/acl/
H A Dacl_common.h48 extern int ace_trivial(ace_t *acep, int aclcnt);
50 uint64_t (*walk)(void *, uint64_t, int aclcnt, uint16_t *, uint16_t *,
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dnfsacl.h39 nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,
42 nfs_stream_decode_acl(struct xdr_stream *xdr, unsigned int *aclcnt,
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dnfsacl.h39 nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,
42 nfs_stream_decode_acl(struct xdr_stream *xdr, unsigned int *aclcnt,
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dnfsacl.h39 nfsacl_decode(struct xdr_buf *buf, unsigned int base, unsigned int *aclcnt,
42 nfs_stream_decode_acl(struct xdr_stream *xdr, unsigned int *aclcnt,

12