Searched refs:descstrp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dusbtest.c71 struct grub_usb_desc_str *descstrp; local
81 descstrp = grub_malloc (descstr.length);
82 if (! descstrp)
86 langid, descstr.length, (char *) descstrp);
88 if (descstrp->length == 0)
90 grub_free (descstrp);
100 grub_free (descstrp);
104 *grub_utf16_to_utf8 ((grub_uint8_t *) *string, descstrp->str,
105 descstrp->length / 2 - 1) = 0;
106 grub_free (descstrp);
[all...]

Completed in 20 milliseconds