Symbol: areallocarray
bin/ksh/c_sh.c
633
l->argv = areallocarray(NULL, l->argc+2, sizeof(char *), &l->area);
bin/ksh/edit.c
489
word = areallocarray(NULL, len + 2, sizeof(char), ATEMP);
bin/ksh/edit.c
682
nw = areallocarray(NULL, tilde_len + rest_len + 1,
bin/ksh/edit.c
760
info = areallocarray(NULL, nwords,
bin/ksh/edit.c
924
*words = areallocarray(*words, (*nwords) + 2, sizeof **words,
bin/ksh/exec.c
107
genv->savefd = areallocarray(NULL, NUFILE, sizeof(short), ATEMP);
bin/ksh/expand.h
103
#define XPclose(x) areallocarray((x).beg, XPsize(x), \
bin/ksh/expand.h
84
vp__ = areallocarray(NULL, n, sizeof(void *), ATEMP); \
bin/ksh/expand.h
92
(x).beg = areallocarray((x).beg, n, \
bin/ksh/lex.c
1674
Lex_state *new = areallocarray(NULL, STATE_BSIZE,
bin/ksh/main.c
134
nargv = areallocarray(NULL, argc + 1, sizeof(char *), &aperm);
bin/ksh/sh.h
378
void * areallocarray(void *, size_t, size_t, Area *);
bin/ksh/shf.c
338
nbuf = areallocarray(shf->buf, 2, shf->wbsize, shf->areap);
bin/ksh/syn.c
200
iops = areallocarray(NULL, NUFILE + 1,
bin/ksh/syn.c
398
iops = areallocarray(iops, iopn,
bin/ksh/syn.c
574
t->left->args = areallocarray(NULL, 2, sizeof(char *), ATEMP);
bin/ksh/table.c
190
p = areallocarray(NULL, tp->size + 1,
bin/ksh/table.c
60
ntblp = areallocarray(NULL, nsize, sizeof(struct tbl *), tp->areap);
bin/ksh/tree.c
455
rw = r->vars = areallocarray(NULL, tw - t->vars + 1,
bin/ksh/tree.c
467
rw = r->args = areallocarray(NULL, tw - t->args + 1,
bin/ksh/tree.c
618
ior = areallocarray(NULL, ior - iow + 1, sizeof(*ior), ap);