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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c735 u_int16_t unicodebuf[32]; local
804 if (unicode_bytes <= sizeof(unicodebuf))
805 unistr = &unicodebuf[0];
818 if (unistr && unistr != &unicodebuf[0]) {

Completed in 21 milliseconds