mc/src/vfs/extfs
Andrew Borodin 4c7223e9f2 Ticket #4145: file names longer than 255 bytes are not supported.
Avoid limitation of file name length.

(vfs_dirent): redefined to use instead of standard "struct direct"
to hold file name of any length.
(vfs_class::readdir): return newly allocated vfs_dirent structure.
Related changes.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2020-12-12 20:23:05 +03:00
..
helpers Revert "urar extfs: don't start path with ./ in file list." 2020-11-21 14:48:06 +03:00
extfs.c Ticket #4145: file names longer than 255 bytes are not supported. 2020-12-12 20:23:05 +03:00
extfs.h Rename VFS module initialization functions. 2019-06-15 17:43:00 +03:00
Makefile.am Clarify usage of AM_CPPFLAGS. 2012-12-18 16:27:49 +04:00