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

/bind-9.11.3/bin/dig/
H A Ddighost.c4657 char tmp1[MAXDLEN], tmp2[MAXDLEN]; local
4662 * Copy contents of 'buffer' to 'tmp1', supply trailing dot
4668 memmove(tmp1, (char *)isc_buffer_base(buffer) + used_org, fromlen);
4669 end_with_dot = (tmp1[fromlen - 1] == '.') ? ISC_TRUE : ISC_FALSE;
4674 tmp1[fromlen - 1] = '.';
4676 tmp1[fromlen] = '\0';
4679 * Convert contents of 'tmp1' to local encoding.
4681 if (idn_decodename(IDN_DECODE_APP, tmp1, tmp2, MAXDLEN) != idn_success)
4683 strlcpy(tmp1, tmp2, MAXDLEN);
4686 * Copy the converted contents in 'tmp1' bac
4697 memmove(isc_buffer_used(buffer), tmp1, tolen); local
[all...]

Completed in 39 milliseconds