Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sendmail/src/
H A Dmci.c1548 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 &&
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 != '.')
[all …]