Home
last modified time | relevance | path

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

/src/crypto/heimdal/lib/roken/
H A Dgetaddrinfo_hostspec.c50 int hostspec_len; in roken_getaddrinfo_hostspec2() local
85 hostspec_len = p - hostspec; in roken_getaddrinfo_hostspec2()
87 hostspec_len = strlen(hostspec); in roken_getaddrinfo_hostspec2()
91 snprintf (host, sizeof(host), "%.*s", hostspec_len, hostspec); in roken_getaddrinfo_hostspec2()