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

/bind-9.11.3/lib/bind9/
H A Dgetaddresses.c80 char tmpbuf[128], *d; local
83 strlcpy(tmpbuf, hostname, sizeof(tmpbuf));
84 d = strchr(tmpbuf, '%');
88 if (inet_pton(AF_INET6, tmpbuf, &in6) == 1) {
/bind-9.11.3/lib/isc/win32/
H A Dfsaccess.c55 char tmpbuf[256]; local
77 strlcpy(tmpbuf, filename, sizeof(tmpbuf));
78 machinename = strtok(tmpbuf, "\\");
/bind-9.11.3/lib/dns/
H A Drdata.c1723 char tmpbuf[64]; local
1726 if (inet_ntop(af, src->base, tmpbuf, sizeof(tmpbuf)) == NULL)
1728 if (strlen(tmpbuf) > isc_buffer_availablelength(target))
1730 isc_buffer_putstr(target, tmpbuf);
H A Dmessage.c2235 isc_buffer_t tmpbuf; local
2337 isc_buffer_init(&tmpbuf, r.base, r.length);
2339 dns_message_renderheader(msg, &tmpbuf);

Completed in 27 milliseconds