Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddomain.c1326 const char *ahn; local
1328 ahn = hn2alabel(hn);
1329 if (strlen(ahn) >= sizeof(MXHostBuf) - 1)
1333 shortenstring(ahn, MAXSHORTSTR));
1336 (void) sm_strlcpy(hn, ahn, sizeof(MXHostBuf) - 1);