Home
last modified time | relevance | path

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

/external/mtools/
Dmk_direntry.c409 } else if ((ch->use_longname & 1) && (ssp->shortmatch != -1)) { in get_slots()
417 match_pos = ssp->shortmatch; in get_slots()
419 } else if (ssp->shortmatch >= 0) { in get_slots()
426 match_pos = ssp->shortmatch; in get_slots()
Dvfat.h79 int shortmatch; member
Dvfat.c716 s->shortmatch = s->longmatch = s->slot = -1; in clear_scan()
775 ssp->shortmatch = -2; in lookupForInsert()
817 ssp->shortmatch = dce->endSlot - 1; in lookupForInsert()
824 if (ssp->shortmatch > -1) in lookupForInsert()