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

/bionic/libc/dns/include/
H A Dresolv_static.h21 char hostbuf[8*1024]; member in struct:res_static
/bionic/libc/dns/net/
H A Dgetaddrinfo.c1327 char hostbuf[8*1024]; local
1353 bp = hostbuf;
1354 ep = hostbuf + sizeof hostbuf;
2058 char hostbuf[8*1024]; local
2067 if (!(p = fgets(hostbuf, sizeof hostbuf, *hostf)))

Completed in 117 milliseconds