Searched refs:hbuf (Results 1 – 1 of 1) sorted by relevance
1247 char hbuf[NI_MAXHOST]; in Aerror() local1253 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()