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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_debug.c861 char *sizestr, *hpstr, *vpstr; local
923 if ((hpstr = strdup(precsize_ntoa(hpval))) == NULL)
924 hpstr = error;
932 altmeters, altfrac, sizestr, hpstr, vpstr);
936 if (hpstr != error)
937 free(hpstr);

Completed in 92 milliseconds