Home
last modified time | relevance | path

Searched refs:aresize (Results 1 – 6 of 6) sorted by relevance

/external/mksh/src/
Dlalloc.c137 return (aresize(ptr, fac1 * fac2, ap)); in aresize2()
141 aresize(void *ptr, size_t numb, Area *ap) in aresize() function
Dos2.c544 cp = aresize(*cpp, (size_t)sz + (size_t)4, ATEMP); in getdrvwd()
Dsh.h2039 #define Xclose(xs, xp) aresize((xs).beg, (xp) - (xs).beg, (xs).areap)
2315 #define alloc(n, ap) aresize(NULL, (n), (ap))
2317 void *aresize(void *, size_t, Area *);
Dmisc.c85 xsp->beg = aresize(xsp->beg, (xsp->len += more) + X_EXTRA, xsp->areap); in Xcheck_grow()
1770 ldest = aresize(ldest, pathlen + 1, ATEMP); in do_realpath()
Dhistrap.c669 enqueued = aresize(enqueued, nenq + 1 + ncmd + 1, APERM); in histsave()
Dedit.c3571 wbuf[0] = aresize(wbuf[0], wbuf_len, AEDIT); in x_vi()
3572 wbuf[1] = aresize(wbuf[1], wbuf_len, AEDIT); in x_vi()