Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Ddir.c209 static char longName[DOSLONGNAMELEN] = ""; variable
670 memset(longName, 0, sizeof longName); in readDosDirSection()
696 t = longName + --lidx * 13; in readDosDirSection()
697 for (k = 1; k < 11 && t < longName + in readDosDirSection()
698 sizeof(longName); k += 2) { in readDosDirSection()
709 for (k = 14; k < 26 && t < longName + sizeof(longName); k += 2) { in readDosDirSection()
717 for (k = 28; k < 32 && t < longName + sizeof(longName); k += 2) { in readDosDirSection()
724 if (t >= longName + sizeof(longName)) { in readDosDirSection()
800 strlcpy(dirent.lname, longName, in readDosDirSection()
802 longName[0] = '\0'; in readDosDirSection()