Searched refs:xcalloc (Results 26 - 50 of 91) sorted by relevance

1234

/freebsd-13-stable/usr.bin/diff/
H A Dpr.c55 pr = xcalloc(1, sizeof(*pr));
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c464 tdesc_t *tdp = xcalloc(sizeof (tdesc_t));
568 intr = xcalloc(sizeof (intr_t));
573 tdp = xcalloc(sizeof (tdesc_t));
623 tdesc_t *new = xcalloc(sizeof (tdesc_t));
636 new->t_intr = xcalloc(sizeof (intr_t));
658 ctdp = xcalloc(sizeof (tdesc_t));
669 dimtdp->t_ardef = ar = xcalloc(sizeof (ardef_t));
836 el = xcalloc(sizeof (elist_t));
862 iidesc_t *ii = xcalloc(sizeof (iidesc_t));
981 ml = xcalloc(sizeo
[all...]
H A Dalist.c78 alist = xcalloc(sizeof (alist_t));
H A Diidesc.c51 ii = xcalloc(sizeof (iidesc_t));
H A Doutput.c118 iiburst_t *iiburst = xcalloc(sizeof (iiburst_t));
120 iiburst->iib_funcs = xcalloc(sizeof (iidesc_t *) * max);
122 iiburst->iib_objts = xcalloc(sizeof (iidesc_t *) * max);
H A Dctf.c105 ctf_buf_t *b = xcalloc(sizeof (ctf_buf_t));
1099 ip = xcalloc(sizeof (intr_t));
1205 tdp->t_fndef = xcalloc(sizeof (fndef_t));
1213 tdp->t_fndef->fn_args = xcalloc(sizeof (tdesc_t) *
1277 tdarr = xcalloc(sizeof (tdesc_t *) * (ntypes + 1));
1280 tdarr[i] = xcalloc(sizeof (tdesc_t));
H A Dhash.c98 hash->h_buckets = xcalloc(sizeof (list_t *) * nbuckets);
H A Dstrtab.c53 sp->str_hash = xcalloc(STRTAB_HASHSZ * sizeof (strhash_t *));
/freebsd-13-stable/usr.bin/m4/
H A Dextern.h111 extern void *xcalloc(size_t, size_t, const char *, ...) __printf0like(3, 4);
H A Dlook.c75 void *storage = xcalloc(n, s, "hash alloc");
/freebsd-13-stable/contrib/tcsh/
H A Dtc.sched.c165 tp = xcalloc(1, sizeof *tp);
220 nextword = xcalloc(1, sizeof cmd);
H A Dsh.misc.c185 onewv = newv = xcalloc(blklen(v) + 1, sizeof(Char **));
230 Char **wp = xcalloc(blklen(up) + blklen(vp) + 1, sizeof(Char **));
441 Char **nv = xcalloc(blklen(v) + 1, sizeof(Char **));
/freebsd-13-stable/crypto/openssh/
H A Dgss-genr.c82 ctx->oid = xcalloc(1, sizeof(gss_OID_desc));
166 *ctx = xcalloc(1, sizeof (Gssctxt));
H A Dssh-keyscan.c577 r = xcalloc(read_wait_nfdset, sizeof(fd_mask));
578 e = xcalloc(read_wait_nfdset, sizeof(fd_mask));
761 fdcon = xcalloc(maxfd, sizeof(con));
764 read_wait = xcalloc(read_wait_nfdset, sizeof(fd_mask));
H A Dssh-pkcs11.c321 k11 = xcalloc(1, sizeof(*k11));
619 p = xcalloc(1, sizeof(*p));
660 p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID));
667 p->slotinfo = xcalloc(p->nslots, sizeof(struct pkcs11_slotinfo));
H A Dauth2-chall.c111 kbdintctxt = xcalloc(1, sizeof(KbdintAuthctxt));
317 response = xcalloc(nresp, sizeof(char *));
H A Dmonitor_wrap.c347 newopts = xcalloc(sizeof(*newopts), 1);
360 NULL : xcalloc(newopts->nx, sizeof(*newopts->x)); \
765 *prompts = xcalloc((*num + 1), sizeof(char *));
766 *echo_on = xcalloc((*num + 1), sizeof(u_int));
840 *prompts = xcalloc(*numprompts, sizeof(char *));
841 *echo_on = xcalloc(*numprompts, sizeof(u_int));
H A Dsshd.c1168 startup_pipes = xcalloc(options.max_startups, sizeof(int));
1180 fdset = xcalloc(howmany(maxfd + 1, NFDBITS),
1516 saved_argv = xcalloc(ac + 1, sizeof(*saved_argv));
1766 sensitive_data.host_keys = xcalloc(options.num_host_key_files,
1768 sensitive_data.host_pubkeys = xcalloc(options.num_host_key_files,
1842 sensitive_data.host_certificates = xcalloc(options.num_host_key_files,
1928 rexec_argv = xcalloc(rexec_argc + 2, sizeof(char *));
2193 authctxt = xcalloc(1, sizeof(*authctxt));
H A Dsandbox-seccomp-filter.c286 box = xcalloc(1, sizeof(*box));
H A Dsandbox-systrace.c106 box = xcalloc(1, sizeof(*box));
H A Dssh-pkcs11-client.c228 *keysp = xcalloc(nkeys, sizeof(struct sshkey *));
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.h48 #define CNEW(type) ((type *) xcalloc(1, sizeof(type)))
365 void *xcalloc(size_t, size_t);
/freebsd-13-stable/contrib/diff/src/
H A Ddiff3.c863 D_LINEARRAY (result, FILE0) = xcalloc (numlines, sizeof (char *));
864 D_LENARRAY (result, FILE0) = xcalloc (numlines, sizeof (size_t));
875 D_LINEARRAY (result, FILE1) = xcalloc (numlines, sizeof (char *));
876 D_LENARRAY (result, FILE1) = xcalloc (numlines, sizeof (size_t));
887 D_LINEARRAY (result, FILE2) = xcalloc (numlines, sizeof (char *));
888 D_LENARRAY (result, FILE2) = xcalloc (numlines, sizeof (size_t));
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dst.c95 #define xcalloc calloc macro
102 #define Calloc(n,s) (char*)xcalloc((n), (s))
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c60 #define calloc(x, y) (xcalloc((x),(y)))

Completed in 282 milliseconds

1234