Symbol: xcalloc
bin/csh/csh.c
655
pv = xcalloc(i + 2, sizeof(*pv));
bin/csh/dir.c
120
dp = xcalloc(1, sizeof(struct directory));
bin/csh/dir.c
353
dp = xcalloc(1, sizeof(struct directory));
bin/csh/dir.c
503
dp = xcalloc(1, sizeof(struct directory));
bin/csh/exp.c
487
struct wordent *new = xcalloc(1, sizeof *wdp);
bin/csh/extern.h
284
void *xcalloc(size_t, size_t);
bin/csh/func.c
389
nwp = xcalloc(1, sizeof *nwp);
bin/csh/func.c
425
struct whyle *nwp = xcalloc(1, sizeof(*nwp));
bin/csh/lex.c
1411
Char **nfbuf = xcalloc(fblocks + 2, sizeof(*nfbuf));
bin/csh/lex.c
1418
fbuf[fblocks] = xcalloc(BUFSIZ, sizeof(Char));
bin/csh/lex.c
1558
fbuf = xcalloc(2, sizeof(*fbuf));
bin/csh/lex.c
1560
fbuf[0] = xcalloc(BUFSIZ, sizeof(Char));
bin/csh/lex.c
830
struct wordent *new = xcalloc(1, sizeof *wdp);
bin/csh/misc.c
119
Char **newv = xcalloc(blklen(v) + 1, sizeof(*newv));
bin/csh/misc.c
130
Char **wp = xcalloc(blklen(up) + blklen(vp) + 1, sizeof(*wp));
bin/csh/misc.c
292
Char **nv = xcalloc(blklen(v) + 1, sizeof(*nv));
bin/csh/parse.c
269
t = xcalloc(1, sizeof(*t));
bin/csh/parse.c
277
t = xcalloc(1, sizeof(*t));
bin/csh/parse.c
318
t = xcalloc(1, sizeof(*t));
bin/csh/parse.c
356
t = xcalloc(1, sizeof(*t));
bin/csh/parse.c
393
t = xcalloc(1, sizeof(*t));
bin/csh/parse.c
433
t = xcalloc(1, sizeof(*t));
bin/csh/parse.c
532
t = xcalloc(1, sizeof(*t));
bin/csh/parse.c
533
av = xcalloc(n + 1, sizeof(*av));
bin/csh/proc.c
457
pp = xcalloc(1, (size_t) sizeof(struct process));
libexec/ld.so/ldconfig/ld.h
14
void *xcalloc(size_t, size_t);
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
652
bench_samples = xcalloc(sizeof(*bench_samples), bench_nalloc);
usr.bin/ctfconv/xmalloc.h
23
void *xcalloc(size_t, size_t);
usr.bin/cvs/add.c
392
fi = xcalloc(1, sizeof(*fi));
usr.bin/cvs/buf.c
67
b->cb_buf = xcalloc(1, len);
usr.bin/cvs/commit.c
166
fi = xcalloc(1, sizeof(*fi));
usr.bin/cvs/commit.c
654
fi = xcalloc(1, sizeof(*fi));
usr.bin/cvs/cvs.c
149
*cmd_argv = xcalloc(cur, sizeof(char *));
usr.bin/cvs/cvs.c
563
vp = xcalloc(1, sizeof(*vp));
usr.bin/cvs/diff_internals.c
391
klist = xcalloc(slen[0] + 2, sizeof(*klist));
usr.bin/cvs/diff_internals.c
394
clist = xcalloc(clistlen, sizeof(*clist));
usr.bin/cvs/diff_internals.c
462
p = xcalloc(sz + 3, sizeof(*p));
usr.bin/cvs/diff_internals.c
786
a = xcalloc(l + 1, sizeof(*a));
usr.bin/cvs/entries.c
55
ep = xcalloc(1, sizeof(*ep));
usr.bin/cvs/file.c
239
cf = xcalloc(1, sizeof(*cf));
usr.bin/cvs/hash.c
47
htable->h_table = xcalloc(hsize, sizeof(struct hash_head));
usr.bin/cvs/logmsg.c
341
fi = xcalloc(1, sizeof(*fi));
usr.bin/cvs/rcs.c
1142
rdp = xcalloc(1, sizeof(*rdp));
usr.bin/cvs/rcs.c
1773
*alines = xcalloc(i + 1, sizeof(struct rcs_line *));
usr.bin/cvs/rcs.c
180
rfp = xcalloc(1, sizeof(*rfp));
usr.bin/cvs/rcs.c
1830
*alines = xcalloc(i + 1, sizeof(struct rcs_line *));
usr.bin/cvs/rcs.c
1931
dlines = xcalloc(1, sizeof(*dlines));
usr.bin/cvs/rcs.c
1933
line = xcalloc(1, sizeof(*line));
usr.bin/cvs/rcs.c
2010
*alines = xcalloc(i + 1, sizeof(struct rcs_line *));
usr.bin/cvs/rcs.c
2433
lp = xcalloc(1, sizeof(*lp));
usr.bin/cvs/rcs.c
2445
lp = xcalloc(1, sizeof(*lp));
usr.bin/cvs/rcs.c
2469
lp = xcalloc(1, sizeof(*lp));
usr.bin/cvs/rcsnum.c
48
rnp = xcalloc(1, sizeof(*rnp));
usr.bin/cvs/rcsparse.c
227
pdp = xcalloc(1, sizeof(*pdp));
usr.bin/cvs/rcsparse.c
399
rdp = xcalloc(1, sizeof(*rdp));
usr.bin/cvs/root.c
70
root = xcalloc(1, sizeof(*root));
usr.bin/cvs/server.c
109
server_argv = xcalloc(server_argc + 1, sizeof(*server_argv));
usr.bin/cvs/tag.c
278
fi = xcalloc(1, sizeof(*fi));
usr.bin/cvs/util.c
266
copy = xcalloc(ret + 1, sizeof(char *));
usr.bin/cvs/util.c
710
lines = xcalloc(1, sizeof(*lines));
usr.bin/cvs/util.c
713
lp = xcalloc(1, sizeof(*lp));
usr.bin/cvs/util.c
720
lp = xcalloc(1, sizeof(*lp));
usr.bin/cvs/worklist.c
43
wkl = xcalloc(1, sizeof(*wkl));
usr.bin/cvs/xmalloc.h
23
void *xcalloc(size_t, size_t);
usr.bin/diff/diffreg.c
387
klist = xcalloc(slen[0] + 2, sizeof(*klist));
usr.bin/diff/diffreg.c
390
clist = xcalloc(clistlen, sizeof(*clist));
usr.bin/diff/diffreg.c
511
p = xcalloc(sz + 3, sizeof(*p));
usr.bin/diff/diffreg.c
839
a = xcalloc(l + 1, sizeof(*a));
usr.bin/diff/xmalloc.h
23
void *xcalloc(size_t, size_t);
usr.bin/file/magic-load.c
1078
m = xcalloc(1, sizeof *m);
usr.bin/file/magic-load.c
1123
ml = xcalloc(1, sizeof *ml);
usr.bin/file/xmalloc.h
23
void *xcalloc(size_t, size_t);
usr.bin/m4/extern.h
107
extern void *xcalloc(size_t, size_t, const char *, ...);
usr.bin/m4/look.c
70
void *storage = xcalloc(n, s, "hash alloc");
usr.bin/rcs/buf.c
69
b->cb_buf = xcalloc(1, len);
usr.bin/rcs/diff.c
373
klist = xcalloc(slen[0] + 2, sizeof(*klist));
usr.bin/rcs/diff.c
376
clist = xcalloc(clistlen, sizeof(*clist));
usr.bin/rcs/diff.c
444
p = xcalloc(sz + 3, sizeof(*p));
usr.bin/rcs/diff.c
768
a = xcalloc(l + 1, sizeof(*a));
usr.bin/rcs/rcs.c
104
rfp = xcalloc(1, sizeof(*rfp));
usr.bin/rcs/rcs.c
1132
rdp = xcalloc(1, sizeof(*rdp));
usr.bin/rcs/rcsparse.c
227
pdp = xcalloc(1, sizeof(*pdp));
usr.bin/rcs/rcsparse.c
399
rdp = xcalloc(1, sizeof(*rdp));
usr.bin/rcs/rcsprog.c
90
*cmd_argv = xcalloc(cur, sizeof(char *));
usr.bin/rcs/rcsutil.c
480
lines = xcalloc(1, sizeof(*lines));
usr.bin/rcs/rcsutil.c
483
lp = xcalloc(1, sizeof(*lp));
usr.bin/rcs/worklist.c
48
wkl = xcalloc(1, sizeof(*wkl));
usr.bin/rcs/xmalloc.h
23
void *xcalloc(size_t, size_t);
usr.bin/rdist/child.c
357
rchildfdsp = xcalloc(howmany(rchildfdsn+1, NFDBITS), sizeof(fd_mask));
usr.bin/rdist/defs.h
200
void *xcalloc(size_t, size_t);
usr.bin/rdistd/filesys.c
255
newmi = xcalloc(1, sizeof(*newmi));
usr.bin/ssh/auth-bsdauth.c
85
*prompts = xcalloc(*numprompts, sizeof(char *));
usr.bin/ssh/auth-bsdauth.c
86
*echo_on = xcalloc(*numprompts, sizeof(u_int));
usr.bin/ssh/auth2-chall.c
281
response = xcalloc(nresp, sizeof(char *));
usr.bin/ssh/auth2-chall.c
73
kbdintctxt = xcalloc(1, sizeof(KbdintAuthctxt));
usr.bin/ssh/auth2.c
532
authctxt->auth_methods = xcalloc(options.num_auth_methods,
usr.bin/ssh/channels.c
1219
cc = xcalloc(1, sizeof(*cc));
usr.bin/ssh/channels.c
233
sc->channels = xcalloc(sc->channels_alloc, sizeof(*sc->channels));
usr.bin/ssh/channels.c
4718
ai = xcalloc(1, sizeof(*ai) + sizeof(*sunaddr));
usr.bin/ssh/channels.c
5107
*chanids = xcalloc(num_socks + 1, sizeof(**chanids));
usr.bin/ssh/channels.c
530
c = sc->channels[found] = xcalloc(1, sizeof(Channel));
usr.bin/ssh/clientloop.c
1410
ret = xcalloc(1, sizeof(*ret));
usr.bin/ssh/clientloop.c
2467
ctx = xcalloc(1, sizeof(*ctx));
usr.bin/ssh/clientloop.c
881
struct channel_reply_ctx *cr = xcalloc(1, sizeof(*cr));
usr.bin/ssh/clientloop.c
904
gc = xcalloc(1, sizeof(*gc));
usr.bin/ssh/gss-genr.c
162
*ctx = xcalloc(1, sizeof (Gssctxt));
usr.bin/ssh/gss-genr.c
78
ctx->oid = xcalloc(1, sizeof(gss_OID_desc));
usr.bin/ssh/hostfile.c
216
struct hostkeys *ret = xcalloc(1, sizeof(*ret));
usr.bin/ssh/misc.c
123
*listp = xcalloc(2, sizeof(**listp));
usr.bin/ssh/misc.c
1578
r = xcalloc(1, hl);
usr.bin/ssh/misc.c
2048
char *arg, **argv = xcalloc(1, sizeof(*argv));
usr.bin/ssh/misc.c
2063
arg = argv[argc++] = xcalloc(1, strlen(s + i) + 1);
usr.bin/ssh/misc.c
2808
env = xcalloc(sizeof(*env), nenv);
usr.bin/ssh/misc.c
500
struct passwd *copy = xcalloc(1, sizeof(*copy));
usr.bin/ssh/moduli.c
259
TinySieve = xcalloc(tinywords, sizeof(uint32_t));
usr.bin/ssh/moduli.c
262
SmallSieve = xcalloc(smallwords, sizeof(uint32_t));
usr.bin/ssh/moduli.c
265
LargeSieve = xcalloc(largewords, sizeof(uint32_t));
usr.bin/ssh/monitor.c
1662
mon = xcalloc(1, sizeof(*mon));
usr.bin/ssh/monitor_wrap.c
312
newopts = xcalloc(sizeof(*newopts), 1);
usr.bin/ssh/monitor_wrap.c
322
NULL : xcalloc(newopts->nx, sizeof(*newopts->x)); \
usr.bin/ssh/monitor_wrap.c
391
pw = xcalloc(sizeof(*pw), 1);
usr.bin/ssh/monitor_wrap.c
594
*sig_detailsp = xcalloc(1, sizeof(**sig_detailsp));
usr.bin/ssh/monitor_wrap.c
760
item = xcalloc(1, sizeof(*item));
usr.bin/ssh/monitor_wrap.c
784
*prompts = xcalloc(*numprompts, sizeof(char *));
usr.bin/ssh/monitor_wrap.c
785
*echo_on = xcalloc(*numprompts, sizeof(u_int));
usr.bin/ssh/mux.c
1079
cctx = xcalloc(1, sizeof(*cctx));
usr.bin/ssh/mux.c
1205
state = xcalloc(1, sizeof(*state));
usr.bin/ssh/mux.c
336
cctx = xcalloc(1, sizeof(*cctx));
usr.bin/ssh/mux.c
857
fctx = xcalloc(1, sizeof(*fctx));
usr.bin/ssh/scp.c
433
newargv = xcalloc(MAXIMUM(argc + 1, 1), sizeof(*newargv));
usr.bin/ssh/servconf.c
2309
item = xcalloc(1, sizeof(*item));
usr.bin/ssh/servconf.c
2319
item = xcalloc(1, sizeof(*item));
usr.bin/ssh/servconf.c
2938
dst->s = xcalloc(src->num_s, sizeof(*dst->s)); \
usr.bin/ssh/session.c
801
env = xcalloc(envsize, sizeof(char *));
usr.bin/ssh/sftp-client.c
111
req = xcalloc(1, sizeof(*req));
usr.bin/ssh/sftp-client.c
2896
usernames = xcalloc(nuids, sizeof(*usernames));
usr.bin/ssh/sftp-client.c
2909
groupnames = xcalloc(ngids, sizeof(*groupnames));
usr.bin/ssh/sftp-client.c
443
ret = xcalloc(1, sizeof(*ret));
usr.bin/ssh/sftp-client.c
711
*dir = xcalloc(1, sizeof(**dir));
usr.bin/ssh/sftp-client.c
790
(*dir)[ents] = xcalloc(1, sizeof(***dir));
usr.bin/ssh/sftp-client.c
814
*dir = xcalloc(1, sizeof(**dir));
usr.bin/ssh/sftp-glob.c
49
r = xcalloc(1, sizeof(*r));
usr.bin/ssh/sftp-server.c
1129
stats = xcalloc(nstats, sizeof(Stat));
usr.bin/ssh/sftp-usergroup.c
68
if ((idname = xcalloc(1, sizeof(*idname))) == NULL)
usr.bin/ssh/sftp.c
1010
indices = xcalloc(nentries, sizeof(*indices));
usr.bin/ssh/sftp.c
1905
list = xcalloc((sizeof(cmds) / sizeof(*cmds)) + 1, sizeof(char *));
usr.bin/ssh/sftp.c
590
ret = xcalloc(2, len + 1);
usr.bin/ssh/srclimit.c
121
children = xcalloc(max_children, sizeof(*children));
usr.bin/ssh/srclimit.c
426
penalty = xcalloc(1, sizeof(*penalty));
usr.bin/ssh/ssh-add.c
764
dc = xcalloc(1, sizeof(*dc));
usr.bin/ssh/ssh-agent.c
1402
id = xcalloc(1, sizeof(Identity));
usr.bin/ssh/ssh-agent.c
1531
id = xcalloc(1, sizeof(Identity));
usr.bin/ssh/ssh-agent.c
215
idtab = xcalloc(1, sizeof(*idtab));
usr.bin/ssh/ssh-agent.c
260
xcalloc(out->nkeys, sizeof(*out->keys));
usr.bin/ssh/ssh-agent.c
262
xcalloc(out->nkeys, sizeof(*out->key_is_ca));
usr.bin/ssh/ssh-agent.c
280
ret = xcalloc(ndcs, sizeof(*ret));
usr.bin/ssh/ssh-keyscan.c
754
fdcon = xcalloc(maxfd, sizeof(con));
usr.bin/ssh/ssh-keyscan.c
755
read_wait = xcalloc(maxfd, sizeof(struct pollfd));
usr.bin/ssh/ssh-pkcs11-client.c
341
helper = xcalloc(1, sizeof(*helper));
usr.bin/ssh/ssh-pkcs11-client.c
412
*keysp = xcalloc(nkeys, sizeof(struct sshkey *));
usr.bin/ssh/ssh-pkcs11-client.c
414
*labelsp = xcalloc(nkeys, sizeof(char *));
usr.bin/ssh/ssh-pkcs11.c
1023
key_attr[i].pValue = xcalloc(1, key_attr[i].ulValueLen);
usr.bin/ssh/ssh-pkcs11.c
1133
key_attr[i].pValue = xcalloc(1, key_attr[i].ulValueLen);
usr.bin/ssh/ssh-pkcs11.c
1243
cert_attr[i].pValue = xcalloc(1, cert_attr[i].ulValueLen);
usr.bin/ssh/ssh-pkcs11.c
1864
p = xcalloc(1, sizeof(*p));
usr.bin/ssh/ssh-pkcs11.c
1903
p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID));
usr.bin/ssh/ssh-pkcs11.c
1910
p->slotinfo = xcalloc(p->nslots, sizeof(struct pkcs11_slotinfo));
usr.bin/ssh/ssh-pkcs11.c
426
k11 = xcalloc(1, sizeof(*k11));
usr.bin/ssh/ssh-pkcs11.c
588
oid_dgst = xcalloc(1, oid_dgst_len);
usr.bin/ssh/ssh-pkcs11.c
665
dgst = xcalloc(1, dgst_len);
usr.bin/ssh/ssh-pkcs11.c
891
key_attr[i].pValue = xcalloc(1, key_attr[i].ulValueLen);
usr.bin/ssh/ssh.c
1397
cinfo = xcalloc(1, sizeof(*cinfo));
usr.bin/ssh/ssh.c
1691
sensitive_data.keys = xcalloc(sensitive_data.nkeys,
usr.bin/ssh/sshconnect2.c
1700
id = xcalloc(1, sizeof(*id));
usr.bin/ssh/sshconnect2.c
1723
id = xcalloc(1, sizeof(*id));
usr.bin/ssh/sshconnect2.c
1754
id = xcalloc(1, sizeof(*id));
usr.bin/ssh/sshd-auth.c
567
pmonitor = xcalloc(1, sizeof(*pmonitor));
usr.bin/ssh/sshd-auth.c
694
authctxt = xcalloc(1, sizeof(*authctxt));
usr.bin/ssh/sshd-session.c
1138
authctxt = xcalloc(1, sizeof(*authctxt));
usr.bin/ssh/sshd-session.c
637
item = xcalloc(1, sizeof(*item));
usr.bin/ssh/sshd.c
1516
sensitive_data.host_keys = xcalloc(options.num_host_key_files,
usr.bin/ssh/sshd.c
1518
sensitive_data.host_pubkeys = xcalloc(options.num_host_key_files,
usr.bin/ssh/sshd.c
1624
sensitive_data.host_certificates = xcalloc(options.num_host_key_files,
usr.bin/ssh/sshd.c
1692
rexec_argv = xcalloc(rexec_argc + 3, sizeof(char *));
usr.bin/ssh/sshd.c
204
children = xcalloc(options.max_startups, sizeof(*children));
usr.bin/ssh/sshd.c
912
startup_pollfd = xcalloc(options.max_startups, sizeof(int));
usr.bin/ssh/sshd.c
928
pfd = xcalloc(num_listen_socks + options.max_startups,
usr.bin/ssh/umac.c
1219
octx = ctx = xcalloc(1, sizeof(*ctx) + ALLOC_BOUNDARY);
usr.bin/ssh/xmalloc.h
20
void *xcalloc(size_t, size_t);
usr.bin/tmux/arguments.c
140
args = xcalloc(1, sizeof *args);
usr.bin/tmux/arguments.c
154
new = xcalloc(1, sizeof *new);
usr.bin/tmux/arguments.c
382
new_value = xcalloc(1, sizeof *new_value);
usr.bin/tmux/arguments.c
390
new_args->values = xcalloc(args->count, sizeof *new_args->values);
usr.bin/tmux/arguments.c
483
values = xcalloc(argc, sizeof *values);
usr.bin/tmux/arguments.c
546
buf = xcalloc(1, len);
usr.bin/tmux/arguments.c
659
entry = xcalloc(1, sizeof *entry);
usr.bin/tmux/arguments.c
772
state = xcalloc(1, sizeof *state);
usr.bin/tmux/cmd-command-prompt.c
121
cdata->prompts = xcalloc(1, sizeof *cdata->prompts);
usr.bin/tmux/cmd-command-prompt.c
98
cdata = xcalloc(1, sizeof *cdata);
usr.bin/tmux/cmd-confirm-before.c
77
cdata = xcalloc(1, sizeof *cdata);
usr.bin/tmux/cmd-display-panes.c
293
cdata = xcalloc(1, sizeof *cdata);
usr.bin/tmux/cmd-find-window.c
71
filter = xcalloc(1, sizeof *filter);
usr.bin/tmux/cmd-if-shell.c
104
cdata = xcalloc(1, sizeof *cdata);
usr.bin/tmux/cmd-load-buffer.c
99
cdata = xcalloc(1, sizeof *cdata);
usr.bin/tmux/cmd-parse.y
1079
cmd = xcalloc(1, sizeof *cmd);
usr.bin/tmux/cmd-parse.y
1096
arg = xcalloc(1, sizeof *arg);
usr.bin/tmux/cmd-parse.y
1103
arg = xcalloc(1, sizeof *arg);
usr.bin/tmux/cmd-parse.y
1112
cmd = xcalloc(1, sizeof *cmd);
usr.bin/tmux/cmd-parse.y
430
$$ = xcalloc(1, sizeof *$$);
usr.bin/tmux/cmd-parse.y
439
$$ = xcalloc(1, sizeof *$$);
usr.bin/tmux/cmd-parse.y
443
arg = xcalloc(1, sizeof *arg);
usr.bin/tmux/cmd-parse.y
453
$$ = xcalloc(1, sizeof *$$);
usr.bin/tmux/cmd-parse.y
460
arg = xcalloc(1, sizeof *arg);
usr.bin/tmux/cmd-parse.y
547
$$ = xcalloc(1, sizeof *$$);
usr.bin/tmux/cmd-parse.y
560
$$ = xcalloc(1, sizeof *$$);
usr.bin/tmux/cmd-parse.y
566
$$ = xcalloc(1, sizeof *$$);
usr.bin/tmux/cmd-parse.y
572
$$ = xcalloc(1, sizeof *$$);
usr.bin/tmux/cmd-queue.c
130
queue = xcalloc(1, sizeof *queue);
usr.bin/tmux/cmd-queue.c
214
state = xcalloc(1, sizeof *state);
usr.bin/tmux/cmd-queue.c
513
item = xcalloc(1, sizeof *item);
usr.bin/tmux/cmd-queue.c
690
item = xcalloc(1, sizeof *item);
usr.bin/tmux/cmd-run-shell.c
132
cdata = xcalloc(1, sizeof *cdata);
usr.bin/tmux/cmd-send-keys.c
77
event = xcalloc(1, sizeof *event);
usr.bin/tmux/cmd-source-file.c
189
cdata = xcalloc(1, sizeof *cdata);
usr.bin/tmux/cmd-wait-for.c
188
wi = xcalloc(1, sizeof *wi);
usr.bin/tmux/cmd-wait-for.c
210
wi = xcalloc(1, sizeof *wi);
usr.bin/tmux/cmd.c
309
*argv = xcalloc(argc, sizeof **argv);
usr.bin/tmux/cmd.c
338
new_argv = xcalloc(argc + 1, sizeof *new_argv);
usr.bin/tmux/cmd.c
536
cmd = xcalloc(1, sizeof *cmd);
usr.bin/tmux/cmd.c
564
new_cmd = xcalloc(1, sizeof *new_cmd);
usr.bin/tmux/cmd.c
597
cmdlist = xcalloc(1, sizeof *cmdlist);
usr.bin/tmux/cmd.c
600
cmdlist->list = xcalloc(1, sizeof *cmdlist->list);
usr.bin/tmux/cmd.c
694
buf = xcalloc(1, len);
usr.bin/tmux/colour.c
1117
p->palette = xcalloc(256, sizeof *p->palette);
usr.bin/tmux/colour.c
1146
p->default_palette = xcalloc(256, sizeof *p->default_palette);
usr.bin/tmux/control.c
1014
csw = xcalloc(1, sizeof *csw);
usr.bin/tmux/control.c
1141
csub = xcalloc(1, sizeof *csub);
usr.bin/tmux/control.c
255
cp = xcalloc(1, sizeof *cp);
usr.bin/tmux/control.c
421
cb = xcalloc(1, sizeof *cb);
usr.bin/tmux/control.c
496
cb = xcalloc(1, sizeof *cb);
usr.bin/tmux/control.c
777
cs = c->control_state = xcalloc(1, sizeof *cs);
usr.bin/tmux/control.c
899
csp = xcalloc(1, sizeof *csp);
usr.bin/tmux/control.c
934
csp = xcalloc(1, sizeof *csp);
usr.bin/tmux/control.c
979
csw = xcalloc(1, sizeof *csw);
usr.bin/tmux/environ.c
219
environ = xcalloc(1, sizeof *environ);
usr.bin/tmux/environ.c
48
env = xcalloc(1, sizeof *env);
usr.bin/tmux/file.c
117
cf = xcalloc(1, sizeof *cf);
usr.bin/tmux/file.c
88
cf = xcalloc(1, sizeof *cf);
usr.bin/tmux/format-draw.c
1034
sr = xcalloc(1, sizeof *sr);
usr.bin/tmux/format-draw.c
1135
out = copy = xcalloc(2, strlen(expanded) + 1);
usr.bin/tmux/format-draw.c
1202
out = copy = xcalloc(2, strlen(expanded) + 1);
usr.bin/tmux/format-draw.c
956
fr = xcalloc(1, sizeof *fr);
usr.bin/tmux/format.c
3750
ft = xcalloc(1, sizeof *ft);
usr.bin/tmux/format.c
384
fj = xcalloc(1, sizeof *fj);
usr.bin/tmux/format.c
4336
argv = xcalloc(1, sizeof *argv);
usr.bin/tmux/format.c
4533
value = xcalloc(1, 1);
usr.bin/tmux/format.c
4649
value = xcalloc(1, 1);
usr.bin/tmux/format.c
4720
value = xcalloc(1, 1);
usr.bin/tmux/format.c
4768
value = xcalloc(1, 1);
usr.bin/tmux/grid.c
323
gd->linedata = xcalloc(gd->sy, sizeof *gd->linedata);
usr.bin/tmux/hyperlinks.c
164
hlu = xcalloc(1, sizeof *hlu);
usr.bin/tmux/hyperlinks.c
206
hl = xcalloc(1, sizeof *hl);
usr.bin/tmux/input-keys.c
384
new = xcalloc(1, sizeof *new);
usr.bin/tmux/input.c
3326
ir = xcalloc (1, sizeof *ir);
usr.bin/tmux/input.c
863
ictx = xcalloc(1, sizeof *ictx);
usr.bin/tmux/job.c
200
job = xcalloc(1, sizeof *job);
usr.bin/tmux/key-bindings.c
216
bd = xcalloc(1, sizeof *bd);
usr.bin/tmux/key-bindings.c
334
new_bd = xcalloc(1, sizeof *bd);
usr.bin/tmux/menu.c
153
menu = xcalloc(1, sizeof *menu);
usr.bin/tmux/menu.c
566
md = xcalloc(1, sizeof *md);
usr.bin/tmux/mode-tree.c
493
mtd = xcalloc(1, sizeof *mtd);
usr.bin/tmux/mode-tree.c
666
mti = xcalloc(1, sizeof *mti);
usr.bin/tmux/mode-tree.c
807
start = xcalloc(1, size);
usr.bin/tmux/notify.c
191
ne = xcalloc(1, sizeof *ne);
usr.bin/tmux/options.c
175
oo = xcalloc(1, sizeof *oo);
usr.bin/tmux/options.c
340
o = xcalloc(1, sizeof *o);
usr.bin/tmux/options.c
394
a = xcalloc(1, sizeof *a);
usr.bin/tmux/popup.c
799
pd = xcalloc(1, sizeof *pd);
usr.bin/tmux/popup.c
954
pe = xcalloc(1, sizeof *pe);
usr.bin/tmux/proc.c
197
tp = xcalloc(1, sizeof *tp);
usr.bin/tmux/proc.c
302
peer = xcalloc(1, sizeof *peer);
usr.bin/tmux/screen-write.c
234
s->write_list = xcalloc(screen_size_y(s), sizeof *s->write_list);
usr.bin/tmux/screen-write.c
70
return (xcalloc(1, sizeof *ci));
usr.bin/tmux/screen.c
445
s->sel = xcalloc(1, sizeof *s->sel);
usr.bin/tmux/server-acl.c
102
user = xcalloc(1, sizeof *user);
usr.bin/tmux/server-client.c
1839
event = xcalloc(1, sizeof *event);
usr.bin/tmux/server-client.c
2649
cw = xcalloc(1, sizeof *cw);
usr.bin/tmux/server-client.c
296
c = xcalloc(1, sizeof *c);
usr.bin/tmux/server.c
539
msg = xcalloc(1, sizeof *msg);
usr.bin/tmux/session.c
118
s = xcalloc(1, sizeof *s);
usr.bin/tmux/session.c
556
sg = xcalloc(1, sizeof *sg);
usr.bin/tmux/status.c
1522
c->prompt_saved = xcalloc(sizeof *c->prompt_buffer,
usr.bin/tmux/tty-keys.c
459
tk = *tkp = xcalloc(1, sizeof *tk);
usr.bin/tmux/tty-keys.c
998
event = xcalloc(1, sizeof *event);
usr.bin/tmux/tty-term.c
539
term = xcalloc(1, sizeof *term);
usr.bin/tmux/tty-term.c
542
term->codes = xcalloc(tty_term_ncodes(), sizeof *term->codes);
usr.bin/tmux/utf8.c
302
uw = xcalloc(1, sizeof *uw);
usr.bin/tmux/utf8.c
449
ui = xcalloc(1, sizeof *ui);
usr.bin/tmux/window-buffer.c
118
item = data->item_list[data->item_size++] = xcalloc(1, sizeof *item);
usr.bin/tmux/window-buffer.c
359
wme->data = data = xcalloc(1, sizeof *data);
usr.bin/tmux/window-buffer.c
525
ed = xcalloc(1, sizeof *ed);
usr.bin/tmux/window-client.c
105
item = data->item_list[data->item_size++] = xcalloc(1, sizeof *item);
usr.bin/tmux/window-client.c
271
wme->data = data = xcalloc(1, sizeof *data);
usr.bin/tmux/window-copy.c
352
dst = xcalloc(1, sizeof *dst);
usr.bin/tmux/window-copy.c
410
wme->data = data = xcalloc(1, sizeof *data);
usr.bin/tmux/window-copy.c
4362
data->searchmark = xcalloc(sx, sy);
usr.bin/tmux/window-customize.c
1137
new_item = xcalloc(1, sizeof *new_item);
usr.bin/tmux/window-customize.c
1276
new_item = xcalloc(1, sizeof *new_item);
usr.bin/tmux/window-customize.c
1292
new_item = xcalloc(1, sizeof *new_item);
usr.bin/tmux/window-customize.c
218
item = data->item_list[data->item_size++] = xcalloc(1, sizeof *item);
usr.bin/tmux/window-customize.c
900
wme->data = data = xcalloc(1, sizeof *data);
usr.bin/tmux/window-tree.c
184
item = data->item_list[data->item_size++] = xcalloc(1, sizeof *item);
usr.bin/tmux/window-tree.c
895
wme->data = data = xcalloc(1, sizeof *data);
usr.bin/tmux/window.c
1146
wme = xcalloc(1, sizeof *wme);
usr.bin/tmux/window.c
178
wl = xcalloc(1, sizeof *wl);
usr.bin/tmux/window.c
306
w = xcalloc(1, sizeof *w);
usr.bin/tmux/window.c
957
wp = xcalloc(1, sizeof *wp);
usr.bin/tmux/xmalloc.h
23
void *xcalloc(size_t, size_t);
usr.sbin/smtpd/bounce.c
156
msg = xcalloc(1, sizeof(*msg));
usr.sbin/smtpd/bounce.c
217
s = xcalloc(1, sizeof(*s));
usr.sbin/smtpd/control.c
305
count = xcalloc(1, sizeof *count);
usr.sbin/smtpd/control.c
321
c = xcalloc(1, sizeof(*c));
usr.sbin/smtpd/dns.c
111
s = xcalloc(1, sizeof *s);
usr.sbin/smtpd/dns.c
349
lookup = xcalloc(1, sizeof *lookup);
usr.sbin/smtpd/lka_filter.c
1323
tailq = xcalloc(1, sizeof (struct reporters));
usr.sbin/smtpd/lka_filter.c
1327
tailq = xcalloc(1, sizeof (struct reporters));
usr.sbin/smtpd/lka_filter.c
1356
rp = xcalloc(1, sizeof *rp);
usr.sbin/smtpd/lka_filter.c
1370
rp = xcalloc(1, sizeof *rp);
usr.sbin/smtpd/lka_filter.c
218
processor = xcalloc(1, sizeof *processor);
usr.sbin/smtpd/lka_filter.c
370
filter = xcalloc(1, sizeof(*filter));
usr.sbin/smtpd/lka_filter.c
380
filter = xcalloc(1, sizeof(*filter));
usr.sbin/smtpd/lka_filter.c
399
filter = xcalloc(1, sizeof(*filter));
usr.sbin/smtpd/lka_filter.c
401
filter->chain = xcalloc(filter_config->chain_size, sizeof(void **));
usr.sbin/smtpd/lka_filter.c
465
filter_chain = xcalloc(1, sizeof *filter_chain);
usr.sbin/smtpd/lka_filter.c
475
filter_entry = xcalloc(1, sizeof *filter_entry);
usr.sbin/smtpd/lka_filter.c
488
filter_entry = xcalloc(1, sizeof *filter_entry);
usr.sbin/smtpd/lka_filter.c
533
fs = xcalloc(1, sizeof (struct filter_session));
usr.sbin/smtpd/lka_session.c
67
lks = xcalloc(1, sizeof(*lks));
usr.sbin/smtpd/mda.c
730
u = xcalloc(1, sizeof *u);
usr.sbin/smtpd/mda.c
791
e = xcalloc(1, sizeof *e);
usr.sbin/smtpd/mda.c
835
s = xcalloc(1, sizeof *s);
usr.sbin/smtpd/mta.c
1837
r = xcalloc(1, sizeof *r);
usr.sbin/smtpd/mta.c
2189
h = xcalloc(1, sizeof(*h));
usr.sbin/smtpd/mta.c
2254
d = xcalloc(1, sizeof(*d));
usr.sbin/smtpd/mta.c
2321
s = xcalloc(1, sizeof(*s));
usr.sbin/smtpd/mta.c
2384
c = xcalloc(1, sizeof(*c));
usr.sbin/smtpd/mta.c
2437
r = xcalloc(1, sizeof(*r));
usr.sbin/smtpd/mta.c
256
mx = xcalloc(1, sizeof *mx);
usr.sbin/smtpd/mta.c
2563
b = xcalloc(1, sizeof(*b));
usr.sbin/smtpd/mta.c
800
e = xcalloc(1, sizeof *e);
usr.sbin/smtpd/mta_session.c
218
s = xcalloc(1, sizeof *s);
usr.sbin/smtpd/parse.y
1027
dsp = xcalloc(1, sizeof *dsp);
usr.sbin/smtpd/parse.y
1557
rule = xcalloc(1, sizeof *rule);
usr.sbin/smtpd/parse.y
1933
filter_config = xcalloc(1, sizeof *filter_config);
usr.sbin/smtpd/parse.y
1949
processor = xcalloc(1, sizeof *processor);
usr.sbin/smtpd/parse.y
1952
filter_config = xcalloc(1, sizeof *filter_config);
usr.sbin/smtpd/parse.y
1971
filter_config = xcalloc(1, sizeof *filter_config);
usr.sbin/smtpd/parse.y
1985
filter_config = xcalloc(1, sizeof *filter_config);
usr.sbin/smtpd/parse.y
2171
filter_config = xcalloc(1, sizeof *filter_config);
usr.sbin/smtpd/parse.y
2317
filter_config = xcalloc(1, sizeof *filter_config);
usr.sbin/smtpd/parse.y
3271
struct listener *l = xcalloc(1, sizeof(*l));
usr.sbin/smtpd/parse.y
339
sca = xcalloc(1, sizeof *sca);
usr.sbin/smtpd/parse.y
3420
h = xcalloc(1, sizeof(*h));
usr.sbin/smtpd/parse.y
3448
h = xcalloc(1, sizeof(*h));
usr.sbin/smtpd/parse.y
3488
h = xcalloc(1, sizeof(*h));
usr.sbin/smtpd/parse.y
3539
h = xcalloc(1, sizeof(*h));
usr.sbin/smtpd/parse.y
3654
ifgr.ifgr_groups = xcalloc(len/sizeof(struct ifg_req),
usr.sbin/smtpd/parse.y
379
limits = xcalloc(1, sizeof(*limits));
usr.sbin/smtpd/parse.y
408
pki = xcalloc(1, sizeof *pki);
usr.sbin/smtpd/parse.y
453
processor = xcalloc(1, sizeof *processor);
usr.sbin/smtpd/parse.y
958
filter_config = xcalloc(1, sizeof *filter_config);
usr.sbin/smtpd/queue.c
507
wi = xcalloc(1, sizeof *wi);
usr.sbin/smtpd/queue_backend.c
447
cached = xcalloc(1, sizeof *cached);
usr.sbin/smtpd/queue_fs.c
554
q = xcalloc(1, sizeof(*q));
usr.sbin/smtpd/scheduler.c
437
evpids = xcalloc(env->sc_scheduler_max_schedule, sizeof *evpids);
usr.sbin/smtpd/scheduler.c
438
types = xcalloc(env->sc_scheduler_max_schedule, sizeof *types);
usr.sbin/smtpd/scheduler.c
439
msgids = xcalloc(env->sc_scheduler_max_msg_batch_size, sizeof *msgids);
usr.sbin/smtpd/scheduler.c
440
state = xcalloc(env->sc_scheduler_max_evp_batch_size, sizeof *state);
usr.sbin/smtpd/scheduler_ramqueue.c
198
update = xcalloc(1, sizeof *update);
usr.sbin/smtpd/scheduler_ramqueue.c
206
message = xcalloc(1, sizeof *message);
usr.sbin/smtpd/scheduler_ramqueue.c
214
envelope = xcalloc(1, sizeof *envelope);
usr.sbin/smtpd/scheduler_ramqueue.c
382
hq = xcalloc(1, sizeof(*hq));
usr.sbin/smtpd/smtp_session.c
881
rcpt = xcalloc(1, sizeof(*rcpt));
usr.sbin/smtpd/smtpctl.c
120
ibuf = xcalloc(1, sizeof(struct imsgbuf));
usr.sbin/smtpd/smtpd.h
1713
void *xcalloc(size_t, size_t);
usr.sbin/smtpd/stat_ramstat.c
111
np = xcalloc(1, sizeof *np);
usr.sbin/smtpd/stat_ramstat.c
75
np = xcalloc(1, sizeof *np);
usr.sbin/smtpd/stat_ramstat.c
93
np = xcalloc(1, sizeof *np);
usr.sbin/smtpd/table.c
250
t = xcalloc(1, sizeof(*t));
usr.sbin/smtpd/table_db.c
124
handle = xcalloc(1, sizeof *handle);
usr.sbin/smtpd/table_proc.c
131
priv = xcalloc(1, sizeof(*priv));