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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dvfat.h79 int shortmatch; member in struct:scan_state
H A Dmk_direntry.c409 } else if ((ch->use_longname & 1) && (ssp->shortmatch != -1)) {
417 match_pos = ssp->shortmatch;
419 } else if (ssp->shortmatch >= 0) {
426 match_pos = ssp->shortmatch;
H A Dvfat.c702 s->shortmatch = s->longmatch = s->slot = -1;
761 ssp->shortmatch = -2;
803 ssp->shortmatch = dce->endSlot - 1;
810 if (ssp->shortmatch > -1)

Completed in 54 milliseconds