Home
last modified time | relevance | path

Searched refs:xrecallocarray (Results 1 – 21 of 21) sorted by relevance

/openbsd/src/usr.bin/ssh/
Dxmalloc.h22 void *xrecallocarray(void *, size_t, size_t, size_t);
Dsftp-usergroup.c166 ids = xrecallocarray(ids, n, n + 1, sizeof(*ids)); in collect_ids_from_glob()
205 ids = xrecallocarray(ids, n, n + 1, sizeof(*ids)); in collect_ids_from_dirents()
Dssh-add.c677 *listp = xrecallocarray(*listp, i + 1, i + 2, sizeof(**listp)); in stringlist_append()
733 dch->keys = xrecallocarray(dch->keys, dch->nkeys, in parse_dest_constraint_hop()
735 dch->key_is_ca = xrecallocarray(dch->key_is_ca, dch->nkeys, in parse_dest_constraint_hop()
778 *dcp = xrecallocarray(*dcp, *ndcp, *ndcp + 1, sizeof(**dcp)); in parse_dest_constraint()
985 certs = xrecallocarray(certs, ncerts, ncerts + 1, in main()
Dxmalloc.c69 xrecallocarray(void *ptr, size_t onmemb, size_t nmemb, size_t size) in xrecallocarray() function
Dsshd-session.c588 sensitive_data.host_keys = xrecallocarray( in parse_hostkeys()
591 sensitive_data.host_pubkeys = xrecallocarray( in parse_hostkeys()
594 sensitive_data.host_certificates = xrecallocarray( in parse_hostkeys()
Dsshd-auth.c379 host_pubkeys = xrecallocarray(host_pubkeys, in parse_hostkeys()
381 host_certificates = xrecallocarray(host_certificates, in parse_hostkeys()
Dssh-agent.c1098 dch->keys = xrecallocarray(dch->keys, dch->nkeys, in parse_dest_constraint_hop()
1100 dch->key_is_ca = xrecallocarray(dch->key_is_ca, dch->nkeys, in parse_dest_constraint_hop()
1221 *dcsp = xrecallocarray(*dcsp, *ndcsp, *ndcsp + 1, in parse_key_constraint_extension()
1249 *certs = xrecallocarray(*certs, *ncerts, *ncerts + 1, in parse_key_constraint_extension()
1749 e->session_ids = xrecallocarray(e->session_ids, e->nsession_ids, in process_ext_session_bind()
1920 sockets = xrecallocarray(sockets, old_alloc, new_alloc, in new_socket()
Dssh-pkcs11-client.c131 helpers = xrecallocarray(helpers, nhelpers, in helper_free()
590 helpers = xrecallocarray(helpers, nhelpers, in pkcs11_start_helper()
Dservconf.c804 options->listen_addrs = xrecallocarray(options->listen_addrs, in add_one_listen_addr()
867 options->queued_listen_addrs = xrecallocarray( in queue_listen_addr()
1885 options->subsystem_name = xrecallocarray( in process_server_config_line_depth()
1889 options->subsystem_command = xrecallocarray( in process_server_config_line_depth()
1893 options->subsystem_args = xrecallocarray( in process_server_config_line_depth()
2791 dst->subsystem_name = xrecallocarray( in servconf_merge_subsystems()
2794 dst->subsystem_command = xrecallocarray( in servconf_merge_subsystems()
2797 dst->subsystem_args = xrecallocarray( in servconf_merge_subsystems()
Dssh-pkcs11.c1178 *keysp = xrecallocarray(*keysp, *nkeys, in pkcs11_fetch_certs()
1182 *labelsp = xrecallocarray(*labelsp, *nkeys, in pkcs11_fetch_certs()
1290 *keysp = xrecallocarray(*keysp, *nkeys, in pkcs11_fetch_keys()
1294 *labelsp = xrecallocarray(*labelsp, *nkeys, in pkcs11_fetch_keys()
Dmisc.c1097 args->list = xrecallocarray(args->list, args->nalloc, in addargs()
2569 *iarray = xrecallocarray(*iarray, *lp, *lp + 1, in opt_array_append2()
2574 *array = xrecallocarray(*array, *lp, *lp + 1, sizeof(**array)); in opt_array_append2()
Dchannels.c316 sc->timeouts = xrecallocarray(sc->timeouts, sc->ntimeouts, in channel_add_timeout()
501 sc->channels = xrecallocarray(sc->channels, sc->channels_alloc, in channel_new()
678 *permp = xrecallocarray(*permp, *npermp, *npermp + 1, sizeof(**permp)); in permission_set_add()
2772 *pfdp = xrecallocarray(*pfdp, *npfd_allocp, in channel_prepare_poll()
4498 *permp = xrecallocarray(*permp, *npermp, 0, sizeof(**permp)); in channel_clear_permission()
Dsession.c1421 tmp = xrecallocarray(sessions, sessions_nalloc, in session_new()
1767 s->env = xrecallocarray(s->env, s->num_env, in session_env_req()
Dreadconf.c893 options->send_env = xrecallocarray(options->send_env, in rm_env()
1651 *cppptr = xrecallocarray(*cppptr, *uintptr, in process_config_line_depth()
2195 cnames = xrecallocarray(cnames, ncnames, ncnames + 1, in process_config_line_depth()
Dsshconnect.c723 ctx->names = xrecallocarray(ctx->names, in hostkeys_find_by_key_cb()
Dscp.c2172 bp->buf = xrecallocarray(bp->buf, bp->cnt, size, 1); in allocbuf()
Dssh-keygen.c3498 opts = xrecallocarray(opts, nopts, nopts + 1, in main()
/openbsd/src/usr.bin/tmux/
Dxmalloc.h26 void *xrecallocarray(void *, size_t, size_t, size_t);
Dxmalloc.c75 xrecallocarray(void *ptr, size_t oldnmemb, size_t nmemb, size_t size) in xrecallocarray() function
Darguments.c285 args->values = xrecallocarray(args->values, in args_parse()
Dcmd-parse.y829 values = xrecallocarray(values, count, count + 1, in cmd_parse_build_command()