Lines Matching refs:xcalloc
998 item = xcalloc(1, sizeof(*item));
1158 startup_pipes = xcalloc(options.max_startups, sizeof(int));
1159 startup_flags = xcalloc(options.max_startups, sizeof(int));
1160 startup_pollfd = xcalloc(options.max_startups, sizeof(int));
1177 pfd = xcalloc(num_listen_socks + options.max_startups,
1636 saved_argv = xcalloc(ac + 1, sizeof(*saved_argv));
1896 sensitive_data.host_keys = xcalloc(options.num_host_key_files,
1898 sensitive_data.host_pubkeys = xcalloc(options.num_host_key_files,
2006 sensitive_data.host_certificates = xcalloc(options.num_host_key_files,
2084 rexec_argv = xcalloc(rexec_argc + 2, sizeof(char *));
2329 authctxt = xcalloc(1, sizeof(*authctxt));