Searched refs:xcalloc (Results 126 - 150 of 314) sorted by relevance

1234567891011>>

/openbsd-current/usr.bin/tmux/
H A Dsession.c121 s = xcalloc(1, sizeof *s);
550 sg = xcalloc(1, sizeof *sg);
H A Dformat-draw.c947 fr = xcalloc(1, sizeof *fr);
1025 sr = xcalloc(1, sizeof *sr);
1124 out = copy = xcalloc(2, strlen(expanded) + 1);
1191 out = copy = xcalloc(2, strlen(expanded) + 1);
H A Dcmd-display-panes.c293 cdata = xcalloc(1, sizeof *cdata);
H A Dcmd-run-shell.c132 cdata = xcalloc(1, sizeof *cdata);
H A Doptions.c175 oo = xcalloc(1, sizeof *oo);
328 o = xcalloc(1, sizeof *o);
382 a = xcalloc(1, sizeof *a);
H A Dwindow-customize.c217 item = data->item_list[data->item_size++] = xcalloc(1, sizeof *item);
878 wme->data = data = xcalloc(1, sizeof *data);
1113 new_item = xcalloc(1, sizeof *new_item);
1252 new_item = xcalloc(1, sizeof *new_item);
1268 new_item = xcalloc(1, sizeof *new_item);
/openbsd-current/usr.sbin/smtpd/
H A Dcontrol.c305 count = xcalloc(1, sizeof *count);
321 c = xcalloc(1, sizeof(*c));
H A Dscheduler_ramqueue.c198 update = xcalloc(1, sizeof *update);
206 message = xcalloc(1, sizeof *message);
214 envelope = xcalloc(1, sizeof *envelope);
382 hq = xcalloc(1, sizeof(*hq));
H A Dmda.c730 u = xcalloc(1, sizeof *u);
791 e = xcalloc(1, sizeof *e);
835 s = xcalloc(1, sizeof *s);
/openbsd-current/bin/csh/
H A Dfunc.c389 nwp = xcalloc(1, sizeof *nwp);
425 struct whyle *nwp = xcalloc(1, sizeof(*nwp));
H A Dextern.h284 void *xcalloc(size_t, size_t);
/openbsd-current/usr.bin/ssh/
H A Dssh-keyscan.c783 fdcon = xcalloc(maxfd, sizeof(con));
784 read_wait = xcalloc(maxfd, sizeof(struct pollfd));
H A Dssh-pkcs11-helper.c61 ki = xcalloc(1, sizeof(*ki));
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djvspec.c254 args = xcalloc (argc, sizeof (int));
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dtracer.c202 fibnode_t *blocks = xcalloc (last_basic_block, sizeof (fibnode_t));
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dsysdump.c77 r = xcalloc (b + 1, 1);
/openbsd-current/usr.bin/m4/
H A Dmisc.c314 xcalloc(size_t n, size_t s, const char *fmt, ...) function
/openbsd-current/usr.bin/rcs/
H A Ddiff.c373 klist = xcalloc(slen[0] + 2, sizeof(*klist));
376 clist = xcalloc(clistlen, sizeof(*clist));
444 p = xcalloc(sz + 3, sizeof(*p));
768 a = xcalloc(l + 1, sizeof(*a));
/openbsd-current/usr.bin/cvs/
H A Dlogmsg.c341 fi = xcalloc(1, sizeof(*fi));
H A Dtag.c278 fi = xcalloc(1, sizeof(*fi));
/openbsd-current/usr.bin/rdist/
H A Dchild.c357 rchildfdsp = xcalloc(howmany(rchildfdsn+1, NFDBITS), sizeof(fd_mask));
/openbsd-current/gnu/gcc/gcc/
H A Dggc-common.c275 *slot = xcalloc (sizeof (struct ptr_data), 1);
856 *slot = xcalloc (sizeof (**slot), 1);
956 loc_array = xcalloc (sizeof (*loc_array), loc_hash->n_elements);
H A Dggc-page.c629 table = xcalloc (1, sizeof(*table));
790 e = xcalloc (1, page_entry_size);
861 e = xcalloc (1, page_entry_size);
875 entry = xcalloc (1, page_entry_size);
2282 entry = xcalloc (1, (sizeof (struct page_entry)
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c231 reduce_count = (int *) xcalloc (sizeof (int), (REDUCE_LENGTH + 1));
233 token_count = (int *) xcalloc (sizeof (int), (TOKEN_LENGTH + 1));
574 ridpointers = (tree *) xcalloc ((int) RID_MAX, sizeof (tree));
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Ddw2gencfi.c141 struct fde_entry *fde = xcalloc (1, sizeof (struct fde_entry));
143 frchain_now->frch_cfi_data = xcalloc (1, sizeof (struct frch_cfi_data));
165 struct cfi_insn_data *insn = xcalloc (1, sizeof (struct cfi_insn_data));

Completed in 298 milliseconds

1234567891011>>