/external/bison/src/ |
D | nullable.c | 64 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()
|
D | tables.c | 767 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()
|
D | lalr.c | 78 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()
|
D | relation.c | 102 INDEX = xcalloc (size + 1, sizeof *INDEX); in relation_digraph() 133 size_t *nedges = xcalloc (n, sizeof *nedges); in relation_transpose()
|
D | LR0.c | 102 size_t *symbol_count = xcalloc (nsyms + nuseless_nonterminals, in allocate_itemsets() 304 states = xcalloc (nstates, sizeof *states); in set_states()
|
D | Sbitset.c | 30 return xcalloc (1, Sbitset__nbytes (nbits)); in Sbitset__new()
|
/external/openssh/ |
D | auth-skey.c | 66 *prompts = xcalloc(*numprompts, sizeof(char *)); in skey_query() 67 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in skey_query()
|
D | groupaccess.c | 68 groups_bygid = xcalloc(ngroups, sizeof(*groups_bygid)); in ga_init() 69 groups_byname = xcalloc(ngroups, sizeof(*groups_byname)); in ga_init()
|
D | auth-bsdauth.c | 90 *prompts = xcalloc(*numprompts, sizeof(char *)); in bsdauth_query() 91 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in bsdauth_query()
|
D | xmalloc.h | 20 void *xcalloc(size_t, size_t);
|
D | sandbox-null.c | 50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
|
D | sandbox-rlimit.c | 54 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
|
D | sandbox-darwin.c | 52 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
|
D | gss-genr.c | 67 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()
|
D | xmalloc.c | 43 xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
D | ssh-pkcs11.c | 319 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/ |
D | xalloc.h | 58 void *xcalloc (size_t n, size_t s) 91 ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t))))
|
D | xmalloc.c | 93 xcalloc (size_t n, size_t s) in xcalloc() function
|
D | bitset_stats.c | 700 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/ |
D | alloc.h | 10 extern void *xcalloc(void *pointer, int size) MALLOC;
|
D | alloc.c | 12 void *xcalloc(void *pointer, int size) in xcalloc() function
|
/external/strace/ |
D | count.c | 61 counts = xcalloc(nsyscalls, sizeof(*counts)); in count_syscall() 171 sorted_count = xcalloc(sizeof(int), nsyscalls); in call_summary_pers()
|
D | xmalloc.c | 51 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
/external/elfutils/lib/ |
D | xmalloc.c | 60 xcalloc (size_t n, size_t s) in xcalloc() function
|
/external/openssh/openbsd-compat/ |
D | bsd-cygwin_util.c | 102 p = xcalloc(WENV_SIZ + 1, sizeof(char *)); in fetch_windows_environment()
|