if (d == 0)
return (0);
#ifdef YP
- if (!__yp_nomap && _yp_check(&d->domain)) {
+ if (!__yp_nomap && __yp_check(&d->domain)) {
sprintf(adrstr, "%d", number);
reason = yp_match(d->domain, "rpc.bynumber", adrstr, strlen(adrstr),
&d->current, &d->currentlen);
if (d == 0)
return;
#ifdef YP
- if (!__yp_nomap && _yp_check(NULL)) {
+ if (!__yp_nomap && __yp_check(NULL)) {
if (d->current)
free(d->current);
d->current = NULL;
if (d == 0)
return;
#ifdef YP
- if (!__yp_nomap && _yp_check(NULL)) {
+ if (!__yp_nomap && __yp_check(NULL)) {
if (d->current && !d->stayopen)
free(d->current);
d->current = NULL;
if (d == 0)
return(NULL);
#ifdef YP
- if (!__yp_nomap && _yp_check(&d->domain)) {
+ if (!__yp_nomap && __yp_check(&d->domain)) {
if (d->current == NULL && d->currentlen == 0) {
reason = yp_first(d->domain, "rpc.bynumber",
&d->current, &d->currentlen,