Searched defs:hpbuf (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | cldap.c | 96 char hpbuf[NSS_BUFLEN_HOSTS]; local 150 if ( (hp = gethostbyname_r( host, &hpret, hpbuf, NSS_BUFLEN_HOSTS, &hperrno)) == NULL ) {
|
H A D | os-ip.c | 154 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 21 milliseconds