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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c2266 u_int16_t *unicode_name; local
2274 MALLOC(unicode_name, u_int16_t *, bufsize, M_TEMP, M_WAITOK);
2278 error = utf8_decodestr((u_int8_t *)filename, newlen - 1, unicode_name,
2281 hint = hfs_pickencoding(unicode_name, bytes / 2);
2285 FREE(unicode_name, M_TEMP);

Completed in 17 milliseconds