Home
last modified time | relevance | path

Searched refs:hbuf (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/netbsd/resolv/
Dres_send.c1247 char hbuf[NI_MAXHOST]; in Aerror() local
1253 if (getnameinfo(address, (socklen_t)alen, hbuf, sizeof(hbuf), in Aerror()
1255 strncpy(hbuf, "?", sizeof(hbuf) - 1); in Aerror()
1256 hbuf[sizeof(hbuf) - 1] = '\0'; in Aerror()
1261 string, hbuf, sbuf, strerror(error)); in Aerror()