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...] |