Lines Matching refs:t_host
1548 char t_host[MAXHOSTNAMELEN]; local
1575 if (strlen(host) > sizeof(t_host) - 1)
1578 (void) sm_strlcpy(t_host, host + 1, sizeof(t_host));
1580 (void) sm_strlcpy(t_host, host, sizeof(t_host));
1587 elem = t_host + strlen(t_host);
1588 while (elem > t_host &&
1597 if (anynet_pton(AF_INET6, t_host, &in6_addr) == 1)
1601 if (inet_addr(t_host) != INADDR_NONE)
1610 for (p = (char *) t_host; *p != '\0'; p++)
1622 while (elem > t_host)
1630 while (elem >= t_host && *elem != '.')
1642 if (elem >= t_host)