Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Ddir.c36 static inline unsigned char fat_tolower(unsigned char c) in fat_tolower() function
387 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()
424 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()