Searched refs:xcalloc (Results 51 - 75 of 91) sorted by relevance

1234

/freebsd-13-stable/contrib/tcsh/
H A Dsh.dir.c159 dp = xcalloc(sizeof(struct directory), 1);
524 dp = xcalloc(sizeof(struct directory), 1);
712 dp = xcalloc(sizeof(struct directory), 1);
758 dp = xcalloc(sizeof(struct directory), 1);
1247 dp = xcalloc(sizeof(struct directory), 1);
H A Dsh.lex.c910 struct wordent *new = xcalloc(1, sizeof *wdp);
1551 nfbuf = xcalloc(fblocks + 2, sizeof(Char **));
1557 fbuf[fblocks] = xcalloc(BUFSIZE, sizeof(Char));
1857 fbuf = xcalloc(2, sizeof(Char **));
1859 fbuf[0] = xcalloc(BUFSIZE, sizeof(Char));
H A Dtc.str.c575 return xcalloc(1, sizeof(struct blk_buf));
633 return xcalloc(1, sizeof(struct STRBUF)); \
H A Dtc.who.c354 wpnew = xcalloc(1, sizeof *wpnew);
H A Dsh.func.c540 nwp = xcalloc(1, sizeof *nwp);
581 struct whyle *nwp = xcalloc(1, sizeof(*nwp));
H A Dsh.h492 # define xcalloc(n, s) scalloc(n, s) macro
497 # define xcalloc(n, s) calloc(n, s) macro
H A Dsh.c195 new = new_p = xcalloc(len, 1);
1484 pv = xcalloc(i + 2, sizeof(Char *));
/freebsd-13-stable/crypto/openssh/
H A Dsftp-client.c401 ret = xcalloc(1, sizeof(*ret));
561 *dir = xcalloc(1, sizeof(**dir));
644 (*dir)[ents] = xcalloc(1, sizeof(***dir));
668 *dir = xcalloc(1, sizeof(**dir));
1292 req = xcalloc(1, sizeof(*req));
1696 ack = xcalloc(1, sizeof(*ack));
H A Dmoduli.c303 TinySieve = xcalloc(tinywords, sizeof(u_int32_t));
306 SmallSieve = xcalloc(smallwords, sizeof(u_int32_t));
H A Dssh-pkcs11-helper.c64 ki = xcalloc(1, sizeof(*ki));
H A Dssh-agent.c199 idtab = xcalloc(1, sizeof(*idtab));
483 id = xcalloc(1, sizeof(Identity));
626 id = xcalloc(1, sizeof(Identity));
H A Dmisc.c305 struct passwd *copy = xcalloc(1, sizeof(*copy));
1143 r = xcalloc(1, hl);
1612 char *arg, **argv = xcalloc(1, sizeof(*argv));
1631 arg = argv[argc++] = xcalloc(1, strlen(s + i) + 1);
H A Dclientloop.c738 struct channel_reply_ctx *cr = xcalloc(1, sizeof(*cr));
761 gc = xcalloc(1, sizeof(*gc));
1198 ret = xcalloc(1, sizeof(*ret));
2042 ctx = xcalloc(1, sizeof(*ctx));
H A Dsshbuf-getput-basic.c520 pw = xcalloc(1, sizeof(*pw));
H A Dauth-pam.c346 sshpam_env = xcalloc(num_env + 1, sizeof(*sshpam_env));
765 ctxt = xcalloc(1, sizeof *ctxt);
H A Dsftp-server.c1057 stats = xcalloc(nstats, sizeof(Stat));
1633 rset = xcalloc(howmany(max + 1, NFDBITS), sizeof(fd_mask));
1634 wset = xcalloc(howmany(max + 1, NFDBITS), sizeof(fd_mask));
H A Dauth2.c592 authctxt->auth_methods = xcalloc(options.num_auth_methods,
H A Dmux.c346 cctx = xcalloc(1, sizeof(*cctx));
830 fctx = xcalloc(1, sizeof(*fctx));
1047 cctx = xcalloc(1, sizeof(*cctx));
1163 state = xcalloc(1, sizeof(*state));
H A Dsshconnect2.c1504 id = xcalloc(1, sizeof(*id));
1517 id = xcalloc(1, sizeof(*id));
1551 id = xcalloc(1, sizeof(*id));
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c352 si = xcalloc(sizeof (symit_data_t));
H A Dtdata.c378 tdata_t *new = xcalloc(sizeof (tdata_t));
H A Dmerge.c712 tdesc_t *new = xcalloc(sizeof (tdesc_t));
759 nfn->fn_args = xcalloc(sizeof (tdesc_t *) * ofn->fn_nargs);
H A Dctfmerge.c650 wq->wq_wip = xcalloc(sizeof (wip_t) * nslots);
/freebsd-13-stable/usr.bin/diff/
H A Ddiffreg.c404 klist = xcalloc(slen[0] + 2, sizeof(*klist));
407 clist = xcalloc(clistlen, sizeof(*clist));
527 p = xcalloc(sz + 3, sizeof(*p));
873 a = xcalloc(l + 1, sizeof(*a));
/freebsd-13-stable/usr.bin/m4/
H A Dmisc.c319 xcalloc(size_t n, size_t s, const char *fmt, ...) function

Completed in 409 milliseconds

1234