Searched refs:emalloc (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/cpc/common/
H A Dstrtoset.c70 static void *emalloc(size_t n);
274 tmp = (tmp_attr_t *)emalloc(sizeof (tmp_attr_t));
356 reqs = (request_t *)emalloc(ncounters * sizeof (request_t));
358 attrs = (tmp_attr_t **)emalloc(ncounters * sizeof (tmp_attr_t *));
369 attrs[i] = emalloc(sizeof (tmp_attr_t));
411 attrlist = (char **)emalloc(nattrs * sizeof (char *));
417 toks = (char **)emalloc(ntoks * sizeof (char *));
418 tok_info = (tok_info_t *)emalloc(ntoks * sizeof (tok_info_t));
420 tok_funcs = (int (**)(int, char *))emalloc(ntoks *
430 toks[x] = (char *)emalloc(TOK_SIZ
626 emalloc(size_t n) function
[all...]
H A Dcaps.c85 emalloc(size_t size) function
126 lists = emalloc(npics * sizeof (struct evlist *));
129 lists[i] = emalloc(sizeof (struct evlist));
131 lists[i]->list = emalloc(1);
H A Dsetgrp.c65 static void *emalloc(size_t n);
72 sgrp = emalloc(sizeof (*sgrp));
152 sgrp->sets[sgrp->nelem].picnums = emalloc(sgrp->sets[sgrp->nelem].nreqs
155 sgrp->sets[sgrp->nelem].hdr = emalloc((sgrp->sets[sgrp->nelem].nreqs *
220 new = emalloc(sizeof (*new));
221 newa = emalloc(old->nelem * sizeof (*newa));
385 emalloc(size_t n) function
/illumos-gate/usr/src/cmd/grpck/
H A Dgrpck.c86 emalloc(size_t size) function
137 t = (struct node *)emalloc(sizeof (*t) + strlen(pwp->pw_name));
146 emalloc(sizeof (struct group));
319 emalloc(sizeof (*t) + strlen(nptr));
328 emalloc(sizeof (struct group));
357 gp = (struct group *)emalloc(sizeof (struct group));
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c133 np->n_string = (STRING) emalloc(length);
172 np->n_string = emalloc(len);
203 np->n_string = emalloc(len);
334 np->n_string = emalloc(length = (length+1) * sizeof (wchar_t));
361 new = (STRING)emalloc(len = (wcslen(old)+1) * sizeof (wchar_t));
378 np = (NODE *)emalloc(sizeof (NODE) +
986 cp = emalloc((llen+len+1) * sizeof (wchar_t));
1559 fieldbuf = emalloc(NLINE * sizeof (wchar_t));
1616 fieldbuf = emalloc(NLINE * sizeof (wchar_t));
2141 ocp = emalloc(
[all...]
H A Dawk1.c93 linebuf = emalloc(NLINE * sizeof (wchar_t));
249 ofiles = (OFILE *)emalloc(sizeof (OFILE)*NIOSTREAM);
1072 p = (char *)emalloc(m);
1242 emalloc(unsigned n) function
H A Dawk2.c565 cp = emalloc(NLINE * sizeof (wchar_t));
717 bptr = *cp = emalloc(sizeof (wchar_t) * (cplen + wcslen(fmt)));
H A Dawk.h283 wchar_t *emalloc(unsigned);
H A Dawk4.c631 alist = (NODE **) emalloc(nel*sizeof(NODE *));
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c367 #define emalloc(size) memcheck(imalloc(size)) macro
2077 emalloc((int)((strlen(cp) + 1) * sizeof (*array)));

Completed in 78 milliseconds