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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsutils.c1957 u_int16_t *ustr1, *ustr2; local
1966 MALLOC(ustr1, u_int16_t *, maxbytes << 1, M_TEMP, M_WAITOK);
1967 ustr2 = ustr1 + (maxbytes >> 1);
1969 if (utf8_decodestr(str1, len1, ustr1, &ulen1, maxbytes, ':', 0) != 0)
1974 cmp = FastUnicodeCompare(ustr1, ulen1>>1, ustr2, ulen2>>1);
1976 FREE(ustr1, M_TEMP);

Completed in 17 milliseconds