Searched refs:tmphstbuf (Results 1 – 1 of 1) sorted by relevance
20 char *tmphstbuf; in main() local26 tmphstbuf = malloc (hstbuflen); in main()28 while ((res = gethostbyname_r (host, &hostbuf, tmphstbuf, hstbuflen, in main()33 tmphstbuf = realloc (tmphstbuf, hstbuflen); in main()
Completed in 3 milliseconds