Lines Matching defs:bufptr
163 } *bufptr;
166 cp = alloc(sizeof(*bufptr) - sizeof(ALLOC_ITEM), APERM);
168 memset(cp, 0, sizeof(*bufptr) - sizeof(ALLOC_ITEM));
170 bufptr = (void *)(cp - sizeof(ALLOC_ITEM));
172 bufptr->dataptr = &rndsetupstate;
174 bufptr->stkptr = &bufptr;
176 bufptr->mallocptr = bufptr;
179 sigsetjmp(bufptr->jbuf, 1);
182 mksh_TIME(bufptr->tv);
185 mprotect(((char *)bufptr) + 4096, 4096, PROT_READ | PROT_WRITE);
187 h = chvt_rndsetup(bufptr, sizeof(*bufptr));