Home | History | Annotate | Download | only in Modules

Lines Matching defs:hbuf

4261     char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV];

4322 hbuf, sizeof(hbuf), pbuf, sizeof(pbuf), flags);
4327 ret = Py_BuildValue("ss", hbuf, pbuf);