HomeSort by: relevance | last modified time | path
    Searched defs:hpstr (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/resolv/
res_debug.c 1054 char *sizestr, *hpstr, *vpstr; local in function:loc_ntoa
1118 hpstr = strdup(precsize_ntoa((u_int32_t)hpval));
1127 (hpstr != NULL) ? hpstr : error,
1132 if (hpstr != NULL)
1133 free(hpstr);
res_debug.c 1054 char *sizestr, *hpstr, *vpstr; local in function:loc_ntoa
1118 hpstr = strdup(precsize_ntoa((u_int32_t)hpval));
1127 (hpstr != NULL) ? hpstr : error,
1132 if (hpstr != NULL)
1133 free(hpstr);

Completed in 23 milliseconds