Lines Matching refs:aclbuf
47 static caddr_t aclbuf; /* hold acl's for parsing */
48 static int64_t aclbufoff; /* offset into aclbuf */
49 static int64_t maxaclsize; /* how big aclbuf is */
116 if (aclbuf != NULL) {
117 free((void *)aclbuf);
119 if ((aclbuf = malloc(maxaclsize)) == NULL) {
120 errexit("cannot alloc %lld bytes for aclbuf\n",
142 (void) memset(aclbuf, 0, (size_t)maxaclsize);
144 bufchk(aclbuf, (int64_t)aclp->i_isize, aclp->i_number)) {
174 free((void *)aclbuf);
175 aclbuf = NULL;
258 (void) memmove((void *)(aclbuf + aclbufoff), (void *)bp->b_un.b_buf,