Home
last modified time | relevance | path

Searched refs:dstr1 (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()
400 dstr1 = decompose_unichar(c, &dsize1); in hfsplus_compare_dentry()
401 if (!decompose || !dstr1) { in hfsplus_compare_dentry()
403 dstr1 = &c1; in hfsplus_compare_dentry()
422 c1 = *dstr1; in hfsplus_compare_dentry()
426 dstr1++; in hfsplus_compare_dentry()
441 dstr1++; in hfsplus_compare_dentry()