/external/strace/ |
D | xmalloc.h | 39 #define xcalloc strace_calloc macro 42 void *xcalloc(size_t nmemb, size_t size)
|
D | count.c | 58 counts = xcalloc(nsyscalls, sizeof(*counts)); in count_syscall() 145 sorted_count = xcalloc(sizeof(sorted_count[0]), nsyscalls); in call_summary_pers()
|
D | xmalloc.c | 63 xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
D | number_set.c | 131 return xcalloc(nmemb, sizeof(struct number_set)); in alloc_number_set_array()
|
/external/openssh/openbsd-compat/ |
D | bsd-cygwin_util.c | 106 p = xcalloc(WENV_SIZ + 1, sizeof(char *)); in fetch_windows_environment() 199 ws = (wchar_t *) xcalloc(len + 1, sizeof (wchar_t)); in _match_pattern() 203 wpattern = (wchar_t *) xcalloc(len + 1, sizeof (wchar_t)); in _match_pattern()
|
/external/openssh/ |
D | groupaccess.c | 64 groups_bygid = xcalloc(ngroups, sizeof(*groups_bygid)); in ga_init() 71 groups_byname = xcalloc(ngroups, sizeof(*groups_byname)); in ga_init()
|
D | auth-bsdauth.c | 88 *prompts = xcalloc(*numprompts, sizeof(char *)); in bsdauth_query() 89 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in bsdauth_query()
|
D | xmalloc.h | 20 void *xcalloc(size_t, size_t);
|
D | monitor_wrap.c | 278 pw = xcalloc(sizeof(*pw), 1); in mm_getpwnamallow() 303 newopts = xcalloc(sizeof(*newopts), 1); in mm_getpwnamallow() 316 NULL : xcalloc(newopts->nx, sizeof(*newopts->x)); \ in mm_getpwnamallow() 531 *sig_detailsp = xcalloc(1, sizeof(**sig_detailsp)); in mm_sshkey_verify() 735 *prompts = xcalloc((*num + 1), sizeof(char *)); in mm_sshpam_query() 736 *echo_on = xcalloc((*num + 1), sizeof(u_int)); in mm_sshpam_query() 810 *prompts = xcalloc(*numprompts, sizeof(char *)); in mm_chall_setup() 811 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in mm_chall_setup()
|
D | sandbox-null.c | 50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
|
D | sandbox-pledge.c | 50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
|
D | sandbox-rlimit.c | 53 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
|
D | sandbox-darwin.c | 53 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
|
D | sshd.c | 949 item = xcalloc(1, sizeof(*item)); 1113 startup_pipes = xcalloc(options.max_startups, sizeof(int)); 1114 startup_flags = xcalloc(options.max_startups, sizeof(int)); 1139 fdset = xcalloc(howmany(maxfd + 1, NFDBITS), 1514 saved_argv = xcalloc(ac + 1, sizeof(*saved_argv)); 1771 sensitive_data.host_keys = xcalloc(options.num_host_key_files, 1773 sensitive_data.host_pubkeys = xcalloc(options.num_host_key_files, 1865 sensitive_data.host_certificates = xcalloc(options.num_host_key_files, 1952 rexec_argv = xcalloc(rexec_argc + 2, sizeof(char *)); 2167 authctxt = xcalloc(1, sizeof(*authctxt));
|
D | sandbox-solaris.c | 50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
|
D | sandbox-capsicum.c | 60 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
|
D | gss-genr.c | 82 ctx->oid = xcalloc(1, sizeof(gss_OID_desc)); in ssh_gssapi_set_oid_data() 166 *ctx = xcalloc(1, sizeof (Gssctxt)); in ssh_gssapi_build_ctx()
|
D | ssh-keyscan.c | 599 r = xcalloc(read_wait_nfdset, sizeof(fd_mask)); in conloop() 600 e = xcalloc(read_wait_nfdset, sizeof(fd_mask)); in conloop() 788 fdcon = xcalloc(maxfd, sizeof(con)); in main() 791 read_wait = xcalloc(read_wait_nfdset, sizeof(fd_mask)); in main()
|
D | xmalloc.c | 47 xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
D | sftp-glob.c | 52 r = xcalloc(1, sizeof(*r)); in fudge_opendir()
|
D | auth2-chall.c | 112 kbdintctxt = xcalloc(1, sizeof(KbdintAuthctxt)); in kbdint_alloc() 317 response = xcalloc(nresp, sizeof(char *)); in input_userauth_info_response()
|
D | ssh-pkcs11-client.c | 342 *keysp = xcalloc(nkeys, sizeof(struct sshkey *)); in pkcs11_add_provider() 344 *labelsp = xcalloc(nkeys, sizeof(char *)); in pkcs11_add_provider()
|
D | ssh-pkcs11.c | 494 k11 = xcalloc(1, sizeof(*k11)); in pkcs11_rsa_wrap() 608 k11 = xcalloc(1, sizeof(*k11)); in pkcs11_ecdsa_wrap() 743 key_attr[i].pValue = xcalloc(1, key_attr[i].ulValueLen); in pkcs11_fetch_ecdsa_pubkey() 864 key_attr[i].pValue = xcalloc(1, key_attr[i].ulValueLen); in pkcs11_fetch_rsa_pubkey() 966 cert_attr[i].pValue = xcalloc(1, cert_attr[i].ulValueLen); in pkcs11_fetch_x509_pubkey() 1526 p = xcalloc(1, sizeof(*p)); in pkcs11_register_provider() 1568 p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID)); in pkcs11_register_provider() 1575 p->slotinfo = xcalloc(p->nslots, sizeof(struct pkcs11_slotinfo)); in pkcs11_register_provider()
|
/external/elfutils/lib/ |
D | libeu.h | 36 extern void *xcalloc (size_t, size_t) __attribute__ ((__malloc__));
|
D | xmalloc.c | 55 xcalloc (size_t n, size_t s) in xcalloc() function
|