HomeSort by: relevance | last modified time | path
    Searched defs:ypcurrent (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/net/
gethnamaddr.c 1234 char *ypcurrent; local in function:_yp_gethtbyaddr
1266 ypcurrent = NULL;
1268 (int)strlen(name), &ypcurrent, &ypcurrentlen);
1270 hp = _yp_hostent(ypcurrent, af, info);
1273 free(ypcurrent);
1286 char *ypcurrent; local in function:_yp_gethtbyname
1311 ypcurrent = NULL;
1313 (int)strlen(name), &ypcurrent, &ypcurrentlen);
1315 hp = _yp_hostent(ypcurrent, af, info);
1318 free(ypcurrent);
    [all...]
gethnamaddr.c 1234 char *ypcurrent; local in function:_yp_gethtbyaddr
1266 ypcurrent = NULL;
1268 (int)strlen(name), &ypcurrent, &ypcurrentlen);
1270 hp = _yp_hostent(ypcurrent, af, info);
1273 free(ypcurrent);
1286 char *ypcurrent; local in function:_yp_gethtbyname
1311 ypcurrent = NULL;
1313 (int)strlen(name), &ypcurrent, &ypcurrentlen);
1315 hp = _yp_hostent(ypcurrent, af, info);
1318 free(ypcurrent);
    [all...]

Completed in 22 milliseconds