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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgethostbyht.c85 static char hostbuf[BUFSIZ+1]; variable
122 if ( NULL == (p = fgets(hostbuf, sizeof hostbuf, hostf))) {
H A Dgethostbydns.c139 static char hostbuf[8*1024]; variable
233 bp = hostbuf;
234 buflen = sizeof hostbuf;
440 if (bp + n >= &hostbuf[sizeof hostbuf]) {
577 strncpy(hostbuf, name, MAXDNAME);
578 hostbuf[MAXDNAME] = '\0';
579 bp = hostbuf + MAXDNAME;
580 len = sizeof hostbuf - MAXDNAME;
581 host.h_name = hostbuf;
[all...]

Completed in 33 milliseconds