Home
last modified time | relevance | path

Searched refs:aresize2 (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Dlalloc.c133 aresize2(void *ptr, size_t fac1, size_t fac2, Area *ap) in aresize2() function
Dsh.h2073 (x).beg = aresize2((x).beg, (x).siz, \
2082 #define XPclose(x) aresize2((x).beg, XPsize(x), sizeof(void *), ATEMP)
2316 #define alloc2(m, n, ap) aresize2(NULL, (m), (n), (ap))
2318 void *aresize2(void *, size_t, size_t, Area *);
Dshf.c357 nbuf = aresize2(shf->buf, 2, shf->wbsize, shf->areap); in shf_emptybuf()
Dsyn.c523 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP); in get_command()
Dhistrap.c516 history = aresize2(history, n, sizeof(char *), APERM); in sethistsize()