Home
last modified time | relevance | path

Searched refs:dstr2 (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/fs/hfsplus/
Dunicode.c379 const u16 *dstr1, *dstr2; in hfsplus_compare_dentry() local
391 dstr1 = dstr2 = NULL; in hfsplus_compare_dentry()
414 dstr2 = decompose_unichar(c, &dsize2); in hfsplus_compare_dentry()
415 if (!decompose || !dstr2) { in hfsplus_compare_dentry()
417 dstr2 = &c2; in hfsplus_compare_dentry()
423 c2 = *dstr2; in hfsplus_compare_dentry()
431 dstr2++; in hfsplus_compare_dentry()
443 dstr2++; in hfsplus_compare_dentry()