MSDOS_DOT
memcpy(de[0].name, MSDOS_DOT, MSDOS_NAME);
if (!memcmp(de->name, MSDOS_DOT, MSDOS_NAME)) {
if (strncmp(de->name, MSDOS_DOT , MSDOS_NAME) &&