Searched refs:host_str (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/ |
| D | tsp_tcsi_param.c | 100 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/ |
| D | tsp_tcsi_param.h | 27 get_tcsd_hostname(char **host_str, unsigned *len);
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | clientloop.c | 2030 char *host_str, *ip_str; member 2073 free(ctx->host_str); in hostkeys_update_ctx_free() 2146 "at %s:%ld", ctx->host_str, l->path, l->linenum); in hostkeys_find() 2222 options.user_hostfiles[i], ctx->host_str, in check_old_keys_othernames() 2225 hostkeys_check_old, ctx, ctx->host_str, ctx->ip_str, in check_old_keys_othernames() 2333 ctx->host_str, ctx->ip_str, in update_known_hosts() 2528 options.port, &ctx->host_str, in client_input_hostkeys() 2534 options.user_hostfiles[i], ctx->host_str, in client_input_hostkeys() 2537 hostkeys_find, ctx, ctx->host_str, ctx->ip_str, in client_input_hostkeys() 2594 ctx->host_str, ctx->ip_str == NULL ? "" : ",", in client_input_hostkeys()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ser-tcp.c | 299 int r = getaddrinfo (parsed.host_str.c_str (), in net_open()
|