HomeSort by relevance Sort by last modified time
    Searched full:aresize (Results 1 - 8 of 8) sorted by null

  /external/mksh/src/
lalloc.c 70 aresize(void *ptr, size_t numb, Area *ap) function
sh.h     [all...]
misc.c 90 xsp->beg = aresize(xsp->beg, xsp->len + 8, xsp->areap);
1080 ret = aresize(b, len = (strlen(b) + 1), ATEMP);
    [all...]
syn.c 478 iops = aresize(iops, iopn * sizeof(struct ioword *), ATEMP);
shf.c 345 nbuf = aresize(shf->buf, 2 * shf->wbsize, shf->areap);
histrap.c 531 history = aresize(history, n * sizeof(char *), APERM);
edit.c     [all...]
funcs.c 280 ldest = aresize(ldest, pathlen + 1, ATEMP);
    [all...]

Completed in 1586 milliseconds