Searched defs:hpbuf (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dcldap.c96 char hpbuf[NSS_BUFLEN_HOSTS]; local
150 if ( (hp = gethostbyname_r( host, &hpret, hpbuf, NSS_BUFLEN_HOSTS, &hperrno)) == NULL ) {
H A Dos-ip.c154 char hpbuf[NSS_BUFLEN_HOSTS]; local
166 if ((hp = gethostbyname_r(host, &hpret, hpbuf,
276 char hpbuf[NSS_BUFLEN_HOSTS]; local
294 &hpret, hpbuf, NSS_BUFLEN_HOSTS, &hperrno)) != NULL ) {

Completed in 43 milliseconds