Lines Matching refs:hbuf
1276 char hbuf[NI_MAXHOST];1282 if (getnameinfo(address, (socklen_t)alen, hbuf, sizeof(hbuf),1284 strncpy(hbuf, "?", sizeof(hbuf) - 1);1285 hbuf[sizeof(hbuf) - 1] = '\0';1290 string, hbuf, sbuf, strerror(error));