Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Ddir.c557 u_int lidx = 0; in readDosDirSection() local
675 || lidx != (*p & LRNOMASK)) { in readDosDirSection()
686 lidx = *p & LRNOMASK; in readDosDirSection()
687 if (lidx == 0) { in readDosDirSection()
696 t = longName + --lidx * 13; in readDosDirSection()