Home
last modified time | relevance | path

Searched refs:xcalloc (Results 1 – 25 of 44) sorted by relevance

12

/titanic_41/usr/src/cmd/backup/include/
H A Dmemutils.h39 extern void *xcalloc(size_t, size_t);
43 extern void *xcalloc();
48 NOTE(ALIGNMENT(xcalloc, 8))
/titanic_41/usr/src/tools/ctf/cvt/
H A Dst_parse.c152 tdp = xcalloc(sizeof (*tdp)); in unres_new()
173 tdesc_t *ntdp = xcalloc(sizeof (*ntdp)); in read_tid()
307 ntdp = xcalloc(sizeof (*ntdp)); in parse_type()
319 ntdp = xcalloc(sizeof (*ntdp)); in parse_type()
327 ntdp = xcalloc(sizeof (*ntdp)); in parse_type()
364 tdp = xcalloc(sizeof (*tdp)); in parse_sou()
377 rtdp = xcalloc(sizeof (*rtdp)); in parse_sou()
669 *rtdp = xcalloc(sizeof (**rtdp)); in tdefdecl()
677 *rtdp = xcalloc(sizeof (**rtdp)); in tdefdecl()
681 (*rtdp)->t_fndef = xcalloc(sizeof (fndef_t)); in tdefdecl()
[all …]
H A Dfixup_tdescs.c89 p2 = xcalloc(sizeof (*p2)); in fix_ptrptr_to_struct()
94 p1 = xcalloc(sizeof (*p1)); in fix_ptrptr_to_struct()
138 ptr = xcalloc(sizeof (*ptr)); in fix_ptr_to_struct()
252 machcpu = xcalloc(sizeof (*machcpu)); in fix_small_cpu_struct()
H A Ddwarf.c547 tdesc_t *tdp = xcalloc(sizeof (tdesc_t)); in die_add()
605 intr = xcalloc(sizeof (intr_t)); in tdesc_intr_common()
610 tdp = xcalloc(sizeof (tdesc_t)); in tdesc_intr_common()
660 tdesc_t *new = xcalloc(sizeof (tdesc_t)); in tdesc_intr_clone()
673 new->t_intr = xcalloc(sizeof (intr_t)); in tdesc_intr_clone()
695 ctdp = xcalloc(sizeof (tdesc_t)); in tdesc_array_create()
706 dimtdp->t_ardef = ar = xcalloc(sizeof (ardef_t)); in tdesc_array_create()
863 el = xcalloc(sizeof (elist_t)); in die_enum_create()
889 iidesc_t *ii = xcalloc(sizeof (iidesc_t)); in die_enum_create()
1004 ml = xcalloc(sizeof (mlist_t)); in die_sou_create()
[all …]
H A Dfifo.c53 f = xcalloc(sizeof (fifo_t)); in fifo_new()
H A Doutput.c118 iiburst_t *iiburst = xcalloc(sizeof (iiburst_t)); in iiburst_new()
120 iiburst->iib_funcs = xcalloc(sizeof (iidesc_t *) * max); in iiburst_new()
122 iiburst->iib_objts = xcalloc(sizeof (iidesc_t *) * max); in iiburst_new()
H A Dctf.c93 ctf_buf_t *b = xcalloc(sizeof (ctf_buf_t)); in ctf_buf_new()
996 ip = xcalloc(sizeof (intr_t)); in resurrect_types()
1104 tdp->t_fndef = xcalloc(sizeof (fndef_t)); in resurrect_types()
1113 tdp->t_fndef->fn_args = xcalloc(sizeof (tdesc_t) * in resurrect_types()
1177 tdarr = xcalloc(sizeof (tdesc_t *) * (ntypes + 1)); in ctf_parse()
1180 tdarr[i] = xcalloc(sizeof (tdesc_t)); in ctf_parse()
H A Dalist.c75 alist = xcalloc(sizeof (alist_t)); in alist_xnew()
H A Diidesc.c51 ii = xcalloc(sizeof (iidesc_t)); in iidesc_new()
H A Dhash.c97 hash->h_buckets = xcalloc(sizeof (list_t *) * nbuckets); in hash_new()
/titanic_41/usr/src/cmd/csh/
H A Dsh.parse.c269 t = (struct command *)xcalloc(1, sizeof (*t)); in syn0()
276 t = (struct command *)xcalloc(1, sizeof (*t)); in syn0()
320 t = (struct command *)xcalloc(1, sizeof (*t)); in syn1()
361 t = (struct command *)xcalloc(1, sizeof (*t)); in syn1a()
402 t = (struct command *)xcalloc(1, sizeof (*t)); in syn1b()
445 t = (struct command *)xcalloc(1, sizeof (*t)); in syn2()
547 t = (struct command *)xcalloc(1, sizeof (*t)); in syn3()
548 av = (tchar **)xcalloc((unsigned)(n + 1), sizeof (tchar **)); in syn3()
H A Dsh.misc.c152 (tchar **)xcalloc((unsigned)(blklen(v) + 1), in saveblk()
193 (tchar **)xcalloc((unsigned)(blklen(up) + blklen(vp) + 1), in blkspl()
335 (tchar **)xcalloc((unsigned)(blklen(v) + 1), in copyblk()
427 (char **)xcalloc((unsigned)(blklen_(up) + blklen_(vp) + 1), in blkspl_()
530 xcalloc(size_t i, size_t j) in xcalloc() function
H A Dsh.dir.c65 dp = (struct directory *)xcalloc(sizeof (struct directory), 1); in dinit()
150 dp = (struct directory *)xcalloc(sizeof (struct directory), 1); in dochngd()
396 dp = (struct directory *)xcalloc(sizeof (struct directory), 1); in dopushd()
H A Dsh.lex.c735 struct wordent *new = (struct wordent *)xcalloc(1, sizeof *wdp); in dosub()
1266 (tchar **)xcalloc((unsigned)(fblocks + 2), sizeof (tchar **)); in expand_fbuf()
1273 fbuf[fblocks] = (tchar *)xcalloc(BUFSIZ + MB_LEN_MAX, in expand_fbuf()
1440 fbuf = (tchar **)xcalloc(2, sizeof (tchar **));
1442 fbuf[0] = (tchar *)xcalloc(BUFSIZ + MB_LEN_MAX, sizeof (tchar));
/titanic_41/usr/src/cmd/sgs/m4/common/
H A Dm4.c65 static void *xcalloc(size_t, size_t);
455 hshtab = xcalloc(hshsize, sizeof (struct nlist *)); in initalloc()
456 callst = xcalloc(stksize/3+1, sizeof (struct call)); in initalloc()
457 Ap = argstk = xcalloc(stksize+3, sizeof (wchar_t *)); in initalloc()
458 ipstk[0] = ipflr = ip = ibuf = xcalloc(bufsize+1, sizeof (wchar_t)); in initalloc()
459 op = obuf = xcalloc(bufsize+1, sizeof (wchar_t)); in initalloc()
460 token = xcalloc(toksize+1, sizeof (wchar_t)); in initalloc()
489 np = xcalloc(1, sizeof (*np)); in install()
494 cp = xcalloc((l = wcslen(val))+1, sizeof (*val)); in install()
864 xcalloc(size_t nbr, size_t size) in xcalloc() function
/titanic_41/usr/src/cmd/ssh/include/
H A Dxmalloc.h30 void *xcalloc(size_t, size_t);
/titanic_41/usr/src/tools/ctf/common/
H A Dmemory.h43 void *xcalloc(size_t);
H A Dmemory.c58 xcalloc(size_t size) in xcalloc() function
/titanic_41/usr/src/cmd/backup/lib/
H A Dmemutils.c54 xcalloc(nelem, size) in xcalloc() function
/titanic_41/usr/src/cmd/cron/
H A Dcron.h101 extern void *xcalloc(size_t, size_t);
H A Dfuncs.c127 xcalloc(size_t nElements, size_t size) in xcalloc() function
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumpmain.c811 clrmap = (uchar_t *)xcalloc(msiz, sizeof (*clrmap)); in main()
812 filmap = (uchar_t *)xcalloc(msiz, sizeof (*filmap)); in main()
813 dirmap = (uchar_t *)xcalloc(msiz, sizeof (*dirmap)); in main()
814 nodmap = (uchar_t *)xcalloc(msiz, sizeof (*nodmap)); in main()
815 shamap = (uchar_t *)xcalloc(msiz, sizeof (*shamap)); in main()
816 activemap = (uchar_t *)xcalloc(msiz, sizeof (*activemap)); in main()
842 (struct cg *)xcalloc((uint_t)sblock->fs_cgsize, 1); in main()
H A Ddumpitime.c129 idp = (struct idates *)xcalloc(1, sizeof (*idp));
256 (struct idates *)xcalloc(1, sizeof (*itwalk)); in putitime()
H A Ddumponline.c104 freeinodesc = (struct inodesc *)xcalloc(nused, sizeof (*freeinodesc)); in allocino()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dxmalloc.c37 xcalloc(size_t nmemb, size_t size) in xcalloc() function

12