/external/oprofile/libutil/ |
D | op_libiberty.c | 19 void * xcalloc(size_t n_elem, size_t sz) in xcalloc() function 32 void * output = xcalloc(1, alloc_size); in xmemdup()
|
D | op_libiberty.h | 51 void * xcalloc(size_t, size_t) OP_ATTRIB_MALLOC;
|
/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()
|
D | derives.c | 71 rule_list **dset = xcalloc (nvars, sizeof *dset); in derives_compute()
|
/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 | 66 groups_bygid = xcalloc(ngroups, sizeof(*groups_bygid)); in ga_init() 67 groups_byname = xcalloc(ngroups, sizeof(*groups_byname)); in ga_init()
|
D | auth-bsdauth.c | 83 *prompts = xcalloc(*numprompts, sizeof(char *)); in bsdauth_query() 84 *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 | ssh-pkcs11.c | 311 k11 = xcalloc(1, sizeof(*k11)); in pkcs11_rsa_wrap() 507 p = xcalloc(1, sizeof(*p)); in pkcs11_add_provider() 543 p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID)); in pkcs11_add_provider() 549 p->slotinfo = xcalloc(p->nslots, sizeof(struct pkcs11_slotinfo)); in pkcs11_add_provider()
|
D | ssh-keyscan.c | 540 r = xcalloc(read_wait_nfdset, sizeof(fd_mask)); in conloop() 541 e = xcalloc(read_wait_nfdset, sizeof(fd_mask)); in conloop() 715 fdcon = xcalloc(maxfd, sizeof(con)); in main() 718 read_wait = xcalloc(read_wait_nfdset, sizeof(fd_mask)); in main()
|
D | xmalloc.c | 41 xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
/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
|
/external/elfutils/lib/ |
D | xmalloc.c | 58 xcalloc (n, s) in xcalloc() function
|
D | system.h | 56 extern void *xcalloc (size_t, size_t) __attribute__ ((__malloc__));
|
/external/openssh/openbsd-compat/ |
D | bsd-cygwin_util.c | 90 p = xcalloc(WENV_SIZ + 1, sizeof(char *)); in fetch_windows_environment()
|
/external/chromium_org/third_party/jemalloc/chromium/ |
D | jemalloc.h | 100 void *xcalloc(size_t num, size_t size);
|