HomeSort by: relevance | last modified time | path
    Searched defs:vpstr (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
1119 vpstr = strdup(precsize_ntoa((u_int32_t)vpval));
1128 (vpstr != NULL) ? vpstr : error);
1134 if (vpstr != NULL)
1135 free(vpstr);
res_debug.c 1054 char *sizestr, *hpstr, *vpstr; local in function:loc_ntoa
1119 vpstr = strdup(precsize_ntoa((u_int32_t)vpval));
1128 (vpstr != NULL) ? vpstr : error);
1134 if (vpstr != NULL)
1135 free(vpstr);

Completed in 21 milliseconds