Searched refs:nls_toupper (Results 1 – 3 of 3) sorted by relevance
68 static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c) in nls_toupper() function
138 #define ncp_toupper(t, c) nls_toupper(t, c)
292 buf[0] = nls_toupper(nls, buf[0]); in to_shortname_char()