Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgethnamaddr.c1439 char *ypcurrent; in _yp_gethtbyaddr() local
1471 ypcurrent = NULL; in _yp_gethtbyaddr()
1473 (int)strlen(name), &ypcurrent, &ypcurrentlen); in _yp_gethtbyaddr()
1475 hp = _yp_hostent(ypcurrent, af, info); in _yp_gethtbyaddr()
1478 free(ypcurrent); in _yp_gethtbyaddr()
1491 char *ypcurrent; in _yp_gethtbyname() local
1516 ypcurrent = NULL; in _yp_gethtbyname()
1518 (int)strlen(name), &ypcurrent, &ypcurrentlen); in _yp_gethtbyname()
1520 hp = _yp_hostent(ypcurrent, af, info); in _yp_gethtbyname()
1523 free(ypcurrent); in _yp_gethtbyname()