Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnls.h68 static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c) in nls_toupper() function
/linux-4.4.14/fs/ncpfs/
Dncplib_kernel.h138 #define ncp_toupper(t, c) nls_toupper(t, c)
/linux-4.4.14/fs/fat/
Dnamei_vfat.c292 buf[0] = nls_toupper(nls, buf[0]); in to_shortname_char()