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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c736 u_int16_t* unistr = NULL; local
805 unistr = &unicodebuf[0];
807 MALLOC(unistr, u_int16_t *, unicode_bytes, M_TEMP, M_WAITOK);
810 result = utf8_decodestr(inbufstart, inbuflen, unistr, &unicode_bytes,
814 result = utf8_encodestr(unistr, unicode_bytes, outbufstart,
818 if (unistr && unistr != &unicodebuf[0]) {
819 FREE(unistr, M_TEMP);

Completed in 13 milliseconds