Searched refs:USE_LFN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Ddoscfg.h89 # define USE_LFN _USE_LFN /* runtime test: support long filenames? */ macro
199 * help of the two preprocessor symbols USE_VFAT and USE_LFN:
202 * - USE_LFN is a macro equating to a boolean expression indicating
212 * FAT name mapping code and by ``#undef USE_LFN'' to disable bypassing
216 * a) USE_LFN is undefined:
222 * b) USE_LFN is defined (hopefully to a boolean runtime LFN check function):
229 * such support is available, USE_LFN should be defined to an expression
234 # ifdef USE_LFN
235 # undef USE_LFN macro
241 # ifdef USE_LFN
[all...]
H A Dmsdos.c457 # ifdef USE_LFN
458 int use_lfn = USE_LFN; /* file system supports long filenames? */
529 # ifdef USE_LFN
556 # ifdef USE_LFN
583 # ifdef USE_LFN
605 # ifdef USE_LFN
616 # ifdef USE_LFN
679 # ifdef USE_LFN
705 # ifdef USE_LFN

Completed in 117 milliseconds