Home
last modified time | relevance | path

Searched refs:CASE_LOWER_BASE (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dmsdos_fs.h49 #define CASE_LOWER_BASE 8 /* base is lower case */ macro
/external/u-boot/include/
Dfat.h130 #define CASE_LOWER_BASE 8 /* base (name) is lower case */ macro
/external/u-boot/fs/fat/
Dfat.c129 if (dirent->lcase & CASE_LOWER_BASE) in get_name()