Home
last modified time | relevance | path

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

123

/external/strace/
Dxmalloc.h39 #define xcalloc strace_calloc macro
42 void *xcalloc(size_t nmemb, size_t size)
Dcount.c58 counts = xcalloc(nsyscalls, sizeof(*counts)); in count_syscall()
145 sorted_count = xcalloc(sizeof(sorted_count[0]), nsyscalls); in call_summary_pers()
Dxmalloc.c63 xcalloc(size_t nmemb, size_t size) in xcalloc() function
Dnumber_set.c131 return xcalloc(nmemb, sizeof(struct number_set)); in alloc_number_set_array()
/external/openssh/openbsd-compat/
Dbsd-cygwin_util.c106 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/
Dgroupaccess.c64 groups_bygid = xcalloc(ngroups, sizeof(*groups_bygid)); in ga_init()
71 groups_byname = xcalloc(ngroups, sizeof(*groups_byname)); in ga_init()
Dauth-bsdauth.c88 *prompts = xcalloc(*numprompts, sizeof(char *)); in bsdauth_query()
89 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in bsdauth_query()
Dxmalloc.h20 void *xcalloc(size_t, size_t);
Dmonitor_wrap.c278 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()
Dsandbox-null.c50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dsandbox-pledge.c50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dsandbox-rlimit.c53 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dsandbox-darwin.c53 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dsshd.c949 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));
Dsandbox-solaris.c50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dsandbox-capsicum.c60 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dgss-genr.c82 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()
Dssh-keyscan.c599 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()
Dxmalloc.c47 xcalloc(size_t nmemb, size_t size) in xcalloc() function
Dsftp-glob.c52 r = xcalloc(1, sizeof(*r)); in fudge_opendir()
Dauth2-chall.c112 kbdintctxt = xcalloc(1, sizeof(KbdintAuthctxt)); in kbdint_alloc()
317 response = xcalloc(nresp, sizeof(char *)); in input_userauth_info_response()
Dssh-pkcs11-client.c342 *keysp = xcalloc(nkeys, sizeof(struct sshkey *)); in pkcs11_add_provider()
344 *labelsp = xcalloc(nkeys, sizeof(char *)); in pkcs11_add_provider()
Dssh-pkcs11.c494 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/
Dlibeu.h36 extern void *xcalloc (size_t, size_t) __attribute__ ((__malloc__));
Dxmalloc.c55 xcalloc (size_t n, size_t s) in xcalloc() function

123