Searched refs:xcalloc (Results 101 - 125 of 314) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-cc.c86 = (const char **) xcalloc (comp_arg_max + 1000, sizeof (char *));
/openbsd-current/usr.bin/cvs/
H A Drcsnum.c48 rnp = xcalloc(1, sizeof(*rnp));
H A Dbuf.c67 b->cb_buf = xcalloc(1, len);
H A Drcs.c180 rfp = xcalloc(1, sizeof(*rfp));
1142 rdp = xcalloc(1, sizeof(*rdp));
1773 *alines = xcalloc(i + 1, sizeof(struct rcs_line *));
1830 *alines = xcalloc(i + 1, sizeof(struct rcs_line *));
1931 dlines = xcalloc(1, sizeof(*dlines));
1933 line = xcalloc(1, sizeof(*line));
2010 *alines = xcalloc(i + 1, sizeof(struct rcs_line *));
2433 lp = xcalloc(1, sizeof(*lp));
2445 lp = xcalloc(1, sizeof(*lp));
2469 lp = xcalloc(
[all...]
H A Dcommit.c166 fi = xcalloc(1, sizeof(*fi));
654 fi = xcalloc(1, sizeof(*fi));
/openbsd-current/usr.bin/m4/
H A Dlook.c70 void *storage = xcalloc(n, s, "hash alloc");
/openbsd-current/usr.bin/rdistd/
H A Dfilesys.c255 newmi = xcalloc(1, sizeof(*newmi));
/openbsd-current/usr.bin/rcs/
H A Dbuf.c69 b->cb_buf = xcalloc(1, len);
/openbsd-current/usr.bin/ssh/
H A Dsftp-usergroup.c68 if ((idname = xcalloc(1, sizeof(*idname))) == NULL)
H A Dmoduli.c299 TinySieve = xcalloc(tinywords, sizeof(u_int32_t));
302 SmallSieve = xcalloc(smallwords, sizeof(u_int32_t));
/openbsd-current/usr.bin/tmux/
H A Dcmd-source-file.c144 cdata = xcalloc(1, sizeof *cdata);
H A Dcmd-command-prompt.c98 cdata = xcalloc(1, sizeof *cdata);
H A Dcmd-queue.c130 queue = xcalloc(1, sizeof *queue);
214 state = xcalloc(1, sizeof *state);
513 item = xcalloc(1, sizeof *item);
690 item = xcalloc(1, sizeof *item);
H A Dmenu.c147 menu = xcalloc(1, sizeof *menu);
481 md = xcalloc(1, sizeof *md);
/openbsd-current/usr.sbin/smtpd/
H A Dtable_db.c124 handle = xcalloc(1, sizeof *handle);
H A Dtable_proc.c131 priv = xcalloc(1, sizeof(*priv));
H A Dmta.c256 mx = xcalloc(1, sizeof *mx);
800 e = xcalloc(1, sizeof *e);
1837 r = xcalloc(1, sizeof *r);
2189 h = xcalloc(1, sizeof(*h));
2254 d = xcalloc(1, sizeof(*d));
2321 s = xcalloc(1, sizeof(*s));
2384 c = xcalloc(1, sizeof(*c));
2437 r = xcalloc(1, sizeof(*r));
2563 b = xcalloc(1, sizeof(*b));
H A Dbounce.c156 msg = xcalloc(1, sizeof(*msg));
217 s = xcalloc(1, sizeof(*s));
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgengtype.c184 si = xcalloc (1, sizeof (struct type));
198 s = xcalloc (1, sizeof (struct type));
208 s = xcalloc (1, sizeof (struct type));
246 s = xcalloc (1, sizeof (struct type));
273 res = xcalloc (1, sizeof (*res));
290 type_p r = xcalloc (1, sizeof (struct type));
304 type_p r = xcalloc (1, sizeof (struct type));
321 v = xcalloc (1, sizeof (*v));
1063 f = xcalloc (sizeof (*f), 1);
H A Dra-build.c1117 (struct ra_bb_info *) xcalloc (1, sizeof *info);
1153 number_seen = (int *) xcalloc (get_max_uid (), sizeof (int));
1154 visit_trace = (struct visit_trace *) xcalloc (get_max_uid (),
2026 all_refs = (struct df_link *) xcalloc (df->def_id + df->use_id,
2083 id2web = (struct web **) xcalloc (webnum, sizeof (id2web[0]));
2237 unsigned int *pass_cache = (unsigned int *) xcalloc (num_webs, sizeof (int));
3072 web_parts = (struct web_part *) xcalloc (df->def_id + df->use_id,
3074 def2web = (struct web **) xcalloc (df->def_id + df->use_id,
3166 xcalloc (get_max_uid (), sizeof (copy_cache[0]));
H A Dcfgrtl.c1684 = (basic_block *) xcalloc (max_uid, sizeof (basic_block));
1686 = (basic_block *) xcalloc (max_uid, sizeof (basic_block));
1688 = (enum bb_state *) xcalloc (max_uid, sizeof (enum bb_state));
1805 bb_info = (basic_block *) xcalloc (max_uid, sizeof (basic_block));
1806 last_visited = (basic_block *) xcalloc (last_basic_block + 2,
1808 edge_checksum = (size_t *) xcalloc (last_basic_block + 2, sizeof (size_t));
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-prefetch.c249 group = xcalloc (1, sizeof (struct mem_ref_group));
286 (*aref) = xcalloc (1, sizeof (struct mem_ref));
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Ddw2gencfi.c133 struct fde_entry *fde = xcalloc (1, sizeof (struct fde_entry));
154 struct cfi_insn_data *insn = xcalloc (1, sizeof (struct cfi_insn_data));
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dtic4x-dis.c753 xcalloc (sizeof (tic4x_inst_t *), (1 << TIC4X_HASH_SIZE));
756 xcalloc (sizeof (tic4x_inst_t *), TIC4X_SPESOP_SIZE );
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsolib-svr4.c643 new_offsets = xcalloc (symfile_objfile->num_sections,
1221 new_offsets = xcalloc (symfile_objfile->num_sections,

Completed in 356 milliseconds

1234567891011>>