/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/ |
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 | 21 void *xcalloc(size_t, size_t);
|
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 | gss-genr.c | 66 ctx->oid = xcalloc(1, sizeof(gss_OID_desc)); in ssh_gssapi_set_oid_data() 146 *ctx = xcalloc(1, sizeof (Gssctxt)); in ssh_gssapi_build_ctx()
|
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 | 1164 startup_pipes = xcalloc(options.max_startups, sizeof(int)); 1176 fdset = xcalloc(howmany(maxfd + 1, NFDBITS), 1437 saved_argv = xcalloc(ac + 1, sizeof(*saved_argv)); 1717 sensitive_data.host_keys = xcalloc(options.num_host_key_files, 1719 sensitive_data.host_pubkeys = xcalloc(options.num_host_key_files, 1791 sensitive_data.host_certificates = xcalloc(options.num_host_key_files, 1870 rexec_argv = xcalloc(rexec_argc + 2, sizeof(char *)); 2071 authctxt = xcalloc(1, sizeof(*authctxt));
|
D | ssh-pkcs11.c | 319 k11 = xcalloc(1, sizeof(*k11)); in pkcs11_rsa_wrap() 593 p = xcalloc(1, sizeof(*p)); in pkcs11_add_provider() 634 p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID)); in pkcs11_add_provider() 641 p->slotinfo = xcalloc(p->nslots, sizeof(struct pkcs11_slotinfo)); in pkcs11_add_provider()
|
D | auth2-chall.c | 116 kbdintctxt = xcalloc(1, sizeof(KbdintAuthctxt)); in kbdint_alloc() 312 response = xcalloc(nresp, sizeof(char *)); in input_userauth_info_response()
|
D | xmalloc.c | 53 xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
D | sandbox-solaris.c | 50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
|
D | ssh-keyscan.c | 625 r = xcalloc(read_wait_nfdset, sizeof(fd_mask)); in conloop() 626 e = xcalloc(read_wait_nfdset, sizeof(fd_mask)); in conloop() 808 fdcon = xcalloc(maxfd, sizeof(con)); in main() 811 read_wait = xcalloc(read_wait_nfdset, sizeof(fd_mask)); in main()
|
D | sandbox-capsicum.c | 60 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
|
D | sftp-glob.c | 52 r = xcalloc(1, sizeof(*r)); in fudge_opendir()
|
D | monitor_wrap.c | 643 *prompts = xcalloc((*num + 1), sizeof(char *)); in mm_sshpam_query() 644 *echo_on = xcalloc((*num + 1), sizeof(u_int)); in mm_sshpam_query() 707 *prompts = xcalloc(*numprompts, sizeof(char *)); in mm_chall_setup() 708 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in mm_chall_setup()
|
/external/elfutils/lib/ |
D | libeu.h | 36 extern void *xcalloc (size_t, size_t) __attribute__ ((__malloc__));
|
D | xmalloc.c | 59 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()
|