Searched refs:ypcurrent (Results 1 – 1 of 1) sorted by relevance
1438 char *ypcurrent; in _yp_gethtbyaddr() local1470 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() local1515 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()