Searched defs:xcalloc (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/backup/lib/
H A Dmemutils.c54 xcalloc(nelem, size) function
/illumos-gate/usr/src/tools/ctf/common/
H A Dmemory.c58 xcalloc(size_t size) function
/illumos-gate/usr/src/cmd/cron/
H A Dfuncs.c127 xcalloc(size_t nElements, size_t size) function
/illumos-gate/usr/src/cmd/csh/
H A Dsh.misc.c152 (tchar **)xcalloc((unsigned)(blklen(v) + 1),
193 (tchar **)xcalloc((unsigned)(blklen(up) + blklen(vp) + 1),
335 (tchar **)xcalloc((unsigned)(blklen(v) + 1),
427 (char **)xcalloc((unsigned)(blklen_(up) + blklen_(vp) + 1),
530 xcalloc(size_t i, size_t j) function
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c65 static void *xcalloc(size_t, size_t);
455 hshtab = xcalloc(hshsize, sizeof (struct nlist *));
456 callst = xcalloc(stksize/3+1, sizeof (struct call));
457 Ap = argstk = xcalloc(stksize+3, sizeof (wchar_t *));
458 ipstk[0] = ipflr = ip = ibuf = xcalloc(bufsize+1, sizeof (wchar_t));
459 op = obuf = xcalloc(bufsize+1, sizeof (wchar_t));
460 token = xcalloc(toksize+1, sizeof (wchar_t));
489 np = xcalloc(1, sizeof (*np));
494 cp = xcalloc((l = wcslen(val))+1, sizeof (*val));
864 xcalloc(size_ function
[all...]

Completed in 88 milliseconds