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

/bind-9.11.3/bin/dig/
H A Ddighost.c4657 char tmp1[MAXDLEN], tmp2[MAXDLEN]; local
4681 if (idn_decodename(IDN_DECODE_APP, tmp1, tmp2, MAXDLEN) != idn_success)
4683 strlcpy(tmp1, tmp2, MAXDLEN);
/bind-9.11.3/lib/dns/
H A Dzone.c1414 char **tmp, *tmp2, *base; local
1426 tmp2 = mem;
1428 tmp2 += (zone->db_argc + 1) * sizeof(char *);
1430 *tmp++ = tmp2;
1431 strlcpy(tmp2, zone->db_argv[i], size - (tmp2 - base));
1432 tmp2 += strlen(tmp2) + 1;

Completed in 72 milliseconds