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

/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c3753 char tmp1[MAXDLEN], tmp2[MAXDLEN]; local
3777 if (idn_decodename(IDN_DECODE_APP, tmp1, tmp2, MAXDLEN) != idn_success)
3779 strcpy(tmp1, tmp2);
/bind-9.6-ESV-R11/lib/dns/
H A Dzone.c1068 char **tmp, *tmp2; local
1080 tmp2 = mem;
1081 tmp2 += (zone->db_argc + 1) * sizeof(char *);
1083 *tmp++ = tmp2;
1084 strcpy(tmp2, zone->db_argv[i]);
1085 tmp2 += strlen(tmp2) + 1;

Completed in 52 milliseconds