Searched refs:hpstr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/contrib/query-loc-0.4.0/
H A Dloc_ntoa.c142 char *sizestr, *hpstr, *vpstr; local
207 if ((hpstr = strdup(precsize_ntoa(hpval))) == NULL)
208 hpstr = error;
216 altmeters, altfrac, sizestr, hpstr, vpstr);
220 if (hpstr != error)
221 free(hpstr);
/macosx-10.10.1/libresolv-57/
H A Dres_debug.c964 char *sizestr, *hpstr, *vpstr; local
1028 hpstr = strdup(precsize_ntoa(hpval));
1037 (hpstr != NULL) ? hpstr : error,
1042 if (hpstr != NULL)
1043 free(hpstr);

Completed in 188 milliseconds