Home
last modified time | relevance | path

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

/dports/games/kobodeluxe/KoboDeluxe-0.5.1/
H A Dfilemap.cpp394 if((kind == FM_ANY) || (kind == FM_FILE)) in test_file_dir_any()
401 if((kind == FM_ANY) || (kind == FM_DIR)) in test_file_dir_any()
407 case FM_ANY: in test_file_dir_any()
458 case FM_ANY: in try_get()
H A Dfilemap.h67 FM_ANY, enumerator
/dports/lang/micropython/micropython-1.17/lib/oofatfs/
H A Dff.h379 #define FM_ANY 0x07 macro
H A Dff.c5461 …if ((opt & FM_ANY) == FM_EXFAT || sz_vol >= 0x4000000 || au > 128) { /* exFAT only, vol >= 64Ms…
5467 if ((opt & FM_ANY) == FM_FAT32 || !(opt & FM_FAT)) { /* FAT32 only or no-FAT? */
/dports/devel/z88dk/z88dk/src/appmake/
H A Dff.h384 #define FM_ANY 0x07
H A Dff.c5610 …if ((opt & FM_ANY) == FM_EXFAT || sz_vol >= 0x4000000 || au > 128) { /* exFAT only, vol >= 64Ms or…
5616 if ((opt & FM_ANY) == FM_FAT32 || !(opt & FM_FAT)) { /* FAT32 only or no-FAT? */
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/fatfs/source/
H A Dff.h401 #define FM_ANY 0x07 macro
H A Dff.c5811 static const MKFS_PARM defopt = {FM_ANY, 0, 0, 0, 0}; /* Default parameter */
5846 fsopt = opt->fmt & (FM_ANY | FM_SFD);
5920 …if ((fsopt & FM_ANY) == FM_EXFAT || sz_vol >= 0x4000000 || sz_au > 128) { /* exFAT only, vol >= 64…