Searched refs:hstbuflen (Results 1 – 1 of 1) sorted by relevance
19 size_t hstbuflen; in main() local24 hstbuflen = 16; /* Make it way small to ensure ERANGE. */ in main()26 tmphstbuf = malloc (hstbuflen); in main()28 while ((res = gethostbyname_r (host, &hostbuf, tmphstbuf, hstbuflen, in main()32 hstbuflen *= 2; in main()33 tmphstbuf = realloc (tmphstbuf, hstbuflen); in main()
Completed in 3 milliseconds