Home | History | Annotate | Download | only in resolv

Lines Matching defs:hbuf

1315 	char hbuf[NI_MAXHOST];
1319 if (getnameinfo(address, (socklen_t)alen, hbuf, sizeof(hbuf),
1321 strncpy(hbuf, "?", sizeof(hbuf) - 1);
1322 hbuf[sizeof(hbuf) - 1] = '\0';
1327 string, hbuf, sbuf, strerror(error));