/external/mksh/src/ |
lalloc.c | 77 aresize2(void *ptr, size_t fac1, size_t fac2, Area *ap) function
|
sh.h | [all...] |
histrap.c | 546 history = aresize2(history, n, sizeof(char *), APERM); [all...] |
shf.c | 352 nbuf = aresize2(shf->buf, 2, shf->wbsize, shf->areap);
|
syn.c | 499 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP);
|