Home | History | Annotate | Download | only in Modules

Lines Matching defs:hbuf

4286     char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];
4347 hbuf, sizeof(hbuf), pbuf, sizeof(pbuf), flags);
4352 ret = Py_BuildValue("ss", hbuf, pbuf);