Searched refs:hnb (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/sendmail/src/
H A Dconf.c4702 char hnb[MAXHOSTNAMELEN]; local
4766 if (sm_snprintf(hnb, sizeof(hnb), "[%s]", hp->h_name) <
4767 sizeof(hnb)
4768 && !wordinclass((char *) hnb, 'w'))
4769 setclass('w', hnb);
4785 if (sm_snprintf(hnb, sizeof(hnb),
4786 "[%s]", *ha) < sizeof(hnb) &&
4787 !wordinclass((char *) hnb, '
[all...]

Completed in 65 milliseconds