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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwprintf.c425 wchar_t *convbuf, *wcp; local
463 convbuf = malloc((insize + 1) * sizeof(*convbuf));
464 if (convbuf == NULL)
466 wcp = convbuf;
479 free(convbuf);
484 return (convbuf);
500 char *convbuf; local
531 if ((convbuf = malloc(nbytes + 1)) == NULL)
537 if ((nbytes = wcsrtombs(convbuf, (cons
685 CHAR_T *convbuf; /* multibyte to wide conversion result */ local
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dencoding.c2179 unsigned char convbuf[32000]; local
2189 ret = handler->output(&convbuf[0], &written,
2200 ret = xmlIconvWrapper(handler->iconv_out, &convbuf[0],

Completed in 60 milliseconds