Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dgetaddrinfo_hostspec.c52 int hostspec_len; in roken_getaddrinfo_hostspec2() local
87 hostspec_len = p - hostspec; in roken_getaddrinfo_hostspec2()
89 hostspec_len = strlen(hostspec); in roken_getaddrinfo_hostspec2()
93 snprintf (host, sizeof(host), "%.*s", hostspec_len, hostspec); in roken_getaddrinfo_hostspec2()