Home
last modified time | relevance | path

Searched refs:host_str (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_tcsi_param.c100 get_hostname_from_env(char **host_str, unsigned *len) in get_hostname_from_env() argument
108 *host_str = NULL; in get_hostname_from_env()
126 *host_str = (char *)malloc(*len); in get_hostname_from_env()
127 if (*host_str == NULL) { in get_hostname_from_env()
133 strncpy(*host_str, tmp_str, *len); in get_hostname_from_env()
139 get_tcsd_hostname(char **host_str, unsigned *len) in get_tcsd_hostname() argument
144 rv = get_hostname_from_env(host_str, len); in get_tcsd_hostname()
147 LogDebug("Hostname %s will be used", *host_str); in get_tcsd_hostname()
160 *host_str = strdup(TSS_LOCALHOST_STRING); in get_tcsd_hostname()
161 if (*host_str == NULL) in get_tcsd_hostname()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtsp_tcsi_param.h27 get_tcsd_hostname(char **host_str, unsigned *len);
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dclientloop.c2029 char *host_str, *ip_str; member
2072 free(ctx->host_str); in hostkeys_update_ctx_free()
2145 "at %s:%ld", ctx->host_str, l->path, l->linenum); in hostkeys_find()
2221 options.user_hostfiles[i], ctx->host_str, in check_old_keys_othernames()
2224 hostkeys_check_old, ctx, ctx->host_str, ctx->ip_str, in check_old_keys_othernames()
2332 ctx->host_str, ctx->ip_str, in update_known_hosts()
2527 options.port, &ctx->host_str, in client_input_hostkeys()
2533 options.user_hostfiles[i], ctx->host_str, in client_input_hostkeys()
2536 hostkeys_find, ctx, ctx->host_str, ctx->ip_str, in client_input_hostkeys()
2593 ctx->host_str, ctx->ip_str == NULL ? "" : ",", in client_input_hostkeys()