Home
last modified time | relevance | path

Searched refs:ypcurrent (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/dns/net/
Dgethnamaddr.c1438 char *ypcurrent; in _yp_gethtbyaddr() local
1470 ypcurrent = NULL; in _yp_gethtbyaddr()
1472 (int)strlen(name), &ypcurrent, &ypcurrentlen); in _yp_gethtbyaddr()
1474 hp = _yp_hostent(ypcurrent, af, info); in _yp_gethtbyaddr()
1477 free(ypcurrent); in _yp_gethtbyaddr()
1490 char *ypcurrent; in _yp_gethtbyname() local
1515 ypcurrent = NULL; in _yp_gethtbyname()
1517 (int)strlen(name), &ypcurrent, &ypcurrentlen); in _yp_gethtbyname()
1519 hp = _yp_hostent(ypcurrent, af, info); in _yp_gethtbyname()
1522 free(ypcurrent); in _yp_gethtbyname()