Home
last modified time | relevance | path

Searched refs:xcalloc (Results 1 – 25 of 85) sorted by relevance

1234

/external/bison/src/
Dnullable.c64 size_t *rcount = xcalloc (nrules, sizeof *rcount); in nullable_compute()
67 rule_list **rsets = xcalloc (nvars, sizeof *rsets); in nullable_compute()
72 nullable = xcalloc (nvars, sizeof *nullable); in nullable_compute()
Dtables.c767 table = xcalloc (table_size, sizeof *table); in pack_table()
768 conflict_table = xcalloc (table_size, sizeof *conflict_table); in pack_table()
823 froms = xcalloc (nvectors, sizeof *froms); in tables_generate()
824 tos = xcalloc (nvectors, sizeof *tos); in tables_generate()
825 conflict_tos = xcalloc (nvectors, sizeof *conflict_tos); in tables_generate()
826 tally = xcalloc (nvectors, sizeof *tally); in tables_generate()
836 order = xcalloc (nvectors, sizeof *order); in tables_generate()
Dlalr.c78 goto_map = xcalloc (nvars + 1, sizeof *goto_map); in set_goto_map()
113 from_state = xcalloc (ngotos, sizeof *from_state); in set_goto_map()
114 to_state = xcalloc (ngotos, sizeof *to_state); in set_goto_map()
450 lookback = xcalloc (nLA, sizeof *lookback); in lalr()
Drelation.c102 INDEX = xcalloc (size + 1, sizeof *INDEX); in relation_digraph()
133 size_t *nedges = xcalloc (n, sizeof *nedges); in relation_transpose()
DLR0.c102 size_t *symbol_count = xcalloc (nsyms + nuseless_nonterminals, in allocate_itemsets()
304 states = xcalloc (nstates, sizeof *states); in set_states()
DSbitset.c30 return xcalloc (1, Sbitset__nbytes (nbits)); in Sbitset__new()
/external/openssh/
Dauth-skey.c66 *prompts = xcalloc(*numprompts, sizeof(char *)); in skey_query()
67 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in skey_query()
Dgroupaccess.c68 groups_bygid = xcalloc(ngroups, sizeof(*groups_bygid)); in ga_init()
69 groups_byname = xcalloc(ngroups, sizeof(*groups_byname)); in ga_init()
Dauth-bsdauth.c90 *prompts = xcalloc(*numprompts, sizeof(char *)); in bsdauth_query()
91 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in bsdauth_query()
Dxmalloc.h20 void *xcalloc(size_t, size_t);
Dsandbox-null.c50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dsandbox-rlimit.c54 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dsandbox-darwin.c52 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dgss-genr.c67 ctx->oid = xcalloc(1, sizeof(gss_OID_desc)); in ssh_gssapi_set_oid_data()
147 *ctx = xcalloc(1, sizeof (Gssctxt)); in ssh_gssapi_build_ctx()
Dxmalloc.c43 xcalloc(size_t nmemb, size_t size) in xcalloc() function
Dssh-pkcs11.c319 k11 = xcalloc(1, sizeof(*k11)); in pkcs11_rsa_wrap()
590 p = xcalloc(1, sizeof(*p)); in pkcs11_add_provider()
626 p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID)); in pkcs11_add_provider()
632 p->slotinfo = xcalloc(p->nslots, sizeof(struct pkcs11_slotinfo)); in pkcs11_add_provider()
/external/bison/lib/
Dxalloc.h58 void *xcalloc (size_t n, size_t s)
91 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
Dxmalloc.c93 xcalloc (size_t n, size_t s) in xcalloc() function
Dbitset_stats.c700 sbset = xcalloc (1, bytes); in bitset_stats_init()
706 sbset = xcalloc (1, bytes); in bitset_stats_init()
712 sbset = xcalloc (1, bytes); in bitset_stats_init()
718 sbset = xcalloc (1, bytes); in bitset_stats_init()
/external/ltp/tools/top-LTP/proc/
Dalloc.h10 extern void *xcalloc(void *pointer, int size) MALLOC;
Dalloc.c12 void *xcalloc(void *pointer, int size) in xcalloc() function
/external/strace/
Dcount.c61 counts = xcalloc(nsyscalls, sizeof(*counts)); in count_syscall()
171 sorted_count = xcalloc(sizeof(int), nsyscalls); in call_summary_pers()
Dxmalloc.c51 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
/external/elfutils/lib/
Dxmalloc.c60 xcalloc (size_t n, size_t s) in xcalloc() function
/external/openssh/openbsd-compat/
Dbsd-cygwin_util.c102 p = xcalloc(WENV_SIZ + 1, sizeof(char *)); in fetch_windows_environment()

1234