incubator-nuttx/fs/fat
Stuart Ianna 3b4626acc8 fs/fat/fs_fat32.c Return EOF when reading past the end of the file.
When fseek is used to set the file pointer past the end of the file,
fread should return EOF. See #12496.
2024-06-24 22:14:07 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig Kconfig: Simplify the conditional default statement 2023-07-16 14:39:20 -03:00
Make.defs makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
fs_fat32.c fs/fat/fs_fat32.c Return EOF when reading past the end of the file. 2024-06-24 22:14:07 +08:00
fs_fat32.h fs/vfat: Fix typo in the macro DIRSEC_BYTENDX 2024-02-03 12:46:08 -03:00
fs_fat32attrib.c fs/inode: remove all unnecessary check for filep/inode 2023-08-29 09:47:11 +08:00
fs_fat32dirent.c docs/fs/vfat: Improve VFAT documentation 2024-02-05 03:43:41 -08:00
fs_fat32util.c docs/fs/vfat: Improve VFAT documentation 2024-02-05 03:43:41 -08:00