Home
last modified time | relevance | path

Searched refs:aresize2 (Results 1 - 4 of 4) sorted by relevance

/third_party/mksh/
H A Dlalloc.c133 aresize2(void *ptr, size_t fac1, size_t fac2, Area *ap) in aresize2() function
H A Dsh.h2152 (x).beg = aresize2((x).beg, (x).siz, \
2161 #define XPclose(x) aresize2((x).beg, XPsize(x), sizeof(void *), ATEMP)
2395 #define alloc2(m,n,ap) aresize2(NULL, (m), (n), (ap))
2397 void *aresize2(void *, size_t, size_t, Area *);
H A Dhistrap.c519 history = aresize2(history, n, sizeof(char *), APERM); in sethistsize()
H A Dshf.c357 nbuf = aresize2(shf->buf, 2, shf->wbsize, shf->areap); in shf_emptybuf()

Completed in 10 milliseconds