ethers.c | 111 char *ypbuf, *ypdom; local in function:ether_ntohost 117 trylen, &ypbuf, &ypbuflen)) 119 ypbuflen = ether_line(ypbuf, &try, hostname); 120 free(ypbuf); 165 char *ypbuf, *ypdom; local in function:ether_hostton 171 &ypbuf, &ypbuflen)) 173 ypbuflen = ether_line(ypbuf, e, try); 174 free(ypbuf);
|