Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_debug.c1042 char *sizestr, *hpstr, *vpstr; in loc_ntoa() local
1106 hpstr = strdup(precsize_ntoa((u_int32_t)hpval)); in loc_ntoa()
1115 (hpstr != NULL) ? hpstr : error, in loc_ntoa()
1120 if (hpstr != NULL) in loc_ntoa()
1121 free(hpstr); in loc_ntoa()