Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c236 const char *tmp_canon; in add_hostent() local
238 tmp_canon = hostent_find_fqdn (he); in add_hostent()
239 if (strchr (tmp_canon, '.') == NULL) { in add_hostent()
248 tmp_canon = tmp; in add_hostent()
252 canonname = strdup (tmp_canon); in add_hostent()