gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:isFAT_RDONLY (0.01 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
98: #define isFAT_VOLUME(typ)       isSET(typ, FAT_VOLUME)
99: #define isFAT_RDONLY(typ)       isSET(typ, FAT_RDONLY)
100: #define isNOT_RDONLY(md)        (((UW)(md) & O_ACCMODE) != O_RDONLY)