Searched defs:MAXDLEN (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/dig/
H A Ddighost.c157 #define MAXDLEN 256 macro
4657 char tmp1[MAXDLEN], tmp2[MAXDLEN];
4666 if (fromlen >= MAXDLEN)
4672 if (fromlen >= MAXDLEN)
4681 if (idn_decodename(IDN_DECODE_APP, tmp1, tmp2, MAXDLEN) != idn_success)
4683 strlcpy(tmp1, tmp2, MAXDLEN);

Completed in 28 milliseconds