Home
last modified time | relevance | path

Searched refs:xcalloc (Results 1 – 25 of 72) 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/
Dauth-skey.c66 *prompts = xcalloc(*numprompts, sizeof(char *)); in skey_query()
67 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in skey_query()
Dgroupaccess.c68 groups_bygid = xcalloc(ngroups, sizeof(*groups_bygid)); in ga_init()
69 groups_byname = xcalloc(ngroups, sizeof(*groups_byname)); in ga_init()
Dauth-bsdauth.c90 *prompts = xcalloc(*numprompts, sizeof(char *)); in bsdauth_query()
91 *echo_on = xcalloc(*numprompts, sizeof(u_int)); in bsdauth_query()
Dxmalloc.h21 void *xcalloc(size_t, size_t);
Dsandbox-null.c50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dsandbox-pledge.c50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dgss-genr.c66 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()
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.c1164 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));
Dssh-pkcs11.c319 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()
Dauth2-chall.c116 kbdintctxt = xcalloc(1, sizeof(KbdintAuthctxt)); in kbdint_alloc()
312 response = xcalloc(nresp, sizeof(char *)); in input_userauth_info_response()
Dxmalloc.c53 xcalloc(size_t nmemb, size_t size) in xcalloc() function
Dsandbox-solaris.c50 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dssh-keyscan.c625 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()
Dsandbox-capsicum.c60 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
Dsftp-glob.c52 r = xcalloc(1, sizeof(*r)); in fudge_opendir()
Dmonitor_wrap.c643 *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/
Dlibeu.h36 extern void *xcalloc (size_t, size_t) __attribute__ ((__malloc__));
Dxmalloc.c59 xcalloc (size_t n, size_t s) in xcalloc() function
/external/openssh/openbsd-compat/
Dbsd-cygwin_util.c102 p = xcalloc(WENV_SIZ + 1, sizeof(char *)); in fetch_windows_environment()

123