Searched refs:hostbuf (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/private/
H A Dresolv_static.h21 char hostbuf[8*1024]; member in struct:res_static
/bionic/libc/netbsd/
H A Dgethnamaddr.c216 bp = rs->hostbuf;
217 ep = rs->hostbuf + sizeof rs->hostbuf;
416 if (bp + n >= &rs->hostbuf[sizeof rs->hostbuf]) {
575 char *ptr = rs->hostbuf;
579 rs->host.h_name = rs->hostbuf;
680 strncpy(rs->hostbuf, name, MAXDNAME);
681 rs->hostbuf[MAXDNAME] = '\0';
682 bp = rs->hostbuf
[all...]
/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c1312 char hostbuf[8*1024]; local
1338 bp = hostbuf;
1339 ep = hostbuf + sizeof hostbuf;
2056 char hostbuf[8*1024]; local
2065 if (!(p = fgets(hostbuf, sizeof hostbuf, *hostf)))

Completed in 98 milliseconds