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