Searched defs:vpstr (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
925 if ((vpstr = strdup(precsize_ntoa(vpval))) == NULL)
926 vpstr = error;
932 altmeters, altfrac, sizestr, hpstr, vpstr);
938 if (vpstr != error)
939 free(vpstr);

Completed in 69 milliseconds