Searched refs:tmpbuf (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/lib/bind9/
H A Dgetaddresses.c90 char tmpbuf[128], *d; local
93 strcpy(tmpbuf, hostname);
94 d = strchr(tmpbuf, '%');
98 if (inet_pton(AF_INET6, tmpbuf, &in6) == 1) {
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc_ntoa.c123 static char tmpbuf[sizeof local
143 ascii = tmpbuf;
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dfsaccess.c63 char tmpbuf[256]; local
87 strcpy(tmpbuf, filename);
88 machinename = strtok(tmpbuf, "\\");
/bind-9.6-ESV-R11/lib/dns/
H A Drdata.c1456 char tmpbuf[64]; local
1459 if (inet_ntop(af, src->base, tmpbuf, sizeof(tmpbuf)) == NULL)
1461 if (strlen(tmpbuf) > isc_buffer_availablelength(target))
1463 isc_buffer_putstr(target, tmpbuf);
H A Dmessage.c2059 isc_buffer_t tmpbuf; local
2164 isc_buffer_init(&tmpbuf, r.base, r.length);
2166 dns_message_renderheader(msg, &tmpbuf);

Completed in 244 milliseconds